[SDO Java] Opposite Property example

2008-03-13 Thread kelvin goodson
Having looked for an example of the use of opposite properties, and not finding one, I have just added a sample to the samples project (see below). It needs some work to mould it into the shape of all the other samples, but it does demonstrate how to make use of them. Kelvin. On

commercial support for Tuscany

2008-03-13 Thread Evo Eftimov, iSec Consulting, www.isecc.com
Hello, our company is considering using Tuscany SCA container as part of an end-to-end SOA solution. Can a customer support representative contact me to discuss details like subscription packages for support etc Regards Evo

AW: Questions about Java Interfaces using binding.ws

2008-03-13 Thread Daniel.Stucky
Simon Laws fixed the problem https://issues.apache.org/jira/browse/TUSCANY-2056 this week. It works now and I am able to do the following component/binding setup : Alpha -(ws)- Beta -(sca)- Gamma and I can return a reference on Gamma from Beta to Alpha. (for details see the test.zip in JIRA)

Re: Conversation and Message exchange patterns

2008-03-13 Thread Simon Laws
On Wed, Mar 12, 2008 at 3:35 PM, James, Steven [EMAIL PROTECTED] wrote: We are investigating using SCA and are trying to understand if SCA could support complex Message exchange patterns (MEP's). What I mean by MEP is similar to those defined by WSDL 2.0 i.e. In-out Out-Only etc. I have been

Re: Tuscany in OSGi

2008-03-13 Thread Rajini Sivaram
Juergen, itests/osgi-tuscany generates Tuscany bundles for testing, and the Tuscany runtime bundle which contains modules/osgi-runtime uses org.apache.tuscany.sca.osgi.runtime.OSGiBundleActivator as its bundle activator. This bundle activator sets the bundleContext that Tuscany(including

Re: Conversation and Message exchange patterns

2008-03-13 Thread Jean-Jacques Dubray
Simon: my understanding is that it cannot be done with BPEL yet. Do you know if this can be achieved with pure Web Services (regardless of whether they have been written in Java or not). JJ- On Thu, Mar 13, 2008 at 12:05 PM, Simon Laws [EMAIL PROTECTED] wrote: On Wed, Mar 12, 2008 at 3:35

[SCA 1.2] What's new in JMS and OSGI for Java SCA 1.2 release ?

2008-03-13 Thread Luciano Resende
After looking into the commit logs and other information sources, I still don't have a good feeling of how to describe the updates around JMS and OSGI. Could people working on these area please update the Java SCA 1.2 release wiki with what's new in this release ? - Thanks On Wed, Mar 12, 2008

Re: Distributed Tuscany problem

2008-03-13 Thread Simon Laws
On Wed, Mar 12, 2008 at 11:20 AM, Simon Laws [EMAIL PROTECTED] wrote: On Tue, Mar 11, 2008 at 8:00 PM, Felix Cuadrado Latasa [EMAIL PROTECTED] wrote: Hello. I have been trying to set up a distributed domain with Tuscany, starting from the calculator-distributed example. In my set-up

Sending message to Tuscany

2008-03-13 Thread Joshua Jackson
Dear all, Is it possible to send message to Tuscany? I've got this Interactive Voice Response program made by a vendor and it is able to send a message to a socket. Now, can tuscany receive those message from a certain port and then send back the response to the IVR ? Thanks in advance --

Re: Adding support for Properties in Implementation widget, was Re: SCA in Web 2.0 applications...

2008-03-13 Thread Jean-Sebastien Delfino
Luciano Resende wrote: For now String. this might change when I get isMany working. OK. I think that string is fine, and 'isMany' properties can map to an array of strings. -- Jean-Sebastien - To unsubscribe, e-mail: