We have an ejb project deployed as an exploded ear. When we make a change in the ejb jar
itself -- we can touch the ejb-jar.xml and the ejb will be redeployed. If, however we
make changes to another jar that the ear depends on -- (exploded deploy as well) the
change is not picked up when we touch the ejb-jar.xml. Is there a way to achieve what we
want without dumping all our class files into the ejb.jar and deploying that exploded?
TIA
Eric
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142513#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...