[jboss-dev-forums] [Design of POJO Server] - Re: Allowing multiple AbstractParsingDeployer to work with t
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Oct 4 06:25:17 EDT 2006
I changed AbstractParsingDeployer to have an abstract parse(DeploymentUnit unit, VirtualFile file, T root) (not checked in yet). This introduces the same override in the ObjectModelFactoryDeployer, JAXPDeployer and SchemaResolverDeployer. This only makes sense in the ObjectModelFactoryDeployer in terms of having direct support for using the root. The jbossxb methods taking a SchemaResolver used by SchemaResolverDeployer do not take an existing root(although I don't know why they could not).
The JAXPDeployer would have to be expanded to include a parse(DeploymentUnit unit, VirtualFile file, Document document, T root) to effectively propagate the root.
Do these changes sound ok?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975973#3975973
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975973
More information about the jboss-dev-forums
mailing list