SCA and IBM Toolbox

2007-12-13 Thread Joshua Jackson
On 12/8/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > For AS400, what protocols do you have in mind to provide the connectivity? > They are captured as bindings in Tuscany/SCA. There is a bunch of bindings > available in Tuscany > (http://incubator.apache.org/tuscany/sca-java-user-guide.html#SCAJa

Re: What is Tuscany?

2007-12-13 Thread Jean-Sebastien Delfino
Joshua Jackson wrote: On 12/8/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, Joshua. Thank you for your interests in Tuscany. Let me try to dump some information to you :-). Tuscany provides open-source software for distribution at no charge to the public, that simplifies the development, dep

Re: What is Tuscany?

2007-12-13 Thread Joshua Jackson
On 12/8/07, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, Joshua. > > Thank you for your interests in Tuscany. Let me try to dump some information > to you :-). > > Tuscany provides open-source software for distribution at no charge to the > public, that simplifies the development, deployment and m

Re: tuscany example

2007-12-13 Thread Luciano Resende
Using latest trunk code, I have run src/launch/Launch trough eclipse and accessed the application from http://localhost:8080/store/store.html. The catalog items are showing ok for me. Are you using trunk or a specific release ? Did you start the application from scratch or used the existing sample

Re: tuscany architecture

2007-12-13 Thread Luciano Resende
Adding back to the Tuscany-user mailling list. On Dec 13, 2007 11:23 AM, Luciano Resende <[EMAIL PROTECTED]> wrote: > Let me give you some comments based on the current status of BPEL > support. At the moment, Tuscany has a embedded ODE engine in it's > runtime that gets started when BPEL componen

Re: tuscany example

2007-12-13 Thread eu mesmo
Hi Luciano, I tried using Firefox 2.0.0.11 and IE 6.0.2900. I ran the class src/launch/Launch inside Eclipse vs 3.3.0 I dont get any error. I believe that the class CatalogImpl is not being called, I added some logs at this class to check it. by the way, I saw your presentation this week at IB

Re: tuscany example

2007-12-13 Thread Luciano Resende
Couple questions : What browser version are you using ? Do you get any javascript error ? Did you try to run the sample application from : java/sca/samples/store On Dec 13, 2007 10:42 AM, eu mesmo <[EMAIL PROTECTED]> wrote: > Hello, > > Build your first SCA application in 10 minutes! Give it a >

tuscany example

2007-12-13 Thread eu mesmo
Hello, Build your first SCA application in 10 minutes! Give it a try I'm trying to run this example but I'm not able, I dont get any error but the list of products doesnt populate I tried to debug with no lu

Re: Working with related beans

2007-12-13 Thread Álvaro Martínez
Raymond Feng escribió: Hi, I think you hit an issue we recently discussed on the mailing list [1]. To work around the problem, can you try to add "implements Serializable" to your beans for now? [1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg26191.html Thanks, Raymond - Origi

Re: Working with related beans

2007-12-13 Thread Jean-Sebastien Delfino
[snip] Álvaro Martínez wrote: The exception that _client _sees is: Exception in thread "main" java.lang.IllegalArgumentException: Pass-by-value is not supported for the given object ... 'com.ptb.commons.beans.GwClient' is not Serializable. Pass-by-value cannot be performed on this argument*_

Re: Working with related beans

2007-12-13 Thread Raymond Feng
Hi, I think you hit an issue we recently discussed on the mailing list [1]. To work around the problem, can you try to add "implements Serializable" to your beans for now? [1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg26191.html Thanks, Raymond - Original Message - From: Á

Re: Working with related beans

2007-12-13 Thread Álvaro Martínez
Simon Laws escribió: On Dec 13, 2007 3:19 PM, Álvaro Martínez <[EMAIL PROTECTED]> wrote: Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I think. My question is: how can I use related beans when calling web services (as parameters) or on return from them. By "r

Re: Working with related beans

2007-12-13 Thread Álvaro Martínez
Simon Laws escribió: On Dec 13, 2007 3:19 PM, Álvaro Martínez <[EMAIL PROTECTED]> wrote: Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I think. My question is: how can I use related beans when calling web services (as parameters) or on return from them. By "r

Re: Working with related beans

2007-12-13 Thread Álvaro Martínez
Simon Laws escribió: On Dec 13, 2007 3:19 PM, Álvaro Martínez <[EMAIL PROTECTED]> wrote: Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I think. My question is: how can I use related beans when calling web services (as parameters) or on return from them. By "r

Re: tuscany architecture

2007-12-13 Thread Simon Laws
On Dec 13, 2007 3:45 PM, Peng Han <[EMAIL PROTECTED]> wrote: > Hello All: > > > > I am a newbie for Tuscany. After reading the architecture guide, I still > didn't quite understand how the Tuscany > > based SCA applications actually run. I mean, if we are using a top-down > approach and build ever

Re: tuscany architecture

2007-12-13 Thread Luciano Resende
Currently in Tuscany, when you use the BPEL support (implementation.bpel), the current implementation will deploy and execute your process in an ODE environment. Composition with others BPEL engines are not yet available, but you might want to check if you could do a direct web service call to invo

Re: Working with related beans

2007-12-13 Thread Simon Laws
On Dec 13, 2007 3:19 PM, Álvaro Martínez <[EMAIL PROTECTED]> wrote: > > Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I > think. > > My question is: how can I use related beans when calling web services > (as parameters) or on return from them. By "related" I mean specifically

tuscany architecture

2007-12-13 Thread Peng Han
Hello All: I am a newbie for Tuscany. After reading the architecture guide, I still didn't quite understand how the Tuscany based SCA applications actually run. I mean, if we are using a top-down approach and build everything from scratch, it will be more easy to understand. However, I don'

Working with related beans

2007-12-13 Thread Álvaro Martínez
Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I think. My question is: how can I use related beans when calling web services (as parameters) or on return from them. By "related" I mean specifically that one Client has a set of Vehicles, and these own a set of Devices. Tha

Re: SDO and Spring

2007-12-13 Thread Tim Frey
Hello, thanks a lot for your help. First of all I had a misunderstanding of SDO. I thought there is somewhere stored a central graph and I can get a part out of it. However I realized it is not this way. I'll try to explain what my scenario is and what I want to do. My scenario is that I build an

Running an SCA Composite with a WS service

2007-12-13 Thread Максим Харичкин
Hello, I have some questions about running an SCA Composite with a WS service. I work with SCA Native Milestone release 3 and try to use CppCalculator sample with Axis2C Web Service Extension. At first I build and ran CppCalculator sample as it is in the distribution. Then I read "Defining an

Re: SDO and Spring

2007-12-13 Thread Luciano Resende
Tim, as Kelvin mentioned, DAS would be the component handling heterogeneous data sources, it would be the interface between the Data (SDO Graphs) and the Data repository. From your e-mail, it looks like you want to persist the SDO utilizing Hibernate or Spring DAO. I could see two ways here : Havin

Re: SDO and Spring

2007-12-13 Thread kelvin goodson
Hi Tim, welcome to Tuscany. What I'm not completely clear on from your question is what you mean by "publish" and "central graph". There's a related discussion on this list going on (see [1]), and its clear that Jason too had initial difficulty seeing the picture here until he found the DAS mate