Re: Contribution services and SCDL4J

2007-04-08 Thread Venkata Krishnan
Hi, I am catching up with all the work that is going on in 'modules' and am trying my best join the party. Here are some questions that have come up my mond... please help me with answers. - I see that the 'resolve' method in ArtifactProcessor has an argument 'resolver'. Where is this

Build system misunderstandings

2007-04-08 Thread Sergey Parilin
Hellow, could you help me? I'm newbie in Tuscany and trying to investigate sources. I checked out tuscany java sources. Now I'm trying to make eclipse project filese with mvn. In archive of this mailing list i found that i need execute the following command mvn -P all,eclipse eclipse:eclipse. In

Re: Contribution services and SCDL4J

2007-04-08 Thread Jean-Sebastien Delfino
Some answers inline. Venkata Krishnan wrote: Hi, I am catching up with all the work that is going on in 'modules' and am trying my best join the party. Here are some questions that have come up my mond... please help me with answers. - I see that the 'resolve' method in ArtifactProcessor

Re: Build system misunderstandings

2007-04-08 Thread Jean-Sebastien Delfino
Sergey Parilin wrote: Hellow, could you help me? I'm newbie in Tuscany and trying to investigate sources. I checked out tuscany java sources. Now I'm trying to make eclipse project filese with mvn. In archive of this mailing list i found that i need execute the following command mvn -P

Re: Contribution services and SCDL4J

2007-04-08 Thread Venkata Krishnan
Hi Sebastien, First, many thanks for this very explanatory reply. Please find further queries below. Thanks. - Venkat On 4/8/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Some answers inline. Venkata Krishnan wrote: Hi, I am catching up with all the work that is going on in

Re: Contribution services and SCDL4J

2007-04-08 Thread Luciano Resende
In case you want to see it all working together, SCARuntimeTestCase in the host-embedded module is a good place to start, it will drive the contributionServices wired to all dependencies it have. On 4/8/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi Sebastien, First, many thanks for this

Tuscany extension mechanism, was: svn commit: r526532

2007-04-08 Thread Jean-Sebastien Delfino
[EMAIL PROTECTED] wrote: Author: rfeng Date: Sat Apr 7 23:10:04 2007 New Revision: 526532 URL: http://svn.apache.org/viewvc?view=revrev=526532 Log: Move ExtensionActivator and ExtensionPointRegistry to core-spi This looks pretty good. I just have a few minor comments. I think it would

Re: Tuscany extension mechanism, was: svn commit: r526532

2007-04-08 Thread Raymond Feng
Hi, Please see my comments inline. Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Sunday, April 08, 2007 2:37 PM Subject: Tuscany extension mechanism, was: svn commit: r526532 [EMAIL PROTECTED] wrote:

[jira] Created: (TUSCANY-1205) An exception was thrown when reading a large Java object back to DataObject

2007-04-08 Thread Fuhwei Lwo (JIRA)
An exception was thrown when reading a large Java object back to DataObject --- Key: TUSCANY-1205 URL: https://issues.apache.org/jira/browse/TUSCANY-1205 Project: Tuscany

[jira] Updated: (TUSCANY-1205) An exception was thrown when reading a large Java object back to DataObject

2007-04-08 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1205: Attachment: 1205.patch 1205.patch provides a patch on HelperProviderImpl.java to handle large

Re: [DAS Java] created SDO graph doubt 2

2007-04-08 Thread Brent Daniel
This is implemented. A column named {x}_ID where {x} is the primary key table name is assumed to be a foreign key to a column named ID in the PK table. Examples are in ImpliedRelationshipTests. I'm not sure why it isn't working for you here, though. Brent On 4/7/07, Adriano Crestani [EMAIL

Re: [DAS Java] created SDO graph doubt 2

2007-04-08 Thread Luciano Resende
Interesting, I have a same scenario on a shoppingcart application I am working on, and it does not work if I don't have the relationship defined on my das config. On 4/8/07, Brent Daniel [EMAIL PROTECTED] wrote: This is implemented. A column named {x}_ID where {x} is the primary key table name

Re: Contribution services and SCDL4J

2007-04-08 Thread Venkata Krishnan
Thanks Luciano... I will look that up as well. - Venkat On 4/9/07, Luciano Resende [EMAIL PROTECTED] wrote: In case you want to see it all working together, SCARuntimeTestCase in the host-embedded module is a good place to start, it will drive the contributionServices wired to all