Re: validation of composite file

2007-09-27 Thread Jean-Sebastien Delfino
Florian Rosenberg wrote: hi, I have my compoent type implementation and provided an XSD to use XML validation. Are there any specific steps I have to do. I'm currently using the version 1.0 binaries and I don't really where to put my XSD file. I checked the code and found the tuscany-assembly-x

RE: Passing context from ws binding to a component implementation

2007-09-27 Thread Dinesh Shahane
Thanks Simon, This is very helpful. I will go through the link and compare the notes with you. > -Original Message- > From: Simon Laws [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 27, 2007 2:21 PM > To: tuscany-user@ws.apache.org > Subject: Re: Passing context from ws binding to

Re: adding rubygem as dependency in ruby file

2007-09-27 Thread Jean-Sebastien Delfino
Susanta Datta wrote: Jean, Thanks a lot. I'm writing a meshup sample using SCA. Here I'm using one composite written in Ruby which requires ""rubygem". regards Susanta Cool! I did a little more testing, as I really wanted to see a Ruby gem in action before declaring victory. Here's what I d

Re: Passing context from ws binding to a component implementation

2007-09-27 Thread Simon Laws
On 9/27/07, Dinesh Shahane <[EMAIL PROTECTED]> wrote: > > Hi Simon, > > As you pointed, the context information could be (should be) processed > using > policy intents but I couldn't find the API to implement the runtime for > such > intents. > > Is there any way to extend the web services binding

Re: adding rubygem as dependency in ruby file

2007-09-27 Thread Susanta Datta
Jean, Thanks a lot. I'm writing a meshup sample using SCA. Here I'm using one composite written in Ruby which requires ""rubygem". regards Susanta - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Thursday, September 27, 2007 4:44 PM Subject: Re: adding

Re: adding rubygem as dependency in ruby file

2007-09-27 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Susanta Datta wrote: Hi, my composite has a ruby implementation. In my Ruby file I require "rubygems" and some other ruby files. How do I set those folder and files in my sca java project ? I tried with calculator script in eclipse IDE. I works fine but if I add n

Re: adding rubygem as dependency in ruby file

2007-09-27 Thread Jean-Sebastien Delfino
Susanta Datta wrote: Hi, my composite has a ruby implementation. In my Ruby file I require "rubygems" and some other ruby files. How do I set those folder and files in my sca java project ? I tried with calculator script in eclipse IDE. I works fine but if I add new a "require rubygems" in the

Re: generated fields in Static SDO's not getting populated

2007-09-27 Thread Luciano Resende
Thanks, patch applied. On 9/27/07, Amita Vadhavkar <[EMAIL PROTECTED]> wrote: > valid problem. patch is provided for review in TUSCANY-1807. Detailed > analysis in same place. > > Regards, > Amita > > On 9/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > If I attach a static S

RE: Passing context from ws binding to a component implementation

2007-09-27 Thread Dinesh Shahane
Hi Simon, As you pointed, the context information could be (should be) processed using policy intents but I couldn't find the API to implement the runtime for such intents. Is there any way to extend the web services binding to process custom policies? Any pointers will be appreciated. Thanks, D

Re: websphere web service deployment problem

2007-09-27 Thread Radim Kolarik
Hi Sebastien, You are right, I mean the "change classloader properties of your Webapp to parent-last / single" update. I am calling the AdminService.getAttribute() from the web app, server itself starts without problems. Here is the complete stack trace: java.lang.ClassCastException: org.apache

What happened to mustSupply?

2007-09-27 Thread Matthew Peters
p. 26 of the 1.00 Assembly Spec describes a mustSupply attribute on a inside a , used to mean that there is no default value and a value must be supplied by the component that uses the implementation. I don't see this attribute in the sca-core.xsd from the 1.0 Tuscany or any discussion of it o

Re: websphere web service deployment problem

2007-09-27 Thread Jean-Sebastien Delfino
Radim Kolarik wrote: Hi, We are experiencing a problem on Websphere 6.1.0.11 with Tuscany 1.0. When we set all classloader properties, as mentioned before, I'm assuming that you mean: change classloader properties of your Webapp to parent-last / single, correct? we are getting the followin

Re: websphere web service deployment problem

2007-09-27 Thread Radim Kolarik
Hi, We are experiencing a problem on Websphere 6.1.0.11 with Tuscany 1.0. When we set all classloader properties, as mentioned before, we are getting the following exception when we try to call Websphere's AdminService.getAttribute: Stack Dump = java.lang.ClassCastException: org.apache.xerces.jax

Re: Build and use of jms-binding

2007-09-27 Thread Simon Laws
On 9/27/07, Philipp Konradi <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm new to Tuscany and very enthusiastic about the SCA concepts. > After I played a little with some samples, I would like to try out the jms > binding. > The problem I face now is that it's not part of the official release yet

Build and use of jms-binding

2007-09-27 Thread Philipp Konradi
Hi all, I'm new to Tuscany and very enthusiastic about the SCA concepts. After I played a little with some samples, I would like to try out the jms binding. The problem I face now is that it's not part of the official release yet (though some basic functionality is working already according to the

Re: generated fields in Static SDO's not getting populated

2007-09-27 Thread Amita Vadhavkar
valid problem. patch is provided for review in TUSCANY-1807. Detailed analysis in same place. Regards, Amita On 9/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > If I attach a static SDO to a data graph, that has a generated id > field, after "applyChanges", that field on the stat

Re: JAXB with SCA

2007-09-27 Thread Simon Laws
On 9/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I read some of the mails regarding usage of JAXB in > Tuscany. My question is how do I use/exchange custom > data types such as Purchase Order/ Customer (have > multiple fields) using web services binding in SCA. > > Thanks, > SM.

JAXB with SCA

2007-09-27 Thread sm123452001
Hi, I read some of the mails regarding usage of JAXB in Tuscany. My question is how do I use/exchange custom data types such as Purchase Order/ Customer (have multiple fields) using web services binding in SCA. Thanks, SM. _