SCA WS-BPEL - Initial support available

2007-09-15 Thread Luciano Resende
This is a quick note to let the community know that I managed to get
initial WS-BPEL component implementation ready just in time for our
SCA 1.0 release. As described in  [1] and [2], we can now invoke
executables WS-BPEL process from an SCA runtime. As for a WS-BPEL
engine, we are using Apache ODE [3][4].The current implementation.bpel
is available in trunk at [5] and you can see a simple helloWorld BPEL
process being invoked. I'm working on a new sample to better
demonstrate the usage of this new component type, I'll also look into
references as well.

I'd also like to Thank all the help from the ODE community, especially
Matthieu Riou.


[1] http://osoa.org/display/Main/SCA+BPEL+White+Paper
[2] 
http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1
[3] http://ode.apache.org
[4] http://www.infoq.com/articles/paul-brown-ode
[5] 
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-bpel/

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCA WS-BPEL - Initial support available

2007-09-15 Thread Jacek Laskowski
On 9/15/07, Luciano Resende [EMAIL PROTECTED] wrote:
 This is a quick note to let the community know that I managed to get
 initial WS-BPEL component implementation ready just in time for our
 SCA 1.0 release. As described in  [1] and [2], we can now invoke
 executables WS-BPEL process from an SCA runtime. As for a WS-BPEL
 engine, we are using Apache ODE [3][4].The current implementation.bpel
 is available in trunk at [5] and you can see a simple helloWorld BPEL
 process being invoked. I'm working on a new sample to better
 demonstrate the usage of this new component type, I'll also look into
 references as well.

Congrats for your hard work Luciano! Can't wait till I give it a try.
I wonder whether there're any samples you dream of having in Tuscany
distro, but don't have time to work on? Could you share some ideas?

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: SCA WS-BPEL - Initial support available

2007-09-15 Thread Matthieu Riou
Super! Thanks Luciano!

Matthieu

On 9/15/07, Luciano Resende [EMAIL PROTECTED] wrote:

 This is a quick note to let the community know that I managed to get
 initial WS-BPEL component implementation ready just in time for our
 SCA 1.0 release. As described in  [1] and [2], we can now invoke
 executables WS-BPEL process from an SCA runtime. As for a WS-BPEL
 engine, we are using Apache ODE [3][4].The current implementation.bpel
 is available in trunk at [5] and you can see a simple helloWorld BPEL
 process being invoked. I'm working on a new sample to better
 demonstrate the usage of this new component type, I'll also look into
 references as well.

 I'd also like to Thank all the help from the ODE community, especially
 Matthieu Riou.


 [1] http://osoa.org/display/Main/SCA+BPEL+White+Paper
 [2]
 http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1
 [3] http://ode.apache.org
 [4] http://www.infoq.com/articles/paul-brown-ode
 [5]
 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-bpel/

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

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: SCA WS-BPEL

2007-06-14 Thread sam tam

Hello,

This is regarding the integration of Apache ODE and Apache Tuscany !

I have contributed a container in Apache Tuscnay for BPEL which was an
initial startup  http://issues.apache.org/jira/browse/TUSCANY-897

I think that was during M2 release [ During the month of Dec 2006 ]

I want to contribute more for  the integration because I had been working on
it before .

I replied to Luciano's mail regarding this in Apache ODE  ML but
accidentally I missed Tuscany ML.

So I just want to inform you guys !

Sam Tam.



On 6/9/07, Luciano Resende [EMAIL PROTECTED] wrote:


Hi All

   I'm sending this e-mail to reactivate the collaboration between
Apache Tuscany and Apache ODE as initiated by Matthieu a while ago[1].
It would be great if we could have an WS-BPEL component implementation
described in [2] and [3], where we would be able to run executables
WS-BPEL process from an SCA runtime.

   In order to get this started, I have put together a skeleton that
we could use as the bases for implementation.bepel and it's available
at [4]. I'm in the middle of simplifying it further, and I'll keep you
guys posted of my progress.


[1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg10042.html
[2] http://osoa.org/display/Main/SCA+BPEL+White+Paper
[3]
http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1
[4]
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-bpel/

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





--


Re: SCA WS-BPEL

2007-06-14 Thread Matthieu Riou

Hi Sam,

I'll have a deeper look at this today or tomorrow. I'll certainly have a
look at what you've contributed so far. My understanding is that Tuscany's
SPIs have significantly changed so we may be better off starting from
scratch from the skeleton Luciano has created and import (understand
copy/paste) the code you've already done gradually (tweaking what needs to
be tweaked).

Anyway I'll create a new issue for this, trying to merge the new skeleton
and what you've done before and maybe we can start from that.

Cheers,
Matthieu

On 6/14/07, sam tam [EMAIL PROTECTED] wrote:


Hello,

This is regarding the integration of Apache ODE and Apache Tuscany !

I have contributed a container in Apache Tuscnay for BPEL which was an
initial startup  http://issues.apache.org/jira/browse/TUSCANY-897

I think that was during M2 release [ During the month of Dec 2006 ]

I want to contribute more for  the integration because I had been working
on
it before .

I replied to Luciano's mail regarding this in Apache ODE  ML but
accidentally I missed Tuscany ML.

So I just want to inform you guys !

Sam Tam.



On 6/9/07, Luciano Resende [EMAIL PROTECTED] wrote:

 Hi All

I'm sending this e-mail to reactivate the collaboration between
 Apache Tuscany and Apache ODE as initiated by Matthieu a while ago[1].
 It would be great if we could have an WS-BPEL component implementation
 described in [2] and [3], where we would be able to run executables
 WS-BPEL process from an SCA runtime.

In order to get this started, I have put together a skeleton that
 we could use as the bases for implementation.bepel and it's available
 at [4]. I'm in the middle of simplifying it further, and I'll keep you
 guys posted of my progress.


 [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg10042.html
 [2] http://osoa.org/display/Main/SCA+BPEL+White+Paper
 [3]

http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1
 [4]

https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-bpel/

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




--



SCA WS-BPEL

2007-06-08 Thread Luciano Resende

Hi All

  I'm sending this e-mail to reactivate the collaboration between
Apache Tuscany and Apache ODE as initiated by Matthieu a while ago[1].
It would be great if we could have an WS-BPEL component implementation
described in [2] and [3], where we would be able to run executables
WS-BPEL process from an SCA runtime.

  In order to get this started, I have put together a skeleton that
we could use as the bases for implementation.bepel and it's available
at [4]. I'm in the middle of simplifying it further, and I'll keep you
guys posted of my progress.


[1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg10042.html
[2] http://osoa.org/display/Main/SCA+BPEL+White+Paper
[3] 
http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1
[4] 
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/implementation-bpel/

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]