[ http://jira.jboss.com/jira/browse/JBXB-8?page=comments#action_12316396 ] Scott M Stark commented on JBXB-8: ----------------------------------
There is one example document instance test1-ejb-deployment.xml that uses the xml-deployer_1_0.xsd along with two other namespaces/schemas: urn:jboss:testejb-ns1 ejb-config_1_0.xsd urn:jboss:ejb-cache ejb-cache_1_0.xsd for the property element extension point and ejb:instance-cache element extension point contents respectively. This is an example ejb container config that is small subset of the content found in a jboss.xml descriptor. The corresponding java object model still needs to be created. > Create a deployment instance doc illustrating the extension point requirements > ------------------------------------------------------------------------------ > > Key: JBXB-8 > URL: http://jira.jboss.com/jira/browse/JBXB-8 > Project: JBoss XML Binding (JBossXB) > Type: Sub-task > Reporter: Scott M Stark > Assignee: Scott M Stark > > > Need an xml deployer document instance example that illustrates the > requirement for parsing an xml fragment from foreign namespaces at the > xml-deployer_1_0.xsd xsd:any wildcard extension points. This should show > incorpration into an object model that as the following type constraints: > 1. None, setObject(Object x) > 2. Interface, setInterface(IObject x) > 3. Abstract type, setAbstract(AbstractOject x) > 4. Concrete type, setConcrete(MyObject x) -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
