RE: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-05-06 Thread Marian, Radu
Simon and Daniel, Wouldn't it be easier to use a process engine such as JBPM or another bpel engine such as apache ode? They are made for this type of work - parallel execution, wait, fork, join, etc. Another question: - Are there plans in tuscany project to support JBMP process executions?

Are there plans to provide bindging directly to mq?

2008-04-30 Thread Marian, Radu
In many cases it is more efficient to not rely on jms server at all. Instead a component can talk directly to an mq client via mq bindgings. Are there plans to have binding.mq suported in tuscany? Thanks, Radu

RE: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Marian, Radu
Subject: Re: Is there are simple straightforward way of creating a Compoisite On Tue, Apr 29, 2008 at 4:49 PM, Marian, Radu [EMAIL PROTECTED] wrote: Simon, Thanks for your reply. I have actually changed the code to: SCANode2Factory nodeFactory = SCANode2Factory.newInstance

Is there are simple straightforward way of creating a Compoisite

2008-04-28 Thread Marian, Radu
Hello, I have spent quite a few time through ContributionServiceImpl class and could not find a simple way to add a Composite to the contributiion - given the InputStream of the composite URL. I understand tuscany team wants to provide the ease of use for compoistes to be discovered from the

RE: Is there are simple straightforward way of creating a Compoisite

2008-04-28 Thread Marian, Radu
, 2008 11:54 AM To: tuscany-user@ws.apache.org Subject: Re: Is there are simple straightforward way of creating a Compoisite On Mon, Apr 28, 2008 at 4:14 PM, Marian, Radu [EMAIL PROTECTED] wrote: Hello, I have spent quite a few time through ContributionServiceImpl class and could not find

RE: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-04-28 Thread Marian, Radu
Simon, I believe I am very close to what I need - thanks to you. Here is where I am at: SCANode2Factory nodeFactory = SCANode2Factory.newInstance(); SCANode2Factory.SCAContribution[] contributions = new SCANode2Factory.SCAContribution[0]; SCANode2 node =

RE: loading composite from url

2008-04-25 Thread Marian, Radu
-- From: Marian, Radu [EMAIL PROTECTED] Sent: Monday, April 21, 2008 12:40 PM To: tuscany-user@ws.apache.org Subject: RE: loading composite from url Adriano, The initial post was corrupted by the Outlook html behavior. So now using plain text instead... In my code I am saying

RE: svn checkout problem

2008-04-23 Thread Marian, Radu
Architecture Team Bank of America, Charlotte NC (980) 387-6233 [EMAIL PROTECTED] -Original Message- From: Raymond Feng [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 1:32 PM To: Marian, Radu Cc: tuscany-user@ws.apache.org Subject: Re: svn checkout problem Hi, We should have

RE: svn checkout problem

2008-04-23 Thread Marian, Radu
of America, Charlotte NC (980) 387-6233 [EMAIL PROTECTED] -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 11:36 AM To: tuscany-user@ws.apache.org Subject: Re: svn checkout problem On Wed, Apr 23, 2008 at 8:18 AM, Marian, Radu [EMAIL PROTECTED

RE: loading composite from url

2008-04-21 Thread Marian, Radu
, 2008 at 3:03 PM, Marian, Radu [EMAIL PROTECTED] wrote: Hello, How do I achieve the following: scaDomain = SCADomain.newInstance(http://localhost:7001/some-web-app/Test.composi te http://localhost:7001/some-web-app/Test.composite ); I am getting the following error