Hello!
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 GA
Project 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!