You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Deepal jayasinghe <de...@gmail.com> on 2007/08/07 14:43:14 UTC

[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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Davanum Srinivas <da...@gmail.com>.
Shalab,

JIRA Please so that we track it.

-- dims

On 8/7/07, Shalab Goel <sh...@oracle.com> 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);
>                  }
>     };
>
>
> 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:deepalk@gmail.com]
> Sent: Tuesday, August 07, 2007 5:43 AM
> To: axis-dev@ws.apache.org; axis-user@ws.apache.org
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Davanum Srinivas <da...@gmail.com>.
Shalab,

JIRA Please so that we track it.

-- dims

On 8/7/07, Shalab Goel <sh...@oracle.com> 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);
>                  }
>     };
>
>
> 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:deepalk@gmail.com]
> Sent: Tuesday, August 07, 2007 5:43 AM
> To: axis-dev@ws.apache.org; axis-user@ws.apache.org
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Amila Suriarachchi <am...@gmail.com>.
On 8/8/07, Shalab Goel <sh...@oracle.com> 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:deepalk@gmail.com]
> Sent: Tuesday, August 07, 2007 5:43 AM
> To: axis-dev@ws.apache.org; axis-user@ws.apache.org
> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Amila Suriarachchi,
WSO2 Inc.

RE: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Shalab Goel <sh...@oracle.com>.
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);
                 }
    };


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:deepalk@gmail.com] 
Sent: Tuesday, August 07, 2007 5:43 AM
To: axis-dev@ws.apache.org; axis-user@ws.apache.org
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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Deepal Jayasinghe <de...@opensource.lk>.
> Deepal,
>
> Any idea why https://issues.apache.org/jira/browse/AXIS2-3080 ended up
> in the branch?
I gave him the green light to go ahead with his patch and asked him to
test that , but unfortunately he has tested with Axiom trunk not with
the release. So I have to revert his changes and upload the artifacts again.

It just stuck me like a ton of bricks
> https://issues.apache.org/jira/browse/AXIS2-3093 is about shell
> scripts, which i haven't fixed yet!! let me do that too.
Lets do this fix as well.

Thanks
Deepal
>
> -- dims
>
> On 8/7/07, Deepal jayasinghe <de...@gmail.com> wrote:
> 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].



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Davanum Srinivas <da...@gmail.com>.
Deepal,

Any idea why https://issues.apache.org/jira/browse/AXIS2-3080 ended up
in the branch? It just stuck me like a ton of bricks
https://issues.apache.org/jira/browse/AXIS2-3093 is about shell
scripts, which i haven't fixed yet!! let me do that too.

-- dims

On 8/7/07, Deepal jayasinghe <de...@gmail.com> wrote:
> -----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: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2][VOTE]Axis2 1.3 release artifacts

Posted by Davanum Srinivas <da...@gmail.com>.
Deepal,

Any idea why https://issues.apache.org/jira/browse/AXIS2-3080 ended up
in the branch? It just stuck me like a ton of bricks
https://issues.apache.org/jira/browse/AXIS2-3093 is about shell
scripts, which i haven't fixed yet!! let me do that too.

-- dims

On 8/7/07, Deepal jayasinghe <de...@gmail.com> wrote:
> -----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: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org