Hi, I have generated a bunch of stub classes (wsimport) and put it in a src dir relative to the PersonImpl.java to do a jsr181 proxy. The stub classes import javax.xml.bind.annotation.AccessType class which is in the jaxb-api.jar (jwsdp 2.0). Snapshot of building using mvn:
C:\servicemix\servicemix-3.0\examples\wsdl-first\wsdl-first-jsr181-su\src\main\java\org\apache\servicemix\samples\wsdl_first\fro mjava\client\AddNumbersException.java:[4,33] cannot find symbol symbol : class AccessType location: package javax.xml.bind.annotation Grégoire "A." wrote: > > > Hi, > > Could you please indicate more details about your pb > eg: ClassNotfoundException raised. > > you can also use 3.1-SNAPSHOT version. > > Regards, > > --- zul <[EMAIL PROTECTED]> a écrit : > >> >> Hi, >> I am trying to build the jsr181 example (SM3.0) >> after adding some changes >> but there are some classes not found. I have copied >> the needed jar file to >> lib\ and specified <location>lib/*.jar</location>. >> >> >> -- >> View this message in context: >> > http://www.nabble.com/class-not-found-tf2964838s12049.html#a8295147 >> Sent from the ServiceMix - User mailing list archive >> at Nabble.com. >> >> > > > > > > > > ___________________________________________________________________________ > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions > ! > Profitez des connaissances, des opinions et des expériences des > internautes sur Yahoo! Questions/Réponses > http://fr.answers.yahoo.com > > -- View this message in context: http://www.nabble.com/class-not-found-tf2964838s12049.html#a8367061 Sent from the ServiceMix - User mailing list archive at Nabble.com.
