State of BPEL implementation type?

2008-04-16 Thread Juergen.Schumacher
Hello, I would like to ask about the current state and plans for the BPEL implementation type, especially the BPEL reference support. I see that there is an itest helloworld-reference for this that is not included in the build and it does not work if invoked manually. So I suppose this is not yet

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
Hi, I've done some experiments now and this leads me to another question: In my sample a component A calls a component B which in turn uses the ComponentContext to get a CallableReference to start a conversation with a component C. This works with implementation.java. Then I switched A and B

RE: Tuscany in OSGi

2008-03-19 Thread Juergen.Schumacher
Hi, ... There is an additional property on the proxy that you can filter on to guarantee that the proxy is selected. Tuscany proxies have a property component.service.name which is set to SCAComponentName/SCAServiceName. The wiring examples in itest/osgi-implementation use these (eg.

RE: Tuscany in OSGi

2008-03-18 Thread Juergen.Schumacher
Could you try a newer build - I am struggling to keep up with changes to Tuscany. If the tests continue to fail, could you send me a full log please? Everything is fine here now. mvn runs without errors both in sca/ and in sca/itest/osgi-tuscany (trunk, r638257 according to svnversion).

RE: Tuscany in OSGi

2008-03-18 Thread Juergen.Schumacher
Hi again, Ok, I'm getting further, i can use implementation.osgi now in Eclipse/Equinox, can call an OSGi service from an implementation.java component and expose an OSGi service using binding.ws. That's good (-: Thanks for your support! Now the next step: references of an implementation.osgi

RE: Tuscany in OSGi

2008-03-17 Thread Juergen.Schumacher
Rajini, org.apache.tuscany.sca.test.osgi.tuscany.OSGiTuscanyRuntimeTestCase.te stOSGiTuscanyUsingOSGiClient(OSGiTuscanyRuntimeTestCase.java:106) Caused by: java.lang.IllegalArgumentException: javax.xml.datatype.DatatypeConfigurationException: Provider

RE: Tuscany in OSGi

2008-03-14 Thread Juergen.Schumacher
Hi, Thanks for the advice, it seems that the missing bundle activator was the basic problem, but then it started to get really funny (-; First, I just used the itest/osgi-tuscany bundles and got an error missing .componentType side file .componentType. Ok, that seemed to be one step further.

RE: Build process fails on german system

2008-02-25 Thread Juergen.Schumacher
Everything looks fine now. Thanks (-: Cheers, Jürgen. -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 12:33 AM To: tuscany-user@ws.apache.org Subject: Re: Build process fails on german system I have added the workaround under revision

RE: Build process fails on german system

2008-02-20 Thread Juergen.Schumacher
Hi, Could you please let me know what was the exception you had to modify ? Of course. Here's the diff, the file is in java\sca\samples\calculator-implementation-policies\src\test\java\calculator\ Index: CalculatorTestCase.java

State of implementation-bpel?

2007-12-14 Thread Juergen.Schumacher
Hello, I'm very interested in the BPEL implementation type of Tuscany. From reading about SCA and BPEL I got the impression that it should be possible to use BPEL to orchestrate other SCA (Java, POJO) components. This seems not(yet?) to be possible with the Tuscany BPEL integration. At least, I