[jboss-dev-forums] [Design of JBossXB] - Changes to the unmarshaller interface.

adrian@jboss.org do-not-reply at jboss.com
Thu Oct 5 08:07:30 EDT 2006


I want to make some changes to the unmarshaller interface.

1) There should be methods based on InputSource.
This actually makes most of the other methods redundant.

This is needed because I want to attach a system id
for error reporting. I can't use the real url because in some
cases (e.g. jars that get unpacked) this will be meaningless to users.

2) Need to be able pass in a root object for the schema parsing.
Like you can with the ObjectModelFactory methods.
This is needed so you can augment/merge the model when it
comes from mutliple files/schemas, e.g. ejb-jar.xml and jboss.xml

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976289#3976289

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976289



More information about the jboss-dev-forums mailing list