[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Why SingletonSchemaResolverFactory?

adrian@jboss.org do-not-reply at jboss.com
Wed Jan 17 11:33:57 EST 2007


"adrian at jboss.org" wrote : Yes, obviously it can't read minds.
  | 
  | Also without the MC (Spring) xsd in the bootstrap/singleton, you couldn't use
  | MC (Spring) xml to define this POJO either. :-)

Well actually you could if you know the system location of the xsd.

But that isn't very nice.

Which is better, having to know the schema that is going to be used and its location


  | <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |             xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
  |             xmlns="urn:jboss:bean-deployer">
  | 

or just specifying the namespace?


  | <deployment xmlns="urn:jboss:bean-deployer">
  | 

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

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



More information about the jboss-dev-forums mailing list