jaxws-maven-plugin jaxws:wsgen - Could not find class file

2008-02-27 Thread Henri Gomez
I get the same error reference in this thread : http://www.mail-archive.com/users@maven.apache.org/msg72977.html Did someone know if this problem is planned to be fixed in jaxws-maven-plugin ? Regards - To unsubscribe, e-mail:

Re: jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-19 Thread Kyle.Bober
The fully qualified package name and class filename are 100% correct. I am wondering if it may have to do with the JAX-WS 2.1.1 version I am trying to use... This is really annoying... I even tried creating a new SimpleService with a single echo method that just returns a string and still no

RE: jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-19 Thread Kyle.Bober
It seems the issue was that I had the following dependencies set to scopeprovided/scope instead of scopecompile/scope... Here is what it should have been... !-- JAXB 2.1.5 API -- dependency groupIdjavax.xml.bind/groupId artifactIdjaxb-api/artifactId

jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-18 Thread Kyle.Bober
I had the jaxws-maven-plugin working fine with a simple Java WebService... It worked fin up until an hour or so ago and I am not sure what I changed that caused the issue... Has anyone else seen this error before... It must be a something stupid simple that I am missing... The WebService runs

RE: jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-18 Thread Sonar, Nishant
jaxws:wsgen - Could not find class file I had the jaxws-maven-plugin working fine with a simple Java WebService... It worked fin up until an hour or so ago and I am not sure what I changed that caused the issue... Has anyone else seen this error before... It must be a something stupid simple that I