[jboss-dev-forums] [Design of EJB 3.0] - Deprecating Ejb3Deployment
heiko.braun@jboss.com
do-not-reply at jboss.com
Mon Apr 21 09:05:51 EDT 2008
According to this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145455#4145455 Ejb3Deployment is going to disappear. Any meta data retrieval should be delegated to JBossMetaData instead.
How do we retrieve arbitrary annotation meta data in this case?
Before EJB3 offered something like getAnnotation(Class c), which allowed me to pull any meta data regardless if it's derived from a deployment descriptor or an annotation.
How do projects add annotation based meta data to the meta data project? I.e. WS defines @EndpointConfig. Does this mean I need to add parsing of that information to the MD project and release it before I can use it? Or is there a more generic way to access annotation based meta data?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145492#4145492
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145492
More information about the jboss-dev-forums
mailing list