[jboss-dev-forums] [Design of EJB 3.0] - Re: WS EJB invocation

wolfc do-not-reply at jboss.com
Wed Sep 17 02:49:59 EDT 2008


The current implementation relies on the start of Ejb3Deployment to fill in the appropriate meta data, but there is no explicit dependency defined anywhere on the Ejb3Deployment object. So the WebServiceDeployerEJB can run before the Ejb3Deployment is started hence a NPE (https://jira.jboss.org/jira/browse/JBAS-5968).

I think the logic in WebServiceDeployerEJB should be moved to WebServiceDeployment, so it can have that dependency defined.

In reality the web service end point should depend on the ejb container.
I don't know yet how to resolve it to that point. Having an object name lying around somewhere is not the way to go (https://jira.jboss.org/jira/browse/EJBTHREE-1335).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177002#4177002

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177002



More information about the jboss-dev-forums mailing list