[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Updating Kernel to XB 2.0.1.Beta3 leads to weird mvn iss
alesj
do-not-reply at jboss.com
Mon Apr 6 05:15:53 EDT 2009
OK, I'm now able to build it with XB 2.0.1.Beta3.
I had to fix some of the xml and falling back to MutableSchemaResolver interface.
And due to that security bug, I temporarily
turned off security for AbstractKernelTest sub classes.
| public static AbstractTestDelegate getDelegate(Class<?> clazz) throws Exception
| {
| AbstractTestDelegate delegate = new AbstractTestDelegate(clazz);
| delegate.enableSecurity = false; // FIXME!! Once XB is fixed.
| return delegate;
| }
|
So, Alexey, please change it back to true once you
update MC/Kernel to use fixed XB.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223580#4223580
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223580
More information about the jboss-dev-forums
mailing list