I upgraded WTP plugin to 3.4 manually, (this is JBoss Dev Studio 5.0.1), and the problem remains.
Here's a more complete description of what I'm talking about:
Eclipse projects:
Some-EJB => deploys as a .jar depends on utility project
utility => doesn't deploy
utility-web => doesn't deploy
WebApp1 => deploy as .war depends on utility and utility-web projects
WebApp2 => deploy as .war depends on utility and utility-web projects
Obviously we aren't using a .ear for historical reasons.
Steps:
Full publish Some-EJB to JBoss on localhost => ok has utility.jar
Full publish WebApp1 to JBoss on localhost => ok has utilityand utility-web jars in WEB-INF/lib
Full publish WebApp2 to JBoss on localhost => ok has utilityand utility-web jars in WEB-INF/lib, but utility and and utility-web are deleted from WebApp1/WEB-INF/lib
Question: does anyone from the dev team even read this stuff?