• How to validate type-value?

    In javaee_5.xsd, Line 399: The following are the legal values of env-entry-type-valuesType: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.String java.lang.Short java.lang.Integer java.lang.Lon...
    Profile Photo
    last modified by jeff.zhang
  • AbstractMappedMetaData or List?

    the metadata of the element in xsd minOccurs="0" maxOccurs="unbounded" I notice that some use AbstractMappedMetaData (Like ApplicationExceptionsMetaData) and some List (like InitMethodsMetaData). What is the differ...
    Profile Photo
    last modified by jeff.zhang
  • Setting the default XmlJavaTypeAdapter for a class

    I'm finding I need to specify a @XmlJavaTypeAdapter(CollapsedStringAdapter.class) annotation on many string fields for web.xml settings whose underlying type is a path or FQN for example. Is there a way to set this as...
    Profile Photo
    last modified by starksm64
  • org.jboss.ws.WSException: org.jboss.ws.core.binding.BindingE

    Hi folks, we're dealing with strange problem on our QA machine (see http://jbossws.jboss.org:8180/hudson/job/Native-Core-AS-4.2.2/lastBuild/testReport/org.jboss.test.ws.jaxrpc.jbws434/JBWS434TestCase/testWildCardArr...
    Profile Photo
    last modified by ropalka
  • Will there be a  release jar for JBossXB-1.0.0.SP4 ?

    Hi all, I see the bug I filed a while back (JBXB-116) was fixed recently, which is great. The fix mail says: Fix Version/s: JBossXB-2.0.0.CR13 JBossXB-1.0.0.SP4 In JIRA, there are no other open issues for JBossXB...
    Profile Photo
    last modified by klease
  • JAXB api dependency

    https://jira.jboss.org/jira/browse/JBXB-149, we are depending on: <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.1</version>...
    Profile Photo
    last modified by starksm64
  • Ignoring '_' in enum name

    Similar to this request: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132000 Although with a _lot_ less fuss this time :-), I would like to suggest the following use case: When we have some enu...
    Profile Photo
    last modified by alesj
  • Add schema binding to SingletonSchemaResolverFactory

    I am about to commit the implementation of a metadata factory for security policies. This factory allows for the declaration of policies in -beans.xml files using security tags: <deployment xmlns="urn:jboss:bean...
    Profile Photo
    last modified by sguilhen
  • Mixing wildcards and elements

    Alex, Can you please take a quick look at the XmlLoadableAopTestCase in the aop-mc-int project? Basically we have @JBossXmlSchema(namespace="urn:jboss:aop-beans:1.0", elementFormDefault=XmlNsForm.QUALIFIED) @XmlRo...
    Profile Photo
    last modified by kabirkhan
  • Element order exception

    I get this when hacking persistence.xml metadata: Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Requested element {http://java.sun.com/xml/ns/persistence}jta-data-source is not allowed in this position in...
    Profile Photo
    last modified by alesj
  • Regular expresion validation for attribute

    Is there a way to annotate your metadata to apply validation on attribute, e.g. the following regular expression: <xsd:simpleType name="versionType"> <xsd:restriction base="xsd:token"> <xsd:pattern...
    Profile Photo
    last modified by alesj
  • JBossXB pom

    I'm looking at the jbossxb pom (in trunk). It declares a dependency on: <dependency> <groupId>apache-xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.9.1</ve...
    Profile Photo
    last modified by dimitris
  • jbossxb 1.0.0.SP2

    Alexey, can you please release jbossxb 1.0.0.SP2? http://jira.jboss.com/jira/browse/JBAS-4933
    Profile Photo
    last modified by dimitris
  • JBossXB-2.0.0.CR8 released

    The release is in http://repository.jboss.com/maven2/org/jboss/jbossxb/2.0.0.CR8/ The release notes http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10069&styleName=Html&version=12312086
    Profile Photo
    created by aloubyansky
  • JBossEntityResolver and xsd:redefine resolution

    The issue was discovered in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136295#4136295 The problem is that when the schema that contains xsd:redefine is parsed and when the redefine is resolved,...
    Profile Photo
    last modified by aloubyansky
  • Extending EnumValueAdapter

    An 'issue' I stumbled upon today, perhaps being worth a new feature. It would be cool if we could make EnumValueAdapter be case unaware for String keys. Probably the best way to impl this is to extend EVA, where we be...
    Profile Photo
    last modified by alesj
  • JBossXB 2.0.0.CR7 Release

    See http://jira.jboss.com/jira/browse/JBXB-133
    Profile Photo
    created by adrian.brock
  • JBossXB Tests

    I'm going to comment out the failing tests in the annotated xsd pojo tests. Its unlikely I'll ever complete these tests, and its the tests that are wrong not JBossXB. :-) That just leaves one failing test, which is t...
    Profile Photo
    created by adrian.brock
  • JBossXB dependencies

    I've upgraded to the latest version of common-core and excluded some of the stupid transitive dependencies it causes http://jira.jboss.com/jira/browse/JBXB-131 You might also want to consider whether some of the depe...
    Profile Photo
    last modified by adrian.brock
  • XMLGregorianDate to xs:dateTime rather than xs:anySimpleType

    Sorry guys if this is the wrong forum to post this issue, please inform me if I should move it somewhere else. I pretty much hope you guys can help me out here. I, via xjc, compiled a .XSD into several classes. Auto...
    Profile Photo
    last modified by asouza_2000