[jboss-dev-forums] [Design of EJB 3.0] - Re: Add @ApplicationException to EJBContainer?
ALRubinger
do-not-reply at jboss.com
Thu Nov 22 06:52:42 EST 2007
OK, Ejb3Deployment is a better place for List<Class<?>> applicationExceptions.
1) Spec is silent on inheritance of @ApplicationException from parent to subclass.
2) How are we handling this:
"EJB3 Specification 14.2.1" wrote : Application exceptions that are checked exceptions may be defined as such by being listed in the throws clauses of the methods of the bean's business interface, home interface, component interface, and web service endpoint.
?
3) Is the metadata project merging annotations and XML into JBossAssemblyDescriptorMetaData, or do we have to scan for annotations separately?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107067#4107067
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107067
More information about the jboss-dev-forums
mailing list