• java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSc

    I am currently using Jboss 4.01 sp1 and I am trying to load a schema and validate it using xerces. However, the app is throwing this exception. java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader....
    Profile Photo
    last modified by mpipes
  • GenericObjectModelProvider not setting attributes in XML

    Good Day, I am trying to use the DtdMarshaller to marshal the PolicyConfig to the login-config.xml, but the attributes are not being set in the XML. I have tried the ObjectModelProvider and here I am trying the Gener...
    Profile Photo
    last modified by markash
  • JBoss-4.0.4.GA and XB-1.0.0.CR5+

    There is a confusing compatibility issue between XB versions up to 1.0.0.CR4 and 1.0.0.CR5 that I would call as binary-but-not-Java-API incompatibility. The issue itself is described here http://wiki.jboss.org/wiki/Wi...
    Profile Photo
    last modified by aloubyansky
  • optimizing introspection/reflection

    Ugly use of introspection/reflection API has been cleaned-up a bit. Plus, support for java.bean.BeanInfo has also been added. I had to write another variation of 'FieldInfo', though very simple. And abstract out the w...
    Profile Photo
    last modified by aloubyansky
  • MTOM/XOP support

    Heiko wrote: > Hi Alexey, > > I started working on MTOM (http://www.w3.org/TR/soap12-mtom/), that > supports binary optimization for bean properties / complex types. The > basic idea is that any xsd:...
    Profile Photo
    last modified by heiko.braun
  • Performance bottleneck when marshalling array types.

    Radim Tlusty wrote: " I have made deeper analyse of this issue using JBoss profiler and I have found the main bottleneck. Most of time was spent in class org.jboss.xb.binding.Content in method handleContent(Conten...
    Profile Photo
    last modified by heiko.braun
  • SchemaBinding API usage

    Heiko wrote: > Another thing I am wondering about: Why is there a way to declare root > element and type though 'MarshallerImpl.mapClassToGlobalElement()' & > 'MarshallerImpl.mapClassToGlobalType()' wh...
    Profile Photo
    last modified by heiko.braun
  • Problem with SchemaBinding Marshaller

    Heiko wrote: > i am currently trying to move jbossws to the schema binding based > marshaller. > What I encounter is a problem with anonymous type declarations: > > Caused by: org.jboss.xb.binding.JB...
    Profile Photo
    created by heiko.braun
  • Unmarshalling problem in microcontainer

    http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060521162647 One of the recent changes in JBossXB has broken the <collection/>unmarshalling. It is returning "null" for wh...
    Profile Photo
    last modified by adrian.brock
  • Schema Imports

    Here's another test, this time imports. :-) See: org.jboss.test.xml.ExtendedByImportUnitTestCase I want to extend a type from another schema. I understand that I need to rebind the type in my schema that I want to e...
    Profile Photo
    last modified by adrian.brock
  • Schema Includes

    I've hit a problem trying to do this: http://jira.jboss.com/jira/browse/JBMICROCONT-42 To see the problem, look at the SchemaIncludeUnitTestCase I don't know whether this is a Xerces bug or a problem with the way th...
    Profile Photo
    last modified by adrian.brock
  • Anonymous type QNames

    Related to http://jira.jboss.com/jira/browse/JBXB-58, how do we handle the type for an anonymous type? In the JBXB-58 case, the attribute type is a restricted enumeration of the xs:string type. The javadoc for the org...
    Profile Photo
    last modified by starksm64
  • Creating a design document

    One thing I would like to do before the final release is to get a design document that gives an overview of how all of the binding metadata fits together along with the terminology used in the jbossxb classes. The pri...
    Profile Photo
    last modified by starksm64
  • Interaction between enclosing SchemaBinding and SchemaBindin

    I have the xmbean 2 parsing past the point of being able to create the objects correctly, but there is a disconnect between the out xmbean schema and the custom schema. A document like this: <mbean xmlns="urn:jb...
    Profile Photo
    last modified by starksm64
  • Adding fixed value support to mapEntryKey

    Consider a map type of element that has a set of well known subelements along with support for custom elements. Can something like this work? <xs:element name="descriptors"> <xs:annotation> <xs:do...
    Profile Photo
    last modified by starksm64
  • Where does the legacy system property reference/property edi

    I mentioned this once, but want to finalize where support for constructs like the following belong: <thing ...> <property name="address">${system.property.name}</property> </thing> Wher...
    Profile Photo
    last modified by starksm64
  • Object creation: default and non-default ctors

    I have added support for non-default ctors and documented it on the wiki. Any feedback/ideas are welcome here. Jira issue: http://jira.jboss.org/jira/browse/JBXB-28 Wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page...
    Profile Photo
    last modified by aloubyansky
  • what was the xerces issue again ?

    i never really got what the reason was for the xerces dependency in JBossXB. i remember it had to do with a bug in the parsing that comes default with a JVM, right ? if i recall correct, the parsing could also work w...
    Profile Photo
    last modified by tom.baeyens
  • Planning RC2

    These are the issues I think should be solved first. I would like the project leads that depend on XB release to agree upon priorities and identify what should be done for jbossxb-rc2 (I assume rc1 is already done by ...
    Profile Photo
    last modified by aloubyansky
  • WildcardBinding (not RtElementHandler)

    Is this supported? I have the following in my schema: <xsd:complexType name="factoryType"> <xsd:choice minOccurs="0"> <xsd:any namespace="##other" processContents="strict"/> </xsd:choice&g...
    Profile Photo
    last modified by adrian.brock