I just upgraded to version 3.8 and am trying to deploy a packaged .ear file. The project builds properly (i can see it go through the process of constructing the .war file) and an .ear file *is* deployed with the proper application.xml file, however for some reason the .war file isn’t included in the .ear file. The strange thing is, is that if I do an exploded archive deploy, everything is deployed correctly. Unfortunately I need to do a packaged deployment.
The project setup consists of 2 projects, one a web project, the other an enterprise application project that includes the web project module. This worked great in previous releases.
Any ideas?
It probably doesn’t matter, but the server being deployed to is Oracle9iAs.