XmlLoadableAopTestCase, I get the XB error if I change XmlLoadableAopTestCase.xml from
| <aspect
class="org.jboss.test.microcontainer.beans.XmlLoadableAspect">
| <somexml>hello</somexml>
| <attribute name="IntAttr">12</attribute>
| <!-- <property name="property">Test1</property> -->
| </aspect>
|
to
| <aspect
class="org.jboss.test.microcontainer.beans.XmlLoadableAspect">
| <somexml>hello</somexml>
| <attribute name="IntAttr">12</attribute>
| <property name="property">Test1</property>
</aspect>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147775#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...