[JBoss-dev] [JBossWS] - Re: client Cannot unmarshal jaxrpc-mapping-file

2004-09-11 Thread tdiesler
This might be an xml parser issue. Any idea why your code is using the crimson parser? It sould use the xerces we supply under lib/endorsed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847857#3847857 Reply to the post :

[JBoss-dev] [JBossWS] - Re: client Cannot unmarshal jaxrpc-mapping-file

2004-09-11 Thread aagmon
i guess thats what the happy axis found - i will make sure that the xmls are valid, changing the parser is done in the ws4ee mbean? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847863#3847863 Reply to the post :

[JBoss-dev] [JBossWS] - Re: client Cannot unmarshal jaxrpc-mapping-file

2004-09-11 Thread tdiesler
The jdk comes with the crimson parser, which to my knowledge cannot validat xmlschema properly. We override the parser via the endorsed mechanism in bin/run.sh # Setup the java endorsed dirs JBOSS_ENDORSED_DIRS=$JBOSS_HOME/lib/endorsed JBoss itself and all deployments should not see the