• getting access to arbitrary content

    JBoss AOP has the concept of generic metadata that you can apply to a class and/or the fields, constructors, methods of that class: <metadata group="transaction" class="com.acme.MyBean"> <method name="so...
    Profile Photo
    last modified by bill.burke
  • problems with multiple pluggable schema's

    I have the following XML: <aop xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:jboss:aop-deployer aop-deployer_1_1.xsd" xmlns="urn:jboss:aop-deployer"> <interceptor name="...
    Profile Photo
    last modified by bill.burke
  • Wildcard XSModel support

    During my changes to support XSModel, I noticed that wildcard serialization requires a mapped uri to reparse. How do you feel about an attempted search of the current XSModel that is being processed? -Jason
    Profile Photo
    last modified by jason.greene
  • Unmarshalling without specifying the top schema

    One last issue with integrating the jbxb framework into the legacy SARDeployer is having to know the schema of the document root passed to the jbxb Unmarshaller. Since the SARDeployer does not use the jbxb Unmarshalle...
    Profile Photo
    last modified by starksm64
  • ObjectModelFactory, schemas and type conversion

    So I was looking at adding the ignoreUnresolvedFieldOrClass setting to the jbxb:schemaBindings as an element, the addition to the jndi-binding-service_1_0.xsd being: <xs:schema version="1.0beta" attributeFormDe...
    Profile Photo
    last modified by starksm64
  • Adding support for system property reference replacement

    We have so many places that depend on being able to replace system property references, this is going to be a roadblock to migrating configuration files over to parsing using the jbxb framework unless it also supports...
    Profile Photo
    last modified by starksm64
  • JBossEntityResolver updates needed

    The current hard-coded publicID to dtd/xsd mapping in the JBossEntityResolver needs to be externalized to allow for augmenting with user schemas. I created the following feature request issue: http://jira.jboss.com/j...
    Profile Photo
    last modified by starksm64
  • Java object vs xml parse stack

    So in going through the some debugging of the attribute defaults issue, I have a problem understanding the current relationship between the java object stack and the xml document parse stack. Let's start with the xsd ...
    Profile Photo
    last modified by starksm64
  • Mapping attributes with default values

    See http://jira.jboss.com/jira/browse/JBXB-32 for an example issue. Currently if a schema defines attributes with default values, the defaults are not being set on the associated java object unless explicitly present ...
    Profile Photo
    last modified by starksm64
  • Xerces 2.7.0 changes the XSImplementation implementation

    So I'm trying to test the xerces 2.7.0 release and the compile fails because the org.apache.xerces.xs.XSImplementation has changed from org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry to org.apache.xerces.i...
    Profile Photo
    last modified by starksm64
  • XercesXsMarshaller.isArrayWrapper

    Why does this method do so much work then always return true?
    Profile Photo
    last modified by adrian.brock
  • Package names

    Jira Task http://jira.jboss.com/jira/browse/JBXB-26 Discussion from jboss-dev mailing list http://sourceforge.net/mailarchive/forum.php?thread_id=7567668&forum_id=7101 http://sourceforge.net/mailarchive/forum.php...
    Profile Photo
    last modified by adrian.brock
  • Default Assignee in JIRA

    I've removed Alex as the default assignee for JBossXB in JIRA Otherwise, we don't know what Alex is actually working on.
    Profile Photo
    created by adrian.brock
  • Supporting non-default ctors

    http://jira.jboss.com/jira/browse/JBXB-28 I created this issue to request support for non-default ctors for elements as its a common scenario for an existing object model to require that the immutable properties be p...
    Profile Photo
    last modified by starksm64
  • Mapping comments?

    Wouldn't it make sense to be able to map also the comments from an xml file to a POJO model, as well? (and the reverse) From a deployment point of view, this would allow reading, modifiying and writing back an existi...
    Profile Photo
    last modified by dimitris
  • Transparent location of document xsd files

    One ease of use issue I mentioned on the dev list is having to know how to obtain the xsd file for a given namespace's schema using the current schema driven binding api. The current testscases start with at least the...
    Profile Photo
    last modified by starksm64
  • JBoss web services

    Generating artifacts that involve attachments with the wscompile tool is not very straightforward. Even though WS-I Basic Profile 1.0 (Part of J2EE 1.4) does not endorse attachments, JBossWS tools should provide suppo...
    Profile Photo
    created by ravimandari
  • Inline bindings with jbxb

    I've been working on binding bean-deployer XSD to the corresponding Java classes. Current state can be tracked by checking out package org.jboss.test.xml; public class JbxbPojoServerUnitTestCase The annotated sche...
    Profile Photo
    last modified by aloubyansky
  • Need advice for AOP/Microcontainer XML integration

    I'm currently writing a JBossXB implementation for AOP XML and wondering what approach I should take. Should I use the ObjectModelFactory or the SchemaBinding approach(what MC uses)? What I think will end up happenin...
    Profile Photo
    last modified by bill.burke
  • POJO Schema parsing

    Let me know if you'd rather I raise JIRA tasks for these: I've got some corrections to do to fix misconceptions and some "lost in translation" usage of the metadata, but that is less important at the moment and my pr...
    Profile Photo
    last modified by adrian.brock