Hi, I have an EAR project originally developed under MyEclipse 5.5 and deployed in JBOSS AS 4.05; all worked fine.
When I’ve upgraded to version 6.0 I’m experiencing one severe problem: the common libraries (in the ear root) are also deployed in the web-inf\lib, therefore the application doesn’t work correctly.
Of course, those common libraries In the Java Build Path Export panel of the WAR project aren’t checked for deployement but they are deployed anyway.
Why? It’s a version 6 bug or something else?
Thanks