From: rondouthit <do-...@jb...> - 2006-02-08 15:38:49
|
I'm no expert, but from what I've read the early stack (AXIS / JBOSS.NET) used in JBOSS 3.x is not schema aware and will ALWAYS use unqualified. The newer version included in 4.0 (at least I know it's in 4.0.3 and 4.0.4RC1) should support both qualified and unqualified. There is even a newer stack in Jboss 5.0. When reading these forums and looking at problems and resolutions you have to be consider which stack is being referenced. If your deployment directory has jboss-net.sar you are using the oldest stack with the schema problems. If you are using jboss-ws4ee.sar, you are using the schema aware stack. If you see jbossws.sar, you are using the absolute latest which, to my knowledge, is only available in Jboss 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922310#3922310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922310 |