[jboss-dev-forums] [Design of JBossXB] - Re: Mixing wildcards and elements

kabir.khan@jboss.com do-not-reply at jboss.com
Wed Apr 30 05:58:55 EDT 2008


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#4147775

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147775



More information about the jboss-dev-forums mailing list