Sorry, Thomas, I find the place to add java.io.Serializable.
Best Regards! Lizhao Chen 86-021-50800850-8395 -----Original Message----- From: Chen, Lizhao Sent: Wednesday, January 23, 2008 05:27 PM To: '[email protected]' Subject: RE: axis2 [1.3] Influence the ADB generation Hi, Thomas, For the step 2, 2) extract axis2-1.3\modules\adb-codegen\src\org\apache\axis2\schema\template\ADBBe anTemplate.xsl and change it by adding the "implements java.io.Serializable" to the generated code can you tell me the detail that how do you add the "implements java.io.Serializable" to the generated code? I extract the xsl, and can't find where to add above code. Best Regards! Lizhao Chen 86-021-50800850-8395 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Pawlitzki Sent: Thursday, January 17, 2008 07:33 PM To: [email protected] Subject: Re: axis2 [1.3] Influence the ADB generation Hello Mauro, 2008/1/17, Mauro Molinari <[EMAIL PROTECTED]>: > You can do the following: > 1) download Axis2 SRC distributon > 2) extract > axis2-1.3\modules\adb-codegen\src\org\apache\axis2\schema\template\ADBBe anTemplate.xsl > and change it by adding the "implements java.io.Serializable" to the > generated code > 3) extract > axis2-1.3\modules\adb-codegen\src\org\apache\axis2\schema\schema-compile .properties > and change the value of schema.bean.writer.template so that it points to > your modified template > 4) run WSDL2Java generator setting the Java system property > org.apache.adb.properties so that it points to your own > schema-compile.properties, i.e.: > java -Dorg.apache.adb.properties=my-own/schema-compile.properties -cp > <full classpath!> org.apache.axis2.wsdl.WSDL2Java <your options> -uri > YourWSDL.wsdl > > You'll find some hints at: > http://ws.apache.org/axis2/1_3/adb/adb-tweaking.html Tank you for the very fast reply and for the hint. It seems to work for me. Greetings, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ============================================================ The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs ============================================================ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
