0 Replies Latest reply on Mar 19, 2007 8:16 PM by starksm64

    Not seeing property replacement happen

    starksm64

      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 ObjectModelFactorys, is looks like the DelegatingObjectModelFactory.setValue(Object o, UnmarshallingContext navigator, String namespaceURI, String localName, String value) needs to be updated, and that the ObjectModelFactory would be queried for an isReplacePropertyRefs() method to allow it to control whether replacement happens.

      I'm going to add this as some of the tests rely on property replacement from descriptors.