[jboss-dev-forums] [Design of POJO Server] - Re: JAXB Deployer
anil.saldhana@jboss.com
do-not-reply at jboss.com
Wed Mar 18 17:06:21 EDT 2009
Since you do unmarshalling in the parse method of
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/tags/2.0.5.GA/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/deployer/JAXBDeployer.java
a schema validation may be added.
I do not understand the meaning of openStreamAndValidate call being made in the parse into
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/tags/2.0.5.GA/deployers-vfs-spi/src/main/java/org/jboss/deployers/vfs/spi/deployer/AbstractVFSParsingDeployer.java
You are opening a stream. There is no validation. :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219266#4219266
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219266
More information about the jboss-dev-forums
mailing list