• @XmlElementWrapper/@XmlElements

    I'm trying to use @XmlElementWrapper/@XmlElements to create the ear modules, but its not parsing as expected. I created a simple test in jbossxb that is also failing to parse. See the org.jboss.test.xb.builder.object....
    Profile Photo
    last modified by starksm64
  • Use of AbstractMappedMetaData

    The problem with jsps not displaying correctly was due to the servlet-mapping elements being mapped to an AbstractMappedMetaData type. This means that for a fragment like: <!-- The mapping for the JSP servlet -...
    Profile Photo
    last modified by starksm64
  • Issue with DescriptionGroup emement order and older descript

    The org.jboss.test.metadata.web.WebApp23UnitTestCase.testVersion is failing in the jboss-metadata project due to how the javaee description group is a seqence of description, display-names, icons: @JBossXmlModelGro...
    Profile Photo
    last modified by starksm64
  • SchemaBindingResolver.resolve based on ns to class

    The current logic of being able to register a namespace to class mapping does not work for families of descriptors like javaee that reuse the same namespace across all of the descriptors. The only indication of a diff...
    Profile Photo
    last modified by starksm64
  • Added dtd public/system id info to SchemaBinding

    I added a hack to propagate dtd system and public id information to the root object in a SchemaBinding if a dtd was seen, and the root object supports a method signature of: public void setDTD(String root, String p...
    Profile Photo
    created by starksm64
  • JBossXB-2.0.0.CR5

    We need a release of the combined jbossxb/jbossxb-builder that at least has JBXB-109 working in some form. As I mentioned on another thread, there are unit test issues as well that are due to both defaults overrides, ...
    Profile Photo
    last modified by starksm64
  • NonNullLinkedHashSet

    In the metadata project there is use of NonNullLinkedHashSet that is causing parse problems. In the jbossxb tests these uses have been commented out. What is the issue with this type?
    Profile Photo
    last modified by starksm64
  • container-configuration model group problem

    After I updated the ejb container config metadata I started seeing this new error: Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to start {http://java.sun.com/xml/ns/javaee}description: the elemen...
    Profile Photo
    last modified by starksm64
  • jbossxb mvn test failures

    There are many test errors when doing a mvn install that do not show up in the eclipse project run of the testsuite. One example shows the wrong handler being used it appears. What is the surefile plugin status with j...
    Profile Photo
    last modified by starksm64
  • Unmarshaller: xsd:choice with minOccurs

    Suppose, I have the following XSD bit: <xsd:element name="application-policy"> <xsd:complexType> <xsd:sequence> <xsd:choice minOccurs="0"> <xsd:element ref="jbsx:authentication"/>...
    Profile Photo
    last modified by anil.saldhana
  • xsd:attribute ref unsupported in unmarshaller

    with a generic value container? <xsd:attribute name="flag"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="required"/> <xsd:enumeration value="requisite...
    Profile Photo
    last modified by anil.saldhana
  • Release of JBossXB with no dependence on Oswego Concurrent J

    Is it possible to get a release of XB that uses the JDK5 concurrent classes and relinquishes the dependence on oswego concurrent jar? The mavenized security project needs to pull in the oswego jars because of XB. On...
    Profile Photo
    last modified by anil.saldhana
  • jbossxb-builder build issues

    I had to do the following to be able to build and compile. Are the following test results expected: Tests run: 92, Failures: 6, Errors: 6, Skipped: 0 Index: src/test/java/org/jboss/test/xb/builder/object/mc/support/...
    Profile Photo
    created by aloubyansky
  • Ignoring non-ignorable white space?

    Why is JBossXB ignoring non-ignorable white space? Besides the obvious: because the code does so. public void characters(char ch[], int start, int length) { // todo look at this later // do not notify content han...
    Profile Photo
    last modified by wolfc
  • Unresolved content

    Working on http://jira.jboss.com/jira/browse/JBXB-97 "org.w3c.dom.Element is being mapped incorrectly" led to this change http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB_UnresolvedContent The change in the defaults ...
    Profile Photo
    created by aloubyansky
  • JBXB-101, disabling validation

    I cannot disable validation against a document dtd currently for use with the ObjectModelFactory/Unmarshaller apis. The Unmarshaller.setValidation(boolean) call has no affect. The problem would seem to be this static...
    Profile Photo
    last modified by starksm64
  • Cleaning up the jbossxb projects

    So the state of the jbossxb project source is confused at this point. Currently there are 3 separate svn trees: jaxb stuff Adrian is working on: https://svn.jboss.org/repos/common/jbossxb-builder The old 1.0.x monol...
    Profile Photo
    last modified by starksm64
  • Not seeing property replacement happen

    I'm not seeing property replacement occur in the GenericObjectModelFactory calls in jboss5. It looks like we only do property replacement when the jbossxb is driven by a schema. To add support for this in the ObjectM...
    Profile Photo
    created by starksm64
  • JBossXB-1.0.0.CR10

    There are a number of issues in the JBossXB-1.0.0.GA that are unlikely to be done in the near term. I have created a JBossXB-1.0.0.CR10 to include in the AS5 Beta2 release.
    Profile Photo
    created by starksm64
  • Support for JAXB annotations

    I've committed some stuff that adds support for JAXB annotations using JBossXB (the unmarshalling part). https://svn.jboss.org/repos/common/jbossxb-builder/trunk/ http://anonsvn.jboss.org/repos/common/jbossxb-builder...
    Profile Photo
    last modified by adrian.brock