Hi, Seems you forget to append the NPE stack trace and the WSDL file.
If you wanna append as an attachment, using nabble but not the mailing list, the mailing list basically will filter out all attachments. Freeman ------------- Freeman Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-9-24, at 下午4:03, Cabrera Juan Manuel wrote: > Hello. > > I’m trying to generate a service based on the WS RetourceTransfer WSDL, but > I’m having a NPE. > Enclosed, the stacktrace and the WSDL that I am trying to generate. > > I’m using Maven over Cygwin ( no other choice for me L ): > #$ mvn -version > # Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) > # Maven home: D:\opt\maven > # Java version: 1.7.0_07, vendor: Oracle Corporation > # Java home: D:\opt\jdk\jre > # Default locale: fr_FR, platform encoding: Cp1252 > # OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > I’m using the cxf-codegen-plugin in version 2.6.2. Here is the snippet of its > configuration: > <plugin> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-codegen-plugin</artifactId> > <version>${cxf.version}</version> > <executions> > <execution> > <id>generate-pseudo</id> > <phase>generate-sources</phase> > <configuration> > > <sourceRoot>${basedir}/src/main/generated/pseudo</sourceRoot> > <wsdlOptions> > > <wsdlOption> > > > <wsdl>${basedir}/src/main/webapp/WEB-INF/wsdl/pseudonym.wsdl</wsdl> > > <extraargs> > > <extraarg>-verbose</extraarg> > > <extraarg>-impl</extraarg> > > </extraargs> > > </wsdlOption> > </wsdlOptions> > </configuration> > <goals> > > <goal>wsdl2java</goal> > </goals> > </execution> > </executions> > </plugin> > > It’s the first time I do this kind of extension, so maybe have I done smthg > wrong with the wsdl… > > Regards, > > Juan Manuel > > > Ce message et les pièces jointes sont confidentiels et réservés à l'usage > exclusif de ses destinataires. Il peut également être protégé par le secret > professionnel. Si vous recevez ce message par erreur, merci d'en avertir > immédiatement l'expéditeur et de le détruire. L'intégrité du message ne > pouvant être assurée sur Internet, la responsabilité d'Atos ne pourra être > recherchée quant au contenu de ce message. Bien que les meilleurs efforts > soient faits pour maintenir cette transmission exempte de tout virus, > l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne > saurait être recherchée pour tout dommage résultant d'un virus transmis. > > This e-mail and the documents attached are confidential and intended solely > for the addressee; it may also be privileged. If you receive this e-mail in > error, please notify the sender immediately and destroy it. As its integrity > cannot be secured on the Internet, the Atos liability cannot be triggered for > the message content. Although the sender endeavours to maintain a computer > virus-free network, the sender does not warrant that this transmission is > virus-free and will not be liable for any damages resulting from any virus > transmitted.
