This content has been marked as final.
Show 2 replies
-
1. Re: bug?! I can't run a webservice client, netbeans works...
smilidon Nov 11, 2006 3:45 PM (in response to smilidon)First thing is, that i dont understand why i have some jars in the classpath of my client that i dont added to my eclipse project.
Second, i changed the order of some jars like jbossall-client, jbossws-client and jboss-xml-binding and now i get this error:Exception in thread "main" java.lang.NoSuchFieldError: fFeatures at org.jboss.xb.binding.parser.xni.XniJBossXBParser$ParserConfiguration.configurePipeline(XniJBossXBParser.java:459) at org.apache.xerces.parsers.DTDConfiguration.reset(Unknown Source)
I found some classes of this xml pharser in jboss-commons.jar of the eclipse plugin and that looks like the problem. i tried to remove that jar, but my client wont start anymore. why? why do i need for runing an application the jboss-common.jar? sorry it looks like that is something wrong there.
still confused
s. -
2. Re: bug?! I can't run a webservice client, netbeans works...
smilidon Nov 11, 2006 3:46 PM (in response to smilidon)by the way, i use jboss 4.0.4ga, jbossws 1.0.3, jsr 181 server part and a jsr 109 client.