The problem had to do with my environment, please disregard.
smixuser wrote: > > Hi All, > > When executing the command to run the wsdl-first example: mvn install > jbi:projectDeploy, I receive the following error: > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonRequest.jav > a:[30,30] incompatible types > found : javax.xml.bind.annotation.XmlAccessType > required: javax.xml.bind.annotation.AccessType > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonResponse.ja > va:[32,30] incompatible types > found : javax.xml.bind.annotation.XmlAccessType > required: javax.xml.bind.annotation.AccessType > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonRequest.jav > a:[37,16] cannot find symbol > symbol : method required() > location: @interface javax.xml.bind.annotation.XmlElement > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonResponse.ja > va:[41,16] cannot find symbol > symbol : method required() > location: @interface javax.xml.bind.annotation.XmlElement > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonResponse.ja > va:[43,16] cannot find symbol > symbol : method required() > location: @interface javax.xml.bind.annotation.XmlElement > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\GetPersonResponse.ja > va:[45,16] cannot find symbol > symbol : method required() > location: @interface javax.xml.bind.annotation.XmlElement > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\UnknownPersonFault.j > ava:[30,30] incompatible types > found : javax.xml.bind.annotation.XmlAccessType > required: javax.xml.bind.annotation.AccessType > > D:\apache-servicemix-3.1.1-incubating\examples\wsdl-second\wsdl-first-jsr181-su\ > target\jaxws\org\apache\servicemix\samples\wsdl_first\types\UnknownPersonFault.j > ava:[37,16] cannot find symbol > symbol : method required() > location: @interface javax.xml.bind.annotation.XmlElement > > -- View this message in context: http://www.nabble.com/wsdl-first-mvn-install-jbi%3AprojectDeploy-tf4201552s12049.html#a11968271 Sent from the ServiceMix - User mailing list archive at Nabble.com.
