4 Replies Latest reply on Jul 27, 2005 10:07 AM by starksm64

    Adding support for system property reference replacement

    starksm64

      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 this.

      It seems the best place to to this is the org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler (Alexey is still killing me with the naming).

      We would need configuration to suppress the replacement. This could be done globally as well as on each attribute/element/text. Its not clear where to do this for the individual elements because other than text, we don't have a binding element.

      I'm going to add the global configuration control to the schemaBindings and add this replacement support so I can finish integration of jbxb into the sar deployer.