You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2009/05/12 20:38:53 UTC

Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Hi,

Should we consider to upgrade our BPEL integration to the latest ODE 
release?

Thanks,
Raymond
--------------------------------------------------
From: "Alexis Midon" <mi...@apache.org>
Sent: Tuesday, May 12, 2009 10:08 AM
To: <an...@apache.org>
Subject: [ANNOUNCE] Apache ODE 1.3.2 released

> The Apache ODE community is proud to announce its latest major
> release: Apache ODE 1.3.2
>
> Apache ODE is a WS-BPEL compliant web services orchestration engine.
> It organizes web services calls following a process description
> written in the BPEL XML grammar. Another way to describe it would be a
> web-service capable workflow engine.
>
> This new release includes many features and improvements, among others:
>   . XQuery 1.0 in BPEL queries and expressions
>   . Publish/Subscribe across process instances
>   . WS-BPEL processes provided over JMS
>   . WS-Security support
>   . Process data cleanup
>   . better performance and memory management
>
> As well as many bug fixes. See the release notes for an exhaustive list:
> https://issues.apache.org/jira/browse/ODE/fixforversion/12313906
>
> For more information, check the Apache ODE website:
> http://ode.apache.org/getting-ode.html
>
> Apache ODE is an open source project released under a
> business-friendly license (Apache License v2.0), as such we welcome
> all your help and contributions. To participate and get involved, our
> mailing lists are the best resources to start from:
> http://ode.apache.org/mailing-lists.html
>
> The Apache ODE Team. 


Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by Raymond Feng <en...@gmail.com>.
Tuscany has a SAXON version here. You can publish the latest version too.

http://svn.apache.org/repos/asf/tuscany/maven/net/sf/saxon/

Thanks,
Raymond
--------------------------------------------------
From: "Luciano Resende" <lu...@gmail.com>
Sent: Wednesday, May 13, 2009 8:38 PM
To: <de...@tuscany.apache.org>; <an...@apache.org>
Subject: Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

> On Wed, May 13, 2009 at 9:12 AM, ant elder <an...@gmail.com> wrote:
>> On Wed, May 13, 2009 at 4:36 PM, Luciano Resende <lu...@gmail.com> 
>> wrote:
>>> On Wed, May 13, 2009 at 8:31 AM, Mike Edwards
>>> <mi...@gmail.com> wrote:
>>>> Folks,
>>>>
>>>> First I'd like to give a big +1 to upgrading the BPEL support in the 
>>>> current
>>>> codebase.
>>>>
>>>
>>> I have started this in 1.x
>>>
>>>> However, why wait for the ODE 2.0 release?  Is it likely that they will
>>>> formally release their 2.0 within the next 2 months?  If not, then we 
>>>> should
>>>> not wait and both 1.x and 2.x of Tuscany should move up to 1.3.2 right 
>>>> away.
>>>>
>>>
>>> For the ODE 2.x, they have already released a beta version. If we
>>> start with that, we could probably be a step further to support ODE
>>> 2.x in Tuscany 2.x codebase. Well, that was my thoughts...
>>>
>>
>> Unless there are compelling features we need it would be good if we
>> can keep the 1.x and 2.x BPEL extension using the same Ode release so
>> that the Tuscany code is as close to the same as possible in 1.x and
>> 2.x so its easy to port fixes back and forth.
>>
>>>> I'll be happy to be involved with the 2.x migration - I need a working 
>>>> BPEL
>>>> implementation for the OASIS BPEL testcases...
>>>>
>>
>> Me too, it would be good to try to start on the 2.x bpel extension
>> OASIS compliance while the spec is out for public review - thats why
>> i've already started getting it going in 2.x ;)
>>
>>   ...ant
>>
>
> I guess I'm almost there, but I'm getting a missing class from saxon
> sqj, but i couldn't find this dependency in a public maven repo.
>
> Does anyone know a public maven repo that would have saxon 9.x, and
> that I could find the following dependencies :
>
> saxon-9.x.jar
> saxon-dom-9.x.jar
> saxon-xpath-9.x.jar
> saxon-xqj-9.x.jar
>
> I'll also try to ask the ODE guys where they are retrieving these
> dependencies from.
>
>
> -- 
> Luciano Resende
> Apache Tuscany, Apache PhotArk
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/ 


Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by Luciano Resende <lu...@gmail.com>.
On Wed, May 13, 2009 at 9:12 AM, ant elder <an...@gmail.com> wrote:
> On Wed, May 13, 2009 at 4:36 PM, Luciano Resende <lu...@gmail.com> wrote:
>> On Wed, May 13, 2009 at 8:31 AM, Mike Edwards
>> <mi...@gmail.com> wrote:
>>> Folks,
>>>
>>> First I'd like to give a big +1 to upgrading the BPEL support in the current
>>> codebase.
>>>
>>
>> I have started this in 1.x
>>
>>> However, why wait for the ODE 2.0 release?  Is it likely that they will
>>> formally release their 2.0 within the next 2 months?  If not, then we should
>>> not wait and both 1.x and 2.x of Tuscany should move up to 1.3.2 right away.
>>>
>>
>> For the ODE 2.x, they have already released a beta version. If we
>> start with that, we could probably be a step further to support ODE
>> 2.x in Tuscany 2.x codebase. Well, that was my thoughts...
>>
>
> Unless there are compelling features we need it would be good if we
> can keep the 1.x and 2.x BPEL extension using the same Ode release so
> that the Tuscany code is as close to the same as possible in 1.x and
> 2.x so its easy to port fixes back and forth.
>
>>> I'll be happy to be involved with the 2.x migration - I need a working BPEL
>>> implementation for the OASIS BPEL testcases...
>>>
>
> Me too, it would be good to try to start on the 2.x bpel extension
> OASIS compliance while the spec is out for public review - thats why
> i've already started getting it going in 2.x ;)
>
>   ...ant
>

I guess I'm almost there, but I'm getting a missing class from saxon
sqj, but i couldn't find this dependency in a public maven repo.

Does anyone know a public maven repo that would have saxon 9.x, and
that I could find the following dependencies :

saxon-9.x.jar
saxon-dom-9.x.jar
saxon-xpath-9.x.jar
saxon-xqj-9.x.jar

I'll also try to ask the ODE guys where they are retrieving these
dependencies from.


-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by ant elder <an...@gmail.com>.
On Wed, May 13, 2009 at 4:36 PM, Luciano Resende <lu...@gmail.com> wrote:
> On Wed, May 13, 2009 at 8:31 AM, Mike Edwards
> <mi...@gmail.com> wrote:
>> Folks,
>>
>> First I'd like to give a big +1 to upgrading the BPEL support in the current
>> codebase.
>>
>
> I have started this in 1.x
>
>> However, why wait for the ODE 2.0 release?  Is it likely that they will
>> formally release their 2.0 within the next 2 months?  If not, then we should
>> not wait and both 1.x and 2.x of Tuscany should move up to 1.3.2 right away.
>>
>
> For the ODE 2.x, they have already released a beta version. If we
> start with that, we could probably be a step further to support ODE
> 2.x in Tuscany 2.x codebase. Well, that was my thoughts...
>

Unless there are compelling features we need it would be good if we
can keep the 1.x and 2.x BPEL extension using the same Ode release so
that the Tuscany code is as close to the same as possible in 1.x and
2.x so its easy to port fixes back and forth.

>> I'll be happy to be involved with the 2.x migration - I need a working BPEL
>> implementation for the OASIS BPEL testcases...
>>

Me too, it would be good to try to start on the 2.x bpel extension
OASIS compliance while the spec is out for public review - thats why
i've already started getting it going in 2.x ;)

   ...ant

Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by Luciano Resende <lu...@gmail.com>.
On Wed, May 13, 2009 at 8:31 AM, Mike Edwards
<mi...@gmail.com> wrote:
> Folks,
>
> First I'd like to give a big +1 to upgrading the BPEL support in the current
> codebase.
>

I have started this in 1.x

> However, why wait for the ODE 2.0 release?  Is it likely that they will
> formally release their 2.0 within the next 2 months?  If not, then we should
> not wait and both 1.x and 2.x of Tuscany should move up to 1.3.2 right away.
>

For the ODE 2.x, they have already released a beta version. If we
start with that, we could probably be a step further to support ODE
2.x in Tuscany 2.x codebase. Well, that was my thoughts...

> I'll be happy to be involved with the 2.x migration - I need a working BPEL
> implementation for the OASIS BPEL testcases...
>
> Yours,  Mike.
>
>


-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by Mike Edwards <mi...@gmail.com>.
Folks,

First I'd like to give a big +1 to upgrading the BPEL support in the current codebase.

However, why wait for the ODE 2.0 release?  Is it likely that they will formally release their 2.0 
within the next 2 months?  If not, then we should not wait and both 1.x and 2.x of Tuscany should 
move up to 1.3.2 right away.

I'll be happy to be involved with the 2.x migration - I need a working BPEL implementation for the 
OASIS BPEL testcases...

Yours,  Mike.


Luciano Resende wrote:
> I was wondering if we should upgrade to 1.3.2 or to their 2.0 beta.
> Myabe we could use ODE 1.3.2 in 1.x and ODE 2.0 beta in our 2.x
> codestream ? Note that the ODE 2.0 beta would take a day or two at
> least, as there has been various SPI changes in the ODE 2.x
> codestream.
> 
> Thoughts ?
> 
> On Tue, May 12, 2009 at 11:38 AM, Raymond Feng <en...@gmail.com> wrote:
>> Hi,
>>
>> Should we consider to upgrade our BPEL integration to the latest ODE
>> release?
>>
>> Thanks,
>> Raymond
>> --------------------------------------------------
>> From: "Alexis Midon" <mi...@apache.org>
>> Sent: Tuesday, May 12, 2009 10:08 AM
>> To: <an...@apache.org>
>> Subject: [ANNOUNCE] Apache ODE 1.3.2 released
>>
>>> The Apache ODE community is proud to announce its latest major
>>> release: Apache ODE 1.3.2
>>>
>>> Apache ODE is a WS-BPEL compliant web services orchestration engine.
>>> It organizes web services calls following a process description
>>> written in the BPEL XML grammar. Another way to describe it would be a
>>> web-service capable workflow engine.
>>>
>>> This new release includes many features and improvements, among others:
>>>  . XQuery 1.0 in BPEL queries and expressions
>>>  . Publish/Subscribe across process instances
>>>  . WS-BPEL processes provided over JMS
>>>  . WS-Security support
>>>  . Process data cleanup
>>>  . better performance and memory management
>>>
>>> As well as many bug fixes. See the release notes for an exhaustive list:
>>> https://issues.apache.org/jira/browse/ODE/fixforversion/12313906
>>>
>>> For more information, check the Apache ODE website:
>>> http://ode.apache.org/getting-ode.html
>>>
>>> Apache ODE is an open source project released under a
>>> business-friendly license (Apache License v2.0), as such we welcome
>>> all your help and contributions. To participate and get involved, our
>>> mailing lists are the best resources to start from:
>>> http://ode.apache.org/mailing-lists.html
>>>
>>> The Apache ODE Team.
>>
> 
> 
> 


Re: Fw: [ANNOUNCE] Apache ODE 1.3.2 released

Posted by Luciano Resende <lu...@gmail.com>.
I was wondering if we should upgrade to 1.3.2 or to their 2.0 beta.
Myabe we could use ODE 1.3.2 in 1.x and ODE 2.0 beta in our 2.x
codestream ? Note that the ODE 2.0 beta would take a day or two at
least, as there has been various SPI changes in the ODE 2.x
codestream.

Thoughts ?

On Tue, May 12, 2009 at 11:38 AM, Raymond Feng <en...@gmail.com> wrote:
> Hi,
>
> Should we consider to upgrade our BPEL integration to the latest ODE
> release?
>
> Thanks,
> Raymond
> --------------------------------------------------
> From: "Alexis Midon" <mi...@apache.org>
> Sent: Tuesday, May 12, 2009 10:08 AM
> To: <an...@apache.org>
> Subject: [ANNOUNCE] Apache ODE 1.3.2 released
>
>> The Apache ODE community is proud to announce its latest major
>> release: Apache ODE 1.3.2
>>
>> Apache ODE is a WS-BPEL compliant web services orchestration engine.
>> It organizes web services calls following a process description
>> written in the BPEL XML grammar. Another way to describe it would be a
>> web-service capable workflow engine.
>>
>> This new release includes many features and improvements, among others:
>>  . XQuery 1.0 in BPEL queries and expressions
>>  . Publish/Subscribe across process instances
>>  . WS-BPEL processes provided over JMS
>>  . WS-Security support
>>  . Process data cleanup
>>  . better performance and memory management
>>
>> As well as many bug fixes. See the release notes for an exhaustive list:
>> https://issues.apache.org/jira/browse/ODE/fixforversion/12313906
>>
>> For more information, check the Apache ODE website:
>> http://ode.apache.org/getting-ode.html
>>
>> Apache ODE is an open source project released under a
>> business-friendly license (Apache License v2.0), as such we welcome
>> all your help and contributions. To participate and get involved, our
>> mailing lists are the best resources to start from:
>> http://ode.apache.org/mailing-lists.html
>>
>> The Apache ODE Team.
>
>



-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/