[jboss-dev-forums] [Design of EJB 3.0] - Re: webservices ejb3 api usage

heiko.braun@jboss.com do-not-reply at jboss.com
Thu Feb 28 04:03:31 EST 2008


There is two issues that need to be addressed by the API:

a) EJB MetaData access
b) Invocation handling

Back at JBW, we talked about solving the later by going through the MC bus: http://labs.jboss.com/file-access/default/members/jbossmc/freezone/docs/2.0.x/userGuide/ch04s04.html

Andrew, can you confirm that an indirect MC invocation is equivalent to an invocation through the EJB container?

The meta data piece is a deployment issue. WS requires access to the EJB meta data down to session and mdb meta data details. One idea was to use something similiar to Container.resolveAnnotation(...), however I see that this part has been deprecated. What's the replacement for it?

I havn't spent much time on these issues lately, so any comments and ideas are welcome.



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

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



More information about the jboss-dev-forums mailing list