jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion
"Re: Reload classloader for bean?" To view the discussion, visit: http://community.jboss.org/message/570531#570531 -------------------------------------------------------------- If it's just plain lookup then it's a bit difficult to add dependencies such that when Bean A undeploys, Bean B undeploys too. However, if you had a @EJB private BeanA a; in Bean B, then this internally adds a dependency. So if Bean A is redeployed, Bean B is redeployed too. Apply our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html http://www.jboss.org/ejb3/ejb3plugin.html against AS 5.1.0 and see that works. There was a issue which was fixed after 5.1.0 was released and is available in that plugin release https://jira.jboss.org/browse/EJBTHREE-1889 https://jira.jboss.org/browse/EJBTHREE-1889 -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/570531#570531] Start a new discussion in EJB3 at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
