[ANNOUNCE] Apache Tuscany Java DAS 1.0-incubating-beta1 released

2007-08-22 Thread Luciano Resende
August 21st 2007 - Apache Tuscany is pleased to announce the 1.0-incubating-beta1 release of the Java DAS project. Data Access Services (DAS) works together with Service Data Objects (SDO) simplifying handling of data when interacting with the back-end data source and frees application developers

[DAS] What's next for Tuscany DAS ?

2007-08-22 Thread Luciano Resende
With the DAS beta1 release out, I'd like to look forward to things that we want to do next for DAS. I think that there are still couple things that we can improve our core DAS features, the main one would be adding support for multiple DAS implementations, and review our SDO 2.1 APIs usage. As

component type impl

2007-08-22 Thread Florian Rosenberg
hi, I'm implementing a component type for running RESTful workflows (or compositions - whatever you wanna call it) within SCA. The implementation worked fine but since I updated to the latest SVN head today it get the following error message when running it. After some time of debugging I

Re: component type impl

2007-08-22 Thread Luciano Resende
This seems like a bug on latest SVN code, and I'm also seeing this for other modules. Let me see if I can figure out what is causing this, as it's affecting me as well. On 8/22/07, Florian Rosenberg [EMAIL PROTECTED] wrote: hi, I'm implementing a component type for running RESTful workflows

Re: component type impl

2007-08-22 Thread Florian Rosenberg
Luciano Resende [EMAIL PROTECTED] wrote on 08/22/2007 01:14:45 PM: This seems like a bug on latest SVN code, and I'm also seeing this for other modules. Let me see if I can figure out what is causing this, as it's affecting me as well. shall i open a jira issue for that?. -Florian On

Re: component type impl

2007-08-22 Thread Florian Rosenberg
Luciano Resende [EMAIL PROTECTED] wrote on 08/22/2007 01:57:46 PM: So, a quick explanation for this is that, recent changes made the runtime behavior different. If you are doing getService(ABC), you need to make sure that the target component has only one service, otherwise you should use

Re: component type impl

2007-08-22 Thread Florian Rosenberg
Raymond Feng [EMAIL PROTECTED] wrote on 08/22/2007 02:48:24 PM: It seems that implementation.splice is not correctly handled. Do you have the new implementation type registered with Tuscany? You probably need to have following files: 1)

Re: XQuery implementation scenarios

2007-08-22 Thread Jean-Sebastien Delfino
Hi, interesting topic :) so I've copied the tuscany-user list as well in case some of our users are interested too. Vasil Vasilev wrote: Hi all, I would like to start a discussion about how we see the usage and the future of XQuery within the boundaries of SCA. What inspired me when I

Fw: component type impl

2007-08-22 Thread Florian Rosenberg
I finally could fix it. I stepped through with the debugger and found out that the reference to the implemention in the RuntimeComponent was always null which indicated that my ArtifactProcessor was not loaded. I had the following code in the