[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Failing tests
alesj
do-not-reply at jboss.com
Tue Feb 6 05:43:46 EST 2007
"adrian at jboss.org" wrote :
| Basically move
| org.jboss.kernel.plugins.config.xml
| to something like
| org.jboss.javabean.plugins.xml
| in the container project and remove all dependency on the kernel project.
|
| It means changing it to use the
| org.jboss.config.spi.Configuration
| api rather the KernelConfig.
|
| There might be a few other issues as well?
I rewrote the whole JavaBean wiring into the container.
The only issue that I have is with Ambiguity test case - since there are two setter methods named setSomething in AmbiguityBean. One takes Integer the other String. And I cannot diff the two of them with the new BeanInfo / PropertyInfo get/set/invoke notion.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011817#4011817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011817
More information about the jboss-dev-forums
mailing list