Hello,
Recently I’ve upgraded to MEB7.5 import projects that were created and working in MEB6.6. We are running on WAS 6.1.0.17.
In the process of upgrading to MEB7.5 it would appear there is something wrong with the “exploded deploy”. When I attempt to deploy my Enterprise app, (.war, -ejb.jar, several other dependant-project .jar files, and 3rd-party .jar files), the only thing that deploys is the .ear and 3rd party .jars within the .ear. NONE of the project .jars (including the .war, -ejb.jar and dependent project .jars) are deployed. There is no exception, and when the deploy is completed it is listed as OK. It is as-if the enterprise project has no “project references”.
If I select “Packaged Deployment” all works fine. Things I’ve Tried to No Avail:
1) Deleted (then re-added) the “display name” from the application.xml.
2) Manually removed/re-added the projects in the application.xml.
3) Removed & re-added the .web & .ejb modules from the .ear
project->properties->MyEclipse->”Add Remove Modules”
4) Removed & re-added ALL Projects from the “Associate Projects” tab on the .ear project->properties->project references.
MEB6.6 did both (packaged & exploded deployments) correctly.
Eric