java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLScI 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....
Thread GenericObjectModelProvider not setting attributes in XML
GenericObjectModelProvider not setting attributes in XMLGood 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...
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...
optimizing introspection/reflectionUgly 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...
MTOM/XOP supportHeiko 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:...
Thread Performance bottleneck when marshalling array types.
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...
SchemaBinding API usageHeiko wrote: > Another thing I am wondering about: Why is there a way to declare root > element and type though 'MarshallerImpl.mapClassToGlobalElement()' & > 'MarshallerImpl.mapClassToGlobalType()' wh...
Problem with SchemaBinding MarshallerHeiko 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...
Unmarshalling problem in microcontainerhttp://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...
Schema ImportsHere'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...
Schema IncludesI'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...
Anonymous type QNamesRelated 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...
Creating a design documentOne 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...
Thread Interaction between enclosing SchemaBinding and SchemaBindin
Interaction between enclosing SchemaBinding and SchemaBindinI 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...
Adding fixed value support to mapEntryKeyConsider 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...
Thread Where does the legacy system property reference/property edi
Where does the legacy system property reference/property ediI 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...
Thread Object creation: default and non-default ctors
Object creation: default and non-default ctorsI 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...
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...
Planning RC2These 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 ...
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...