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.

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.

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 static SDO

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:

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

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 .rb

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

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

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 a

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