[jboss-dev-forums] [Design of POJO Server] - Re: Controlling deployments via a barrier bean
adrian@jboss.org
do-not-reply at jboss.com
Wed Jun 4 12:45:19 EDT 2008
"bstansberry at jboss.com" wrote :
| OT: Is there a general automagic facility/utility yet for doing String property replacement when populating metadata? For org.jboss.ejb3.annotation.clustered there's still manual code that does the property replacement.
You'll have to explain what you mean on a different thread.
If I understand correctly ...
I don't think its possible in general since in most cases
MetaData.getAnnotation() will just be returning Class.getAnnotation()
which is immutable, its a jdk object and
we don't "intercept" the fine grained Clustered.partition() invocation.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155759#4155759
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155759
More information about the jboss-dev-forums
mailing list