[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MDR doesn't work on annotated privates
adrian@jboss.org
do-not-reply at jboss.com
Wed Aug 13 14:08:41 EDT 2008
If you change your build to use the latest jboss mdr snapshot, you can try this out.
You have a choice of
new DeclaredMethodSignature(Method)
or
new DeclaredMethodSignature(declaringClassName, methodName, parameters);
I'll leave JBMDR-35 open for now, since such hacks always lead to other hacks. :-)
In principle (there's no reason why it should work) you can
programmatically add INSTANCE metadata
against this signature (e.g. xml overrides), but I haven't tried/tested it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170399#4170399
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170399
More information about the jboss-dev-forums
mailing list