[jboss-jira] [JBoss JIRA] Resolved: (JBXB-98) Add property replacement support for ObjectModelFactory parsing
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Mon Mar 19 21:02:51 EDT 2007
[ http://jira.jboss.com/jira/browse/JBXB-98?page=all ]
Scott M Stark resolved JBXB-98.
-------------------------------
Resolution: Done
> Add property replacement support for ObjectModelFactory parsing
> ---------------------------------------------------------------
>
> Key: JBXB-98
> URL: http://jira.jboss.com/jira/browse/JBXB-98
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Feature Request
> Reporter: Scott M Stark
> Assigned To: Scott M Stark
> Fix For: JBossXB-2.0.0.CR2
>
>
> We only do property reference replacement when doing schema based parsing. The legacy ObjectModelFactory adapter model has not support for this. The DelegatingObjectModelFactory.setValue(Object o, UnmarshallingContext navigator, String namespaceURI, String localName, String value) needs to be updated to allow for this. It can use reflection on the associated ObjectModelFactory for an isReplacePropertyRefs() method to allow it to control whether replacement happens. In the absence of such a method replacement should be turned on by default.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list