You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by David Nalley <da...@gnsa.us> on 2012/05/31 09:33:34 UTC

Fwd: [SCM] CloudStack OSS branch master updated. eb864814a91bc9d03fad3404484513269b7b059b

Prachi:

Is there no other option than wsdl4j?  (Axis perhaps?)  While we can
include CPL-licensed code there's additional overhead to doing so, and
if there's a permissive open source license available, esp. an ASLv2
licensed piece of software it strikes me as less painful all the way
around.

--David


-------- Original Message --------
Subject: [SCM] CloudStack OSS branch master updated.
eb864814a91bc9d03fad3404484513269b7b059b
Date: Fri, 25 May 2012 18:15:09 -0400
From: git@cloud.com <gi...@cloud.com>
To: #Cloud - Engineering <en...@cloud.com>, SourceForge
<cl...@lists.sourceforge.net>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CloudStack OSS".

The branch, master has been updated
      via  eb864814a91bc9d03fad3404484513269b7b059b (commit)
     from  3d4edfed03dad24964cde601f61cb1e3a3eed153 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://git.cloud.com/cgit/cloudstack-oss/commit/?id=eb864814a91bc9d03fad3404484513269b7b059b

commit eb864814a91bc9d03fad3404484513269b7b059b
Author: prachi <pr...@cloud.com>
Date:   Fri May 25 15:48:55 2012 -0700

   thirdparty library needed for awsapi

diff --git a/deps/cloud-wsdl4j-1.6.2.jar b/deps/cloud-wsdl4j-1.6.2.jar
new file mode 100644
index 0000000..b9ffc36
Binary files /dev/null and b/deps/cloud-wsdl4j-1.6.2.jar differ

-----------------------------------------------------------------------

Summary of changes:
 deps/cloud-wsdl4j-1.6.2.jar |  Bin 0 -> 148429 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 deps/cloud-wsdl4j-1.6.2.jar


hooks/post-receive
--
CloudStack OSS

Re: Fwd: [SCM] CloudStack OSS branch master updated. eb864814a91bc9d03fad3404484513269b7b059b

Posted by Daniel Kulp <dk...@apache.org>.
On Thursday, May 31, 2012 01:32:22 PM David Nalley wrote:
> On Thu, May 31, 2012 at 10:03 AM, Daniel Kulp <dk...@apache.org> wrote:
> > On Thursday, May 31, 2012 03:33:34 AM David Nalley wrote:
> >> Prachi:
> >> 
> >> Is there no other option than wsdl4j?  (Axis perhaps?)  While we can
> >> include CPL-licensed code there's additional overhead to doing so, and
> >> if there's a permissive open source license available, esp. an ASLv2
> >> licensed piece of software it strikes me as less painful all the way
> >> around.
> > 
> > Both CXF and Axis2 use wsdl4j.   :-(
> > 
> > Axis2 did at one point get a snapshot of it relicensed to ASLv2, but
> > that
> > was based on wsdl4j 1.4.something and no effort was taken to keep it up
> > to date.
> > 
> > Dan
> 
> Bah - great illustration of why not to send half-researched emails at
> 3am in the morning. That said - we could potentially make axis2 a
> dependency - some distros even carry it in their default repos. Might
> make it more difficult to build and use from source or use on less
> cutting edge distros like RHEL.

Except you have the PMC Chair of CXF as a mentor and he may be tempted to 
rip it all out and replace it with CXF....  ;-)

Seriously, would using the JAX-WS stuff built into the JDK be an option at 
all?   That would significantly drop the lib requirements.  

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: Fwd: [SCM] CloudStack OSS branch master updated. eb864814a91bc9d03fad3404484513269b7b059b

Posted by David Nalley <da...@gnsa.us>.
On Thu, May 31, 2012 at 10:03 AM, Daniel Kulp <dk...@apache.org> wrote:
> On Thursday, May 31, 2012 03:33:34 AM David Nalley wrote:
>> Prachi:
>>
>> Is there no other option than wsdl4j?  (Axis perhaps?)  While we can
>> include CPL-licensed code there's additional overhead to doing so, and
>> if there's a permissive open source license available, esp. an ASLv2
>> licensed piece of software it strikes me as less painful all the way
>> around.
>
> Both CXF and Axis2 use wsdl4j.   :-(
>
> Axis2 did at one point get a snapshot of it relicensed to ASLv2, but that
> was based on wsdl4j 1.4.something and no effort was taken to keep it up to
> date.
>
> Dan
>
>

Bah - great illustration of why not to send half-researched emails at
3am in the morning. That said - we could potentially make axis2 a
dependency - some distros even carry it in their default repos. Might
make it more difficult to build and use from source or use on less
cutting edge distros like RHEL.

--David

Re: Fwd: [SCM] CloudStack OSS branch master updated. eb864814a91bc9d03fad3404484513269b7b059b

Posted by Daniel Kulp <dk...@apache.org>.
On Thursday, May 31, 2012 03:33:34 AM David Nalley wrote:
> Prachi:
> 
> Is there no other option than wsdl4j?  (Axis perhaps?)  While we can
> include CPL-licensed code there's additional overhead to doing so, and
> if there's a permissive open source license available, esp. an ASLv2
> licensed piece of software it strikes me as less painful all the way
> around.

Both CXF and Axis2 use wsdl4j.   :-(

Axis2 did at one point get a snapshot of it relicensed to ASLv2, but that 
was based on wsdl4j 1.4.something and no effort was taken to keep it up to 
date.    

Dan



> 
> --David
> 
> 
> -------- Original Message --------
> Subject: [SCM] CloudStack OSS branch master updated.
> eb864814a91bc9d03fad3404484513269b7b059b
> Date: Fri, 25 May 2012 18:15:09 -0400
> From: git@cloud.com <gi...@cloud.com>
> To: #Cloud - Engineering <en...@cloud.com>, SourceForge
> <cl...@lists.sourceforge.net>
> 
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "CloudStack OSS".
> 
> The branch, master has been updated
>       via  eb864814a91bc9d03fad3404484513269b7b059b (commit)
>      from  3d4edfed03dad24964cde601f61cb1e3a3eed153 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> 
> http://git.cloud.com/cgit/cloudstack-oss/commit/?id=eb864814a91bc9d03fad34
> 04484513269b7b059b
> 
> commit eb864814a91bc9d03fad3404484513269b7b059b
> Author: prachi <pr...@cloud.com>
> Date:   Fri May 25 15:48:55 2012 -0700
> 
>    thirdparty library needed for awsapi
> 
> diff --git a/deps/cloud-wsdl4j-1.6.2.jar b/deps/cloud-wsdl4j-1.6.2.jar
> new file mode 100644
> index 0000000..b9ffc36
> Binary files /dev/null and b/deps/cloud-wsdl4j-1.6.2.jar differ
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
>  deps/cloud-wsdl4j-1.6.2.jar |  Bin 0 -> 148429 bytes
>  1 files changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 deps/cloud-wsdl4j-1.6.2.jar
> 
> 
> hooks/post-receive
> --
> CloudStack OSS
-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com