I find that whenever I redeploy an EJB-JAR, any web apps that had already been using those EJBs also need to be redeployed. I don't know the true technical reasons for it but it seems pretty consistent to me.
If it's true, the reason why it all seems to work after restarting the JBoss server is that restarting undeploys and redeploys everything. Maybe you could try redeploying the EAR with the EJBs, try a web app that fails, redeploy that one web app to see if it begins working and then you'll have your answer. There might be some way to deal with this problem without redeploying the web apps but I haven't found one yet. Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873156#3873156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873156 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
