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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...