[jboss-dev-forums] [Design of POJO Server] - Re: Making Creators declare supported annotation types
alesj
do-not-reply at jboss.com
Wed Jul 30 14:05:07 EDT 2008
"emuckenhuber" wrote :
| Which represents the set of annotations for each Creator...
| e.g. the EjbJar30Creator would return @Statful, @Stateless and @MesageDriven as TypeAnnotation and null for Method and Field annotations.
|
Currently JBoss50Creator returns just this:
| 2008-07-30 19:55:50,468 TRACE [org.jboss.deployment.OptAnnotationMetaDataDeployer] (RMI TCP Connection(4)-127.0.0.1) Creator: org.jboss.metadata.annotation.creator.ejb.jboss.JBoss50Creator at b9fa3b, type annotations: [interface org.jboss.ejb3.annotation.Consumer, interface javax.ejb.Stateless, interface javax.ejb.MessageDriven, interface javax.ejb.Stateful, interface javax.ejb.ApplicationException, interface org.jboss.ejb3.annotation.Service]
|
which I think is not enough, e.g. missing @Local for local business interfaces.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167705#4167705
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167705
More information about the jboss-dev-forums
mailing list