You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by Lawrence Mandel <lm...@ca.ibm.com> on 2008/04/10 07:33:56 UTC

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Everything looks good after a quick sanity check with Woden. Here's my +1 
for XmlSchema and Axiom. I didn't test Neethi.

Lawrence
\




Davanum Srinivas <da...@gmail.com> 
04/10/2008 12:47 AM
Please respond to
axis-dev@ws.apache.org


To
Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
cc

Subject
[VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Folks,

Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt 
with the svn information:

http://people.apache.org/~dims/axis2-1.4-commons/


Please VOTE:

[ ] - Ship XmlSchema 1.4.1
[ ] - Don't Ship XmlSchema 1.4.1

[ ] - Ship Axiom 1.2.6
[ ] - Don't Axiom 1.2.6

[ ] - Ship Neethi 2.0.3
[ ] - Don't Ship Neethi 2.0.3

Here's my +1 for all 3 distributions.

thanks,
dims
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/ZvsgNg6eWEDv1kRApoAAKDQAsT7hCrn2BruP6c7N6qwvQuIAACeMnhU
grBUP5S3B0dYtfu6jMulw38=
=tEtH
-----END PGP SIGNATURE-----

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




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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

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

try playing with the options in

http://maven.apache.org/plugins/maven-jar-plugin/usage.html

thanks,
dims

On Thu, Apr 17, 2008 at 2:09 AM, indika kumara <in...@gmail.com> wrote:
> Hi Dims
>
> When I build axis2-1.4 branch , it creates a mex jar as
> mex-1.4-SNAPSHOT-impl.jar. It should be mex-1.4-impl-SNAPSHOT.jar. shouldn't
> it?
>
> Thanks
>
> Indika
>
>
>



-- 
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: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by indika kumara <in...@gmail.com>.
Hi Dims

When I build axis2-1.4 branch , it creates a mex jar as
mex-1.4-SNAPSHOT-impl.jar. It should be mex-1.4-impl-SNAPSHOT.jar. shouldn't
it?

Thanks

Indika

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Saminda Abeyruwan <sa...@gmail.com>.
Hi Devs,

If "service.port" approach is the intended behaviour, this is going to break
the backward compatibility with Axis2 1.3, and we don't want to do that to
our existing user base.

Saminda

2008/4/16 Saminda Abeyruwan <sa...@gmail.com>:

> Hi,
>
> I'm observing the wsdl/wsdl2 service section as follows,
>
> wsdl2 :
> <wsdl2:service name="echo" interface="tns:ServiceInterface">
> <wsdl2:endpoint name="echoHttpEndpoint" binding="tns:echoHttpBinding"
> address="http://10.100.1.192:9762/services/echo.echoHttpEndpoint"/>
> <wsdl2:endpoint name="echoHttpSoap11Endpoint"
> binding="tns:echoSoap11Binding" address="
> http://10.100.1.192:9762/services/echo.echoHttpSoap11Endpoint"/>
> <wsdl2:endpoint name="echoHttpsEndpoint" binding="tns:echoHttpBinding"
> address="https://10.100.1.192:9443/services/echo.echoHttpsEndpoint"/>
> <wsdl2:endpoint name="echoHttpsSoap12Endpoint"
> binding="tns:echoSoap12Binding" address="
> https://10.100.1.192:9443/services/echo.echoHttpsSoap12Endpoint"/>
> <wsdl2:endpoint name="echoHttpsSoap11Endpoint"
> binding="tns:echoSoap11Binding" address="
> https://10.100.1.192:9443/services/echo.echoHttpsSoap11Endpoint"/>
> <wsdl2:endpoint name="echoHttpSoap12Endpoint"
> binding="tns:echoSoap12Binding" address="
> http://10.100.1.192:9762/services/echo.echoHttpSoap12Endpoint"/>
> </wsdl2:service>
>
> wsdl:
>
> <wsdl:service name="echo">
> −
>     <wsdl:port name="echoHttpSoap11Endpoint"
> binding="ns:echoSoap11Binding">
> <soap:address location="
> http://10.100.1.192:9762/services/echo.echoHttpSoap11Endpoint"/>
> </wsdl:port>
> −
>     <wsdl:port name="echoHttpsSoap11Endpoint"
> binding="ns:echoSoap11Binding">
> <soap:address location="
> https://10.100.1.192:9443/services/echo.echoHttpsSoap11Endpoint"/>
> </wsdl:port>
> −
>     <wsdl:port name="echoHttpsSoap12Endpoint"
> binding="ns:echoSoap12Binding">
> <soap12:address location="
> https://10.100.1.192:9443/services/echo.echoHttpsSoap12Endpoint"/>
> </wsdl:port>
> −
>     <wsdl:port name="echoHttpSoap12Endpoint"
> binding="ns:echoSoap12Binding">
> <soap12:address location="
> http://10.100.1.192:9762/services/echo.echoHttpSoap12Endpoint"/>
> </wsdl:port>
> −
>     <wsdl:port name="echoHttpEndpoint" binding="ns:echoHttpBinding">
> <http:address location="
> http://10.100.1.192:9762/services/echo.echoHttpEndpoint"/>
> </wsdl:port>
> −
>     <wsdl:port name="echoHttpsEndpoint" binding="ns:echoHttpBinding">
> <http:address location="
> https://10.100.1.192:9443/services/echo.echoHttpsEndpoint"/>
> </wsdl:port>
> </wsdl:service>
>
> As you can see
>
> the address would show like,
> http://10.100.1.192:9762/services/echo.echoHttpEndpoint
>
> Is this the intended behaviour?
>
> When I debug the listeners, it will give the proper endpoint address as (
> http://10.100.1.192:9762/services/echo)
>
> but in the wsdl, the endpoint address is appended with the associated
> binding name.
>
> Saminda
>
>
> On Wed, Apr 16, 2008 at 8:45 PM, Davanum Srinivas <da...@gmail.com>
> wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Indika,
> >
> > Will this work for you? Please check
> >
> > http://svn.apache.org/viewvc?rev=648716&view=rev
> >
> > - -- dims
> >
> >
> > indika kumara wrote:
> > | Hi Dims
> > |
> > |  A minor thing , that appears when I am testing the synapse.
> > |
> > | In maven repositories , there is only .mar artifact of the mex module
> > and
> > | can't find .jar file for this module. In synapse,we only load classes
> > from
> > | jars. We can change the scripts to load classes from .mar files as
> > well ,
> > | but it is more easy and convenient if there is a .jar artifact of the
> > mex
> > | module in the maven repositories. Is it possible?
> > |
> > | Thanks
> > |
> > | Indika
> > |
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (Cygwin)
> >
> > iD8DBQFIBhgUgNg6eWEDv1kRApGZAJwJIIIEgzLWJFUDSAJ+3dfXSHgYbgCfXFjW
> > 4dZUZZnNM3bqIVRll+8ypx4=
> > =Ammr
> >
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
>
>
> --
> Saminda Abeyruwan
>
> Senior Software Engineer
> WSO2 Inc. - www.wso2.org
>



-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Saminda Abeyruwan <sa...@gmail.com>.
Hi,

I'm observing the wsdl/wsdl2 service section as follows,

wsdl2 :
<wsdl2:service name="echo" interface="tns:ServiceInterface">
<wsdl2:endpoint name="echoHttpEndpoint" binding="tns:echoHttpBinding"
address="http://10.100.1.192:9762/services/echo.echoHttpEndpoint"/>
<wsdl2:endpoint name="echoHttpSoap11Endpoint"
binding="tns:echoSoap11Binding" address="
http://10.100.1.192:9762/services/echo.echoHttpSoap11Endpoint"/>
<wsdl2:endpoint name="echoHttpsEndpoint" binding="tns:echoHttpBinding"
address="https://10.100.1.192:9443/services/echo.echoHttpsEndpoint"/>
<wsdl2:endpoint name="echoHttpsSoap12Endpoint"
binding="tns:echoSoap12Binding" address="
https://10.100.1.192:9443/services/echo.echoHttpsSoap12Endpoint"/>
<wsdl2:endpoint name="echoHttpsSoap11Endpoint"
binding="tns:echoSoap11Binding" address="
https://10.100.1.192:9443/services/echo.echoHttpsSoap11Endpoint"/>
<wsdl2:endpoint name="echoHttpSoap12Endpoint"
binding="tns:echoSoap12Binding" address="
http://10.100.1.192:9762/services/echo.echoHttpSoap12Endpoint"/>
</wsdl2:service>

wsdl:

<wsdl:service name="echo">
−
    <wsdl:port name="echoHttpSoap11Endpoint" binding="ns:echoSoap11Binding">
<soap:address location="
http://10.100.1.192:9762/services/echo.echoHttpSoap11Endpoint"/>
</wsdl:port>
−
    <wsdl:port name="echoHttpsSoap11Endpoint"
binding="ns:echoSoap11Binding">
<soap:address location="
https://10.100.1.192:9443/services/echo.echoHttpsSoap11Endpoint"/>
</wsdl:port>
−
    <wsdl:port name="echoHttpsSoap12Endpoint"
binding="ns:echoSoap12Binding">
<soap12:address location="
https://10.100.1.192:9443/services/echo.echoHttpsSoap12Endpoint"/>
</wsdl:port>
−
    <wsdl:port name="echoHttpSoap12Endpoint" binding="ns:echoSoap12Binding">
<soap12:address location="
http://10.100.1.192:9762/services/echo.echoHttpSoap12Endpoint"/>
</wsdl:port>
−
    <wsdl:port name="echoHttpEndpoint" binding="ns:echoHttpBinding">
<http:address location="
http://10.100.1.192:9762/services/echo.echoHttpEndpoint"/>
</wsdl:port>
−
    <wsdl:port name="echoHttpsEndpoint" binding="ns:echoHttpBinding">
<http:address location="
https://10.100.1.192:9443/services/echo.echoHttpsEndpoint"/>
</wsdl:port>
</wsdl:service>

As you can see

the address would show like,
http://10.100.1.192:9762/services/echo.echoHttpEndpoint

Is this the intended behaviour?

When I debug the listeners, it will give the proper endpoint address as (
http://10.100.1.192:9762/services/echo)

but in the wsdl, the endpoint address is appended with the associated
binding name.

Saminda


On Wed, Apr 16, 2008 at 8:45 PM, Davanum Srinivas <da...@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Indika,
>
> Will this work for you? Please check
>
> http://svn.apache.org/viewvc?rev=648716&view=rev
>
> - -- dims
>
>
> indika kumara wrote:
> | Hi Dims
> |
> |  A minor thing , that appears when I am testing the synapse.
> |
> | In maven repositories , there is only .mar artifact of the mex module
> and
> | can't find .jar file for this module. In synapse,we only load classes
> from
> | jars. We can change the scripts to load classes from .mar files as well
> ,
> | but it is more easy and convenient if there is a .jar artifact of the
> mex
> | module in the maven repositories. Is it possible?
> |
> | Thanks
> |
> | Indika
> |
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Cygwin)
>
> iD8DBQFIBhgUgNg6eWEDv1kRApGZAJwJIIIEgzLWJFUDSAJ+3dfXSHgYbgCfXFjW
> 4dZUZZnNM3bqIVRll+8ypx4=
> =Ammr
>
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Indika,

Will this work for you? Please check

http://svn.apache.org/viewvc?rev=648716&view=rev

- -- dims

indika kumara wrote:
| Hi Dims
|
|  A minor thing , that appears when I am testing the synapse.
|
| In maven repositories , there is only .mar artifact of the mex module and
| can't find .jar file for this module. In synapse,we only load classes from
| jars. We can change the scripts to load classes from .mar files as well ,
| but it is more easy and convenient if there is a .jar artifact of the mex
| module in the maven repositories. Is it possible?
|
| Thanks
|
| Indika
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFIBhgUgNg6eWEDv1kRApGZAJwJIIIEgzLWJFUDSAJ+3dfXSHgYbgCfXFjW
4dZUZZnNM3bqIVRll+8ypx4=
=Ammr
-----END PGP SIGNATURE-----

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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by indika kumara <in...@gmail.com>.
Hi Dims

 A minor thing , that appears when I am testing the synapse.

In maven repositories , there is only .mar artifact of the mex module and
can't find .jar file for this module. In synapse,we only load classes from
jars. We can change the scripts to load classes from .mar files as well ,
but it is more easy and convenient if there is a .jar artifact of the mex
module in the maven repositories. Is it possible?

Thanks

Indika

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Lahiru Sandakith <sa...@gmail.com>.
Hi Dims,

I had a quick test with axis2 eclipse plugins with the new artifacts and its
all fine for me.
Lets include the axis2 eclipse and idea plugins for the 1.4 tools release.

Thanks
Lahiru Sandakith

On Wed, Apr 16, 2008 at 9:20 AM, Saminda Abeyruwan <sa...@gmail.com>
wrote:

> I've had a quick test with the publish jars with the current work I'm
> doing and it looks good.
>
> +1 for all.
>
> Saminda
>
> On Tue, Apr 15, 2008 at 7:20 PM, Davanum Srinivas <da...@gmail.com>
> wrote:
>
> > Oops! i just uploaded the dist's this morning. We can cut another
> > 1.4.2 for xmlschema.
> >
> > -- dims
> >
> > On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com>
> > wrote:
> > > Dims,
> > >
> > >  John did some testing with Woden and XmlSchema 1.4.1 and found a
> > >  regression with chameleon includes. He's going to respond shortly
> > with
> > >  specifics.
> > >
> > >
> > >  Lawrence
> > >
> > >
> > >
> > >
> > >
> > >
> > >  Davanum Srinivas <da...@gmail.com>
> > >  04/11/2008 10:41 AM
> > >
> > > Please respond to
> > >  axis-dev@ws.apache.org
> > >
> > >
> > >  To
> > >  axis-dev@ws.apache.org
> > >  cc
> > >  commons-dev@ws.apache.org, woden-dev@ws.apache.org
> > >  Subject
> > >  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> > Axis2
> > >
> > >
> > > 1.4
> > >
> > >
> > >
> > >
> > >
> > >
> > >  -----BEGIN PGP SIGNED MESSAGE-----
> > >  Hash: SHA1
> > >
> > >  Lawrence,
> > >
> > >  looks like we have enough votes for this to pass, but will still have
> > to
> > >  wait for a total of 72 hours.
> > >
> > >  In the mean time, please go ahead and put out a vote for woden with
> > jars
> > >  from this vote.
> > >
> > >  thanks,
> > >  dims
> > >
> > >  Lawrence Mandel wrote:
> > >  | Everything looks good after a quick sanity check with Woden. Here's
> > my
> > >  +1
> > >  | for XmlSchema and Axiom. I didn't test Neethi.
> > >  |
> > >  | Lawrence
> > >  | \
> > >  |
> > >  |
> > >  |
> > >  |
> > >  | Davanum Srinivas <da...@gmail.com>
> > >  | 04/10/2008 12:47 AM
> > >  | Please respond to
> > >  | axis-dev@ws.apache.org
> > >  |
> > >  |
> > >  | To
> > >  | Axis developer list <ax...@ws.apache.org>,
> > commons-dev@ws.apache.org
> > >  | cc
> > >  |
> > >  | Subject
> > >  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> > Axis2
> > >  1.4
> > >  |
> > >  |
> > >  |
> > >  |
> > >  |
> > >  |
> > >  | Folks,
> > >  |
> > >  | Here are the src/bin dist artifacts, the maven2 repo and a
> > revisions.txt
> > >  | with the svn information:
> > >  |
> > >  | http://people.apache.org/~dims/axis2-1.4-commons/<http://people.apache.org/%7Edims/axis2-1.4-commons/>
> > >  |
> > >  |
> > >  | Please VOTE:
> > >  |
> > >  | [ ] - Ship XmlSchema 1.4.1
> > >  | [ ] - Don't Ship XmlSchema 1.4.1
> > >  |
> > >  | [ ] - Ship Axiom 1.2.6
> > >  | [ ] - Don't Axiom 1.2.6
> > >  |
> > >  | [ ] - Ship Neethi 2.0.3
> > >  | [ ] - Don't Ship Neethi 2.0.3
> > >  |
> > >  | Here's my +1 for all 3 distributions.
> > >  |
> > >  | thanks,
> > >  | dims
> > >
> > >  -
> > ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> > >
> > >
> > >
> > >
> > >  -
> > ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> > >
> > >  -----BEGIN PGP SIGNATURE-----
> > >  Version: GnuPG v1.4.5 (Cygwin)
> > >
> > >  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
> > >  Z4XH0iKScqHq0pF9xjvZez8=
> > >  =LMDo
> > >  -----END PGP SIGNATURE-----
> > >
> > >  ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> > >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> > >
> > >
> > >
> > >
> > >  ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> > >  For additional commands, e-mail: commons-dev-help@ws.apache.org
> > >
> > >
> >
> >
> >
> > --
> > Davanum Srinivas :: http://davanum.wordpress.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: woden-dev-help@ws.apache.org
> >
> >
>
>
> --
> Saminda Abeyruwan
>
> Senior Software Engineer
> WSO2 Inc. - www.wso2.org




-- 
Thanks
Lahiru Sandakith

http://sandakith.wordpress.com/
GPG Key Fingerprint : 8CD8 68E0 4CBC 75CB 25BC 1AB1 FE5E 7464 1F01 9A0F

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Saminda Abeyruwan <sa...@gmail.com>.
I've had a quick test with the publish jars with the current work I'm doing
and it looks good.

+1 for all.

Saminda

On Tue, Apr 15, 2008 at 7:20 PM, Davanum Srinivas <da...@gmail.com> wrote:

> Oops! i just uploaded the dist's this morning. We can cut another
> 1.4.2 for xmlschema.
>
> -- dims
>
> On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com>
> wrote:
> > Dims,
> >
> >  John did some testing with Woden and XmlSchema 1.4.1 and found a
> >  regression with chameleon includes. He's going to respond shortly with
> >  specifics.
> >
> >
> >  Lawrence
> >
> >
> >
> >
> >
> >
> >  Davanum Srinivas <da...@gmail.com>
> >  04/11/2008 10:41 AM
> >
> > Please respond to
> >  axis-dev@ws.apache.org
> >
> >
> >  To
> >  axis-dev@ws.apache.org
> >  cc
> >  commons-dev@ws.apache.org, woden-dev@ws.apache.org
> >  Subject
> >  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >
> >
> > 1.4
> >
> >
> >
> >
> >
> >
> >  -----BEGIN PGP SIGNED MESSAGE-----
> >  Hash: SHA1
> >
> >  Lawrence,
> >
> >  looks like we have enough votes for this to pass, but will still have
> to
> >  wait for a total of 72 hours.
> >
> >  In the mean time, please go ahead and put out a vote for woden with
> jars
> >  from this vote.
> >
> >  thanks,
> >  dims
> >
> >  Lawrence Mandel wrote:
> >  | Everything looks good after a quick sanity check with Woden. Here's
> my
> >  +1
> >  | for XmlSchema and Axiom. I didn't test Neethi.
> >  |
> >  | Lawrence
> >  | \
> >  |
> >  |
> >  |
> >  |
> >  | Davanum Srinivas <da...@gmail.com>
> >  | 04/10/2008 12:47 AM
> >  | Please respond to
> >  | axis-dev@ws.apache.org
> >  |
> >  |
> >  | To
> >  | Axis developer list <ax...@ws.apache.org>,
> commons-dev@ws.apache.org
> >  | cc
> >  |
> >  | Subject
> >  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >  1.4
> >  |
> >  |
> >  |
> >  |
> >  |
> >  |
> >  | Folks,
> >  |
> >  | Here are the src/bin dist artifacts, the maven2 repo and a
> revisions.txt
> >  | with the svn information:
> >  |
> >  | http://people.apache.org/~dims/axis2-1.4-commons/<http://people.apache.org/%7Edims/axis2-1.4-commons/>
> >  |
> >  |
> >  | Please VOTE:
> >  |
> >  | [ ] - Ship XmlSchema 1.4.1
> >  | [ ] - Don't Ship XmlSchema 1.4.1
> >  |
> >  | [ ] - Ship Axiom 1.2.6
> >  | [ ] - Don't Axiom 1.2.6
> >  |
> >  | [ ] - Ship Neethi 2.0.3
> >  | [ ] - Don't Ship Neethi 2.0.3
> >  |
> >  | Here's my +1 for all 3 distributions.
> >  |
> >  | thanks,
> >  | dims
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >  -----BEGIN PGP SIGNATURE-----
> >  Version: GnuPG v1.4.5 (Cygwin)
> >
> >  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
> >  Z4XH0iKScqHq0pF9xjvZez8=
> >  =LMDo
> >  -----END PGP SIGNATURE-----
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: commons-dev-help@ws.apache.org
> >
> >
>
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>


-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Saminda Abeyruwan <sa...@gmail.com>.
I've had a quick test with the publish jars with the current work I'm doing
and it looks good.

+1 for all.

Saminda

On Tue, Apr 15, 2008 at 7:20 PM, Davanum Srinivas <da...@gmail.com> wrote:

> Oops! i just uploaded the dist's this morning. We can cut another
> 1.4.2 for xmlschema.
>
> -- dims
>
> On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com>
> wrote:
> > Dims,
> >
> >  John did some testing with Woden and XmlSchema 1.4.1 and found a
> >  regression with chameleon includes. He's going to respond shortly with
> >  specifics.
> >
> >
> >  Lawrence
> >
> >
> >
> >
> >
> >
> >  Davanum Srinivas <da...@gmail.com>
> >  04/11/2008 10:41 AM
> >
> > Please respond to
> >  axis-dev@ws.apache.org
> >
> >
> >  To
> >  axis-dev@ws.apache.org
> >  cc
> >  commons-dev@ws.apache.org, woden-dev@ws.apache.org
> >  Subject
> >  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >
> >
> > 1.4
> >
> >
> >
> >
> >
> >
> >  -----BEGIN PGP SIGNED MESSAGE-----
> >  Hash: SHA1
> >
> >  Lawrence,
> >
> >  looks like we have enough votes for this to pass, but will still have
> to
> >  wait for a total of 72 hours.
> >
> >  In the mean time, please go ahead and put out a vote for woden with
> jars
> >  from this vote.
> >
> >  thanks,
> >  dims
> >
> >  Lawrence Mandel wrote:
> >  | Everything looks good after a quick sanity check with Woden. Here's
> my
> >  +1
> >  | for XmlSchema and Axiom. I didn't test Neethi.
> >  |
> >  | Lawrence
> >  | \
> >  |
> >  |
> >  |
> >  |
> >  | Davanum Srinivas <da...@gmail.com>
> >  | 04/10/2008 12:47 AM
> >  | Please respond to
> >  | axis-dev@ws.apache.org
> >  |
> >  |
> >  | To
> >  | Axis developer list <ax...@ws.apache.org>,
> commons-dev@ws.apache.org
> >  | cc
> >  |
> >  | Subject
> >  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >  1.4
> >  |
> >  |
> >  |
> >  |
> >  |
> >  |
> >  | Folks,
> >  |
> >  | Here are the src/bin dist artifacts, the maven2 repo and a
> revisions.txt
> >  | with the svn information:
> >  |
> >  | http://people.apache.org/~dims/axis2-1.4-commons/<http://people.apache.org/%7Edims/axis2-1.4-commons/>
> >  |
> >  |
> >  | Please VOTE:
> >  |
> >  | [ ] - Ship XmlSchema 1.4.1
> >  | [ ] - Don't Ship XmlSchema 1.4.1
> >  |
> >  | [ ] - Ship Axiom 1.2.6
> >  | [ ] - Don't Axiom 1.2.6
> >  |
> >  | [ ] - Ship Neethi 2.0.3
> >  | [ ] - Don't Ship Neethi 2.0.3
> >  |
> >  | Here's my +1 for all 3 distributions.
> >  |
> >  | thanks,
> >  | dims
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >  -----BEGIN PGP SIGNATURE-----
> >  Version: GnuPG v1.4.5 (Cygwin)
> >
> >  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
> >  Z4XH0iKScqHq0pF9xjvZez8=
> >  =LMDo
> >  -----END PGP SIGNATURE-----
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: commons-dev-help@ws.apache.org
> >
> >
>
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>


-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Saminda Abeyruwan <sa...@gmail.com>.
I've had a quick test with the publish jars with the current work I'm doing
and it looks good.

+1 for all.

Saminda

On Tue, Apr 15, 2008 at 7:20 PM, Davanum Srinivas <da...@gmail.com> wrote:

> Oops! i just uploaded the dist's this morning. We can cut another
> 1.4.2 for xmlschema.
>
> -- dims
>
> On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com>
> wrote:
> > Dims,
> >
> >  John did some testing with Woden and XmlSchema 1.4.1 and found a
> >  regression with chameleon includes. He's going to respond shortly with
> >  specifics.
> >
> >
> >  Lawrence
> >
> >
> >
> >
> >
> >
> >  Davanum Srinivas <da...@gmail.com>
> >  04/11/2008 10:41 AM
> >
> > Please respond to
> >  axis-dev@ws.apache.org
> >
> >
> >  To
> >  axis-dev@ws.apache.org
> >  cc
> >  commons-dev@ws.apache.org, woden-dev@ws.apache.org
> >  Subject
> >  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >
> >
> > 1.4
> >
> >
> >
> >
> >
> >
> >  -----BEGIN PGP SIGNED MESSAGE-----
> >  Hash: SHA1
> >
> >  Lawrence,
> >
> >  looks like we have enough votes for this to pass, but will still have
> to
> >  wait for a total of 72 hours.
> >
> >  In the mean time, please go ahead and put out a vote for woden with
> jars
> >  from this vote.
> >
> >  thanks,
> >  dims
> >
> >  Lawrence Mandel wrote:
> >  | Everything looks good after a quick sanity check with Woden. Here's
> my
> >  +1
> >  | for XmlSchema and Axiom. I didn't test Neethi.
> >  |
> >  | Lawrence
> >  | \
> >  |
> >  |
> >  |
> >  |
> >  | Davanum Srinivas <da...@gmail.com>
> >  | 04/10/2008 12:47 AM
> >  | Please respond to
> >  | axis-dev@ws.apache.org
> >  |
> >  |
> >  | To
> >  | Axis developer list <ax...@ws.apache.org>,
> commons-dev@ws.apache.org
> >  | cc
> >  |
> >  | Subject
> >  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for
> Axis2
> >  1.4
> >  |
> >  |
> >  |
> >  |
> >  |
> >  |
> >  | Folks,
> >  |
> >  | Here are the src/bin dist artifacts, the maven2 repo and a
> revisions.txt
> >  | with the svn information:
> >  |
> >  | http://people.apache.org/~dims/axis2-1.4-commons/<http://people.apache.org/%7Edims/axis2-1.4-commons/>
> >  |
> >  |
> >  | Please VOTE:
> >  |
> >  | [ ] - Ship XmlSchema 1.4.1
> >  | [ ] - Don't Ship XmlSchema 1.4.1
> >  |
> >  | [ ] - Ship Axiom 1.2.6
> >  | [ ] - Don't Axiom 1.2.6
> >  |
> >  | [ ] - Ship Neethi 2.0.3
> >  | [ ] - Don't Ship Neethi 2.0.3
> >  |
> >  | Here's my +1 for all 3 distributions.
> >  |
> >  | thanks,
> >  | dims
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  - ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >  -----BEGIN PGP SIGNATURE-----
> >  Version: GnuPG v1.4.5 (Cygwin)
> >
> >  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
> >  Z4XH0iKScqHq0pF9xjvZez8=
> >  =LMDo
> >  -----END PGP SIGNATURE-----
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-dev-help@ws.apache.org
> >
> >
> >
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: commons-dev-help@ws.apache.org
> >
> >
>
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>


-- 
Saminda Abeyruwan

Senior Software Engineer
WSO2 Inc. - www.wso2.org

Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
Oops! i just uploaded the dist's this morning. We can cut another
1.4.2 for xmlschema.

-- dims

On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com> wrote:
> Dims,
>
>  John did some testing with Woden and XmlSchema 1.4.1 and found a
>  regression with chameleon includes. He's going to respond shortly with
>  specifics.
>
>
>  Lawrence
>
>
>
>
>
>
>  Davanum Srinivas <da...@gmail.com>
>  04/11/2008 10:41 AM
>
> Please respond to
>  axis-dev@ws.apache.org
>
>
>  To
>  axis-dev@ws.apache.org
>  cc
>  commons-dev@ws.apache.org, woden-dev@ws.apache.org
>  Subject
>  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>
>
> 1.4
>
>
>
>
>
>
>  -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  Lawrence,
>
>  looks like we have enough votes for this to pass, but will still have to
>  wait for a total of 72 hours.
>
>  In the mean time, please go ahead and put out a vote for woden with jars
>  from this vote.
>
>  thanks,
>  dims
>
>  Lawrence Mandel wrote:
>  | Everything looks good after a quick sanity check with Woden. Here's my
>  +1
>  | for XmlSchema and Axiom. I didn't test Neethi.
>  |
>  | Lawrence
>  | \
>  |
>  |
>  |
>  |
>  | Davanum Srinivas <da...@gmail.com>
>  | 04/10/2008 12:47 AM
>  | Please respond to
>  | axis-dev@ws.apache.org
>  |
>  |
>  | To
>  | Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
>  | cc
>  |
>  | Subject
>  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>  1.4
>  |
>  |
>  |
>  |
>  |
>  |
>  | Folks,
>  |
>  | Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
>  | with the svn information:
>  |
>  | http://people.apache.org/~dims/axis2-1.4-commons/
>  |
>  |
>  | Please VOTE:
>  |
>  | [ ] - Ship XmlSchema 1.4.1
>  | [ ] - Don't Ship XmlSchema 1.4.1
>  |
>  | [ ] - Ship Axiom 1.2.6
>  | [ ] - Don't Axiom 1.2.6
>  |
>  | [ ] - Ship Neethi 2.0.3
>  | [ ] - Don't Ship Neethi 2.0.3
>  |
>  | Here's my +1 for all 3 distributions.
>  |
>  | thanks,
>  | dims
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>  -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.5 (Cygwin)
>
>  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
>  Z4XH0iKScqHq0pF9xjvZez8=
>  =LMDo
>  -----END PGP SIGNATURE-----
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>



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

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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
Oops! i just uploaded the dist's this morning. We can cut another
1.4.2 for xmlschema.

-- dims

On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com> wrote:
> Dims,
>
>  John did some testing with Woden and XmlSchema 1.4.1 and found a
>  regression with chameleon includes. He's going to respond shortly with
>  specifics.
>
>
>  Lawrence
>
>
>
>
>
>
>  Davanum Srinivas <da...@gmail.com>
>  04/11/2008 10:41 AM
>
> Please respond to
>  axis-dev@ws.apache.org
>
>
>  To
>  axis-dev@ws.apache.org
>  cc
>  commons-dev@ws.apache.org, woden-dev@ws.apache.org
>  Subject
>  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>
>
> 1.4
>
>
>
>
>
>
>  -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  Lawrence,
>
>  looks like we have enough votes for this to pass, but will still have to
>  wait for a total of 72 hours.
>
>  In the mean time, please go ahead and put out a vote for woden with jars
>  from this vote.
>
>  thanks,
>  dims
>
>  Lawrence Mandel wrote:
>  | Everything looks good after a quick sanity check with Woden. Here's my
>  +1
>  | for XmlSchema and Axiom. I didn't test Neethi.
>  |
>  | Lawrence
>  | \
>  |
>  |
>  |
>  |
>  | Davanum Srinivas <da...@gmail.com>
>  | 04/10/2008 12:47 AM
>  | Please respond to
>  | axis-dev@ws.apache.org
>  |
>  |
>  | To
>  | Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
>  | cc
>  |
>  | Subject
>  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>  1.4
>  |
>  |
>  |
>  |
>  |
>  |
>  | Folks,
>  |
>  | Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
>  | with the svn information:
>  |
>  | http://people.apache.org/~dims/axis2-1.4-commons/
>  |
>  |
>  | Please VOTE:
>  |
>  | [ ] - Ship XmlSchema 1.4.1
>  | [ ] - Don't Ship XmlSchema 1.4.1
>  |
>  | [ ] - Ship Axiom 1.2.6
>  | [ ] - Don't Axiom 1.2.6
>  |
>  | [ ] - Ship Neethi 2.0.3
>  | [ ] - Don't Ship Neethi 2.0.3
>  |
>  | Here's my +1 for all 3 distributions.
>  |
>  | thanks,
>  | dims
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>  -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.5 (Cygwin)
>
>  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
>  Z4XH0iKScqHq0pF9xjvZez8=
>  =LMDo
>  -----END PGP SIGNATURE-----
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>



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

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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
Oops! i just uploaded the dist's this morning. We can cut another
1.4.2 for xmlschema.

-- dims

On Tue, Apr 15, 2008 at 9:45 AM, Lawrence Mandel <lm...@ca.ibm.com> wrote:
> Dims,
>
>  John did some testing with Woden and XmlSchema 1.4.1 and found a
>  regression with chameleon includes. He's going to respond shortly with
>  specifics.
>
>
>  Lawrence
>
>
>
>
>
>
>  Davanum Srinivas <da...@gmail.com>
>  04/11/2008 10:41 AM
>
> Please respond to
>  axis-dev@ws.apache.org
>
>
>  To
>  axis-dev@ws.apache.org
>  cc
>  commons-dev@ws.apache.org, woden-dev@ws.apache.org
>  Subject
>  Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>
>
> 1.4
>
>
>
>
>
>
>  -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  Lawrence,
>
>  looks like we have enough votes for this to pass, but will still have to
>  wait for a total of 72 hours.
>
>  In the mean time, please go ahead and put out a vote for woden with jars
>  from this vote.
>
>  thanks,
>  dims
>
>  Lawrence Mandel wrote:
>  | Everything looks good after a quick sanity check with Woden. Here's my
>  +1
>  | for XmlSchema and Axiom. I didn't test Neethi.
>  |
>  | Lawrence
>  | \
>  |
>  |
>  |
>  |
>  | Davanum Srinivas <da...@gmail.com>
>  | 04/10/2008 12:47 AM
>  | Please respond to
>  | axis-dev@ws.apache.org
>  |
>  |
>  | To
>  | Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
>  | cc
>  |
>  | Subject
>  | [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2
>  1.4
>  |
>  |
>  |
>  |
>  |
>  |
>  | Folks,
>  |
>  | Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
>  | with the svn information:
>  |
>  | http://people.apache.org/~dims/axis2-1.4-commons/
>  |
>  |
>  | Please VOTE:
>  |
>  | [ ] - Ship XmlSchema 1.4.1
>  | [ ] - Don't Ship XmlSchema 1.4.1
>  |
>  | [ ] - Ship Axiom 1.2.6
>  | [ ] - Don't Axiom 1.2.6
>  |
>  | [ ] - Ship Neethi 2.0.3
>  | [ ] - Don't Ship Neethi 2.0.3
>  |
>  | Here's my +1 for all 3 distributions.
>  |
>  | thanks,
>  | dims
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  - ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>  -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.5 (Cygwin)
>
>  iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
>  Z4XH0iKScqHq0pF9xjvZez8=
>  =LMDo
>  -----END PGP SIGNATURE-----
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
>  For additional commands, e-mail: commons-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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Lawrence Mandel <lm...@ca.ibm.com>.
Dims,

John did some testing with Woden and XmlSchema 1.4.1 and found a 
regression with chameleon includes. He's going to respond shortly with 
specifics.

Lawrence






Davanum Srinivas <da...@gmail.com> 
04/11/2008 10:41 AM
Please respond to
axis-dev@ws.apache.org


To
axis-dev@ws.apache.org
cc
commons-dev@ws.apache.org, woden-dev@ws.apache.org
Subject
Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to 
wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars 
from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my 
+1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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




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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Lawrence Mandel <lm...@ca.ibm.com>.
Dims,

John did some testing with Woden and XmlSchema 1.4.1 and found a 
regression with chameleon includes. He's going to respond shortly with 
specifics.

Lawrence






Davanum Srinivas <da...@gmail.com> 
04/11/2008 10:41 AM
Please respond to
axis-dev@ws.apache.org


To
axis-dev@ws.apache.org
cc
commons-dev@ws.apache.org, woden-dev@ws.apache.org
Subject
Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to 
wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars 
from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my 
+1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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




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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Lawrence Mandel <lm...@ca.ibm.com>.
Dims,

John did some testing with Woden and XmlSchema 1.4.1 and found a 
regression with chameleon includes. He's going to respond shortly with 
specifics.

Lawrence






Davanum Srinivas <da...@gmail.com> 
04/11/2008 10:41 AM
Please respond to
axis-dev@ws.apache.org


To
axis-dev@ws.apache.org
cc
commons-dev@ws.apache.org, woden-dev@ws.apache.org
Subject
Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to 
wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars 
from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my 
+1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 
1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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




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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my +1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my +1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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


Re: [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4

Posted by Davanum Srinivas <da...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lawrence,

looks like we have enough votes for this to pass, but will still have to wait for a total of 72 hours.

In the mean time, please go ahead and put out a vote for woden with jars from this vote.

thanks,
dims

Lawrence Mandel wrote:
| Everything looks good after a quick sanity check with Woden. Here's my +1
| for XmlSchema and Axiom. I didn't test Neethi.
|
| Lawrence
| \
|
|
|
|
| Davanum Srinivas <da...@gmail.com>
| 04/10/2008 12:47 AM
| Please respond to
| axis-dev@ws.apache.org
|
|
| To
| Axis developer list <ax...@ws.apache.org>, commons-dev@ws.apache.org
| cc
|
| Subject
| [VOTE] XmlSchema 1.4.1 / Axiom 1.2.6 / Neethi 2.0.3 Releases for Axis2 1.4
|
|
|
|
|
|
| Folks,
|
| Here are the src/bin dist artifacts, the maven2 repo and a revisions.txt
| with the svn information:
|
| http://people.apache.org/~dims/axis2-1.4-commons/
|
|
| Please VOTE:
|
| [ ] - Ship XmlSchema 1.4.1
| [ ] - Don't Ship XmlSchema 1.4.1
|
| [ ] - Ship Axiom 1.2.6
| [ ] - Don't Axiom 1.2.6
|
| [ ] - Ship Neethi 2.0.3
| [ ] - Don't Ship Neethi 2.0.3
|
| Here's my +1 for all 3 distributions.
|
| thanks,
| dims

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




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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iD8DBQFH/3iAgNg6eWEDv1kRAnSMAJ4pCg41/QNxG8uwUUrKB7PQZoTaTwCeKDH+
Z4XH0iKScqHq0pF9xjvZez8=
=LMDo
-----END PGP SIGNATURE-----

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