[jboss-dev-forums] [Embedded JBoss Development] - Re: JbossWS in embbeded

ALRubinger do-not-reply at jboss.com
Wed Nov 4 20:32:43 EST 2009


This is great feedback.  Could you open a JIRA under the EMB key and attach a patch with your test case?

In the traditional standalone mode, Xerces is included as an endorsed library.  Either the JVM running EmbeddedAS needs this same setting, or Xerces must be manually added to the dependency chain (hence visible to the ClassLoader).

Note that I've just introduced xerces:xercesImpl as a dep today:

http://fisheye.jboss.org/changelog/~author=alrubinger/JBossAS/?cs=96005

Also, doesn't look like you're using ShrinkWrap to assemble your WS test?  Give it a spin; follow the other examples in ServerTestCase.  Easy as pie.

S,
ALR

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

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



More information about the jboss-dev-forums mailing list