[jboss-dev-forums] [Design of EJB 3.0] - Re: JBossEjbParsingDeployer can't handle EJB3 jboss.xml

wolfc do-not-reply at jboss.com
Mon Jul 2 08:00:56 EDT 2007


It's not really as such in EJB 3. We got instance level annotations. It took me a while to realize this. We instantiate a class container per ejb and add annotations to it. Then at the next stage we don't get the annotations from the class, but resolve the annotations from class container.
This works as long as it only affects the ejb bean class. It doesn't work for interceptor classes. So either I've to abandon this model or add extra annotations for instance metadata related to other classes.

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

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



More information about the jboss-dev-forums mailing list