• Printing source name that failed to be parsed on error stack

    Dear all, I found this error stack when deploying seam examples. Based on what I've underlined, I found difficulties when debugging what xml source file that is failed to be parsed. 2006-12-13 12:11:09,442 ERROR [o...
    Profile Photo
    created by thejavafreak
  • Recent tests

    Although I discussed it privately with Alex, this covers the recent tests I submitted for JBossXB point out some problems. AnyComplexTypeUnitTestCase: This shows the problem with duplicate wildcard processing and nee...
    Profile Photo
    last modified by adrian.brock
  • Need a valid jbossxb release to the maven repo

    So we don't have a valid release of jbossxb in the maven repo as the jbossxb-1.0.1.TEST release has bogus dependencies on common artifacts. As part of http://jira.jboss.com/jira/browse/JBXB-91, it seems we need a JBos...
    Profile Photo
    last modified by starksm64
  • jboss5 version synchronization

    the current jbossxb trunk (or the 1.0.0.CR7 being pulled into jbossas trunk) is not being built with the same level of jboss common jars as is used in jbossas: <componentref name="jboss/common-core" version="2....
    Profile Photo
    last modified by starksm64
  • DtdAwareContentHandler to support SAX2 LexicalHandler events

    The only way I can get the version for ejb2.x descriptors is to get the doctype. I hacked in some support for this by adding an extended ContentHandler that supports the startDTD/endDTD from the SAX2 LexicalHandler: ...
    Profile Photo
    created by starksm64
  • Unmarshaller/Marshaller support for javax.xml.transform.Sour

    We have a task on our roadmap (after TCK completion)[1] to remove string processing from jbossws. In order to do this, we would need an enhancement to JBossXB that allowed parsing of DOM fragments. The best way to do ...
    Profile Photo
    created by jason.greene
  • Problem with repeated but not repeatable particles.

    In the ejb-jar xsd there is a repeated particle that is not a repeatable particle, this causes problems for JBossXB which wants to treat it as a repeatable. I added a test for this, see RepeatedElementsUnitTestCase. ...
    Profile Photo
    last modified by adrian.brock
  • Using annotations to define schema mappings

    Since: 1) obviously we can't define schema annotations on the javaee schemas 2) writing handlers (objectmodelfactory, schemabindinginitialzer) by hand is laborious and error prone 3) none of this information on the m...
    Profile Photo
    last modified by adrian.brock
  • Still got problems with groups

    I still have an issue mapping groups. This relates to the work being done here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92129 It is relatively easy to map elements/types, since if you have: ...
    Profile Photo
    last modified by adrian.brock
  • DTD and schema bindings

    I need to verify that I can use a schema binding to parse a dtd. Alex, I know you did some magic for the rar parser (ObjectModelFactory) will this trick also work for a SchemaBinding?
    Profile Photo
    last modified by adrian.brock
  • Marshalling Into java.util.properties

    I tried using the jbxb marshalling into properties in conf/login-config.xml <policy xsi:schemaLocation="urn:jboss:security-config:5.0 resource:security-config_5_0 .xsd" xmlns="urn:jboss:security-config:5.0" x...
    Profile Photo
    last modified by anil.saldhana
  • SundayContentHandler: Don't add collections into collections

    Why not? Modified: jbossxb/trunk/src/main/java/org/jboss/xb/binding/sunday/unmarshalling/SundayContentHandler.java =================================================================== --- jbossxb/trunk/src/main/java/o...
    Profile Photo
    last modified by aloubyansky
  • Top level groups

    I've reworked the XsdBinder to add support for top level or global groups. This lets you look at and change the model of the group. The main change is to reuse the top level groups where they are referenced rather th...
    Profile Photo
    last modified by adrian.brock
  • Sundry JBossXB changes

    I've made a couple of fixes/changes to JBossXB. 1) The SchemaBinding now exposes the namespaces in the document 2) I've improved some error messages. This needs a review. JBossXB is eating lots errors making the real...
    Profile Photo
    last modified by adrian.brock
  • Changes to the unmarshaller interface.

    I want to make some changes to the unmarshaller interface. 1) There should be methods based on InputSource. This actually makes most of the other methods redundant. This is needed because I want to attach a system i...
    Profile Photo
    last modified by adrian.brock
  • DefaultSchemaResolver logic is wrong

    As per the previous thread earlier this year, it is not possible to compose schemas using imports with JBossXB. I've fixed this, with the new implemetation, I can now get an XSModel for the JavaEE schemas (which prev...
    Profile Photo
    last modified by adrian.brock
  • JBossEntityResolver and predefined locations

    The JBossEntityResolver only looks in the classpath for predetermined filenames. I've added some code that treats the file as a system id, i.e. a URI when it is not found in the classpath. InputStream ins = loadC...
    Profile Photo
    created by adrian.brock
  • Supporting XInclude

    I'd like to be able to compose xml documents. With the old dtd stuff this was done with entities, e.g. see the build scripts. :-) When using xsd, the only option is XInclude. But this isn't supported until java5 ht...
    Profile Photo
    last modified by adrian.brock
  • MTOM value adapter

    We need to be able to adapt different marshalling/unmarshalling values to specific java types. With MTOM a xsd:base64Binary can have multiple java representations: Source,Image,DataHandler, Stream ... What i am pictu...
    Profile Photo
    last modified by heiko.braun
  • 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