On 8/8/07, Shalab Goel <[EMAIL PROTECTED]> wrote:
>
> Hi Deepal,
>
> I believe there is some issue with the distribution link below.
>
> I run the following command to generate client stubs (This works
> flawlessly with axis2-1.2) .
>
> C:\> wsdl2java -uri MyWS.wsdl -d adb -p com.myws.client
>
> It generates a stub class, which generates code for ADBDataSource as
> follows:
>
>
> org.apache.axiom.om.OMDataSource dataSource =
> new org.apache.axis2.databinding.ADBDataSource
> (this,MY_QNAME)
> {
> public void serialize(javax.xml.stream.XMLStreamWriter xmlWriter)
> throws javax.xml.stream.XMLStreamException {
>
> MyOperation.this.serialize(MY_QNAME,factory,xmlWriter);
> }
> };
Are you sure you have deleted all previously generated ADB classes.
wsdl2java tool does not override any file if you have not given -or option.
I generated code using Axis2 1.3 and it worked fine.
Please point out put to an empty directory using -o option and see.
And also make sure you have set the AXIS2_HOME correctly as well.
Amila.
The abstract method that needs to be implemented according to
> ADBDataSource.class in axis2-adb-1.3.jar shows the signature as
>
> public abstract void serialize(MTOMAwareXMLStreamWriter arg)
>
> There seems to be discrepancy between method that is expected to be
> implemented, and method that is getting implemented via wsdl2java tool.
>
> Thanks
> Shalab
>
>
> -----Original Message-----
> From: Deepal jayasinghe [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 07, 2007 5:43 AM
> To: [EMAIL PROTECTED]; [email protected]
> Subject: [Axis2][VOTE]Axis2 1.3 release artifacts
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> I have uploaded Axis2 1.3 into my Apache home location [1] . This
> release doesn't contain any SNAPSHOT dependencies and we haven't done
> any major changes since RC3. Please test this release as much as you
> can and help us to make this release stable.
>
> Both IntelliJ idea and Eclipse plugin artifacts [2] will be available
> soon.
>
> Please try to cover the following areas when testing.
> - - Code generation
> - - Sessions
> - - Web application
> - - In different application servers
> - - Both JDK 1.5 and JDK 1.4
> - - Java2WSDL
> - - POJOs
> - - And whatever the JIRA we have marked as fixed.
>
> You can find maven2 repository under my home directory as well [3].
>
> I will do the final release on Friday (10th Aug 2007), here is my +1
> for the release date as well as for release artifacts.
>
>
> [1] : http://people.apache.org/~deepal/axis2/1.3/
> [2] : http://people.apache.org/~deepal/axis2/1.3/tools/
> [3] : http://people.apache.org/~deepal/axis2/1.3/m2-repo/
>
>
> P.S : Please note that I need to have two more PMC vote to go ahead
> with the release.
>
> Thanks
> Deepal
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGuGjijOGcXNDx0CARAiPlAJ9vB41E47o4JZ8dFeDxMVvIDW+3ogCeLPnr
> N61O2hVAFlU97gqoDGPH/54=
> =7i+P
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Amila Suriarachchi,
WSO2 Inc.