- This topic has 4 replies, 2 voices, and was last updated 16 years, 10 months ago by
Loyal Water.
-
AuthorPosts
-
oleksandr.nMemberHello!
Software information:
AS: JBoss 4.0
OS: Windows XP SP2.
Eclipse IDE: Version: 3.3.2 Build id: M20080221-1800
MyEclipse: MyEclipse Enterprise Workbench Version: 6.5.1 GAProject information:
I have two projects:
– ProjectA. (Main project) – Enterprise Application Project.
– ProjectB (checked in “ProjectA->Properties->Project references”). – EJB Project.
ProjectB has XML-file placed in “ProjectB\src\META-INF\core_service_request.xml”.
Deployment configuration is created for ProjectA.Problem:
When I do “Clean all projects” i can find file “core_service_request.xml” in JBoss server’s deploying folder (..\ProjectA.ear\ProjectB.jar\META-INF\core_service_request.xml). But when i do “Redeploy” for my main project ProjectA, i can’t find “core_service_request.xml” in this path.Question:
Why “Redeploy” action doesn’t copy this xml file to JBoss server’s deploy folder.
It may be i am not understanding something…Thanks In Advance!
September 11, 2008 at 1:05 pm #288984
Loyal WaterMemberIf you remove the deployment and then deploy the project again, does it work?
Can you create a new project and check if you can reproduce this error. I just want to make sure this is not a project related issue.
September 12, 2008 at 3:05 am #288999
oleksandr.nMember– If you remove the deployment and then deploy the project again, does it work?
I did this. And now all okay. Thank you for assistance!September 12, 2008 at 4:44 am #289000
oleksandr.nMemberThis situation was repeated. I investigated this problem and understand that this is our internal problem. Before redeploying i am building my ProjectB. Ant-Build file for this operation haven’t tags for copy core_service_request.xml file to build folder. After this i run redeploy action and it is clear that myEclipse will not copy absentee core_service_request.xml file to JBoss’s deploying folder.
September 12, 2008 at 1:59 pm #289025
Loyal WaterMemberI did this. And now all okay. Thank you for assistance!
Your welcome.
-
AuthorPosts