"adrian(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...