Re: JavaOne Demo

2007-05-12 Thread Venkata Krishnan
Hi Sebastien, first thanks for doing all of this. +1 for sca/demos/bigbank - Venkat On 5/12/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Hi all, I would like to commit the three modules that I have put together for demos of Tuscany/SCA at JavaOne. The demo is a variation of the Big

Re: JavaOne Demo

2007-05-12 Thread Mike Edwards
Jean-Sebastien, +1 for sca/demos/bigbank I'd like to show it at IMPACT 2007 in Orlando week after next - I may ask for some help next week as I prepare ;-) Thanks for preparing it - it helped to give the JavaOne BOF some much needed reality ! Yours, Mike. Raymond Feng wrote: Hi, It's

Re: Sample READMEs and ant builds

2007-05-12 Thread Jean-Sebastien Delfino
[snip] Simon Nash wrote: It exercises the non-JUnit sample client code to make sure it runs. Ah OK, I understand now :) I'm +1 on having these separate itests as well then. Are we just going to make sure that they run without throwing exceptions? -- Jean-Sebastien --

Re: JavaOne Demo

2007-05-12 Thread Luciano Resende
+1 for sca/demos/bigbank On 5/12/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, It's a very nice demo. I prefer to have it under sca/demos/bigbank. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Saturday, May 12, 2007 10:29 AM Subje

Re: JavaOne Demo

2007-05-12 Thread Raymond Feng
Hi, It's a very nice demo. I prefer to have it under sca/demos/bigbank. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Saturday, May 12, 2007 10:29 AM Subject: JavaOne Demo Hi all, I would like to commit the three modules that I

Re: Sample READMEs and ant builds

2007-05-12 Thread Simon Nash
Comments inline. Simon Jean-Sebastien Delfino wrote: Comments inline. Simon Laws wrote: I think there is a difference in the way that we are looking at these samples. - We could consider that the samples are purely to show SCA running in various scenarios and nothing more, i.e. anything e

JavaOne Demo

2007-05-12 Thread Jean-Sebastien Delfino
Hi all, I would like to commit the three modules that I have put together for demos of Tuscany/SCA at JavaOne. The demo is a variation of the BigBank scenario that we've been using in Tuscany and some of the SCA documents to illustrate the SCA programming model. This is a sample banking ap

Re: Removing WorkContext

2007-05-12 Thread Raymond Feng
Hi, The first cut is now in under r537483. Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: Sent: Saturday, May 12, 2007 12:40 AM Subject: Re: Removing WorkContext Yes +1 from me, that would be really good to get done. ...ant On 5/12/07, Raymond F

Re: Status of Java SCA 0.90 release

2007-05-12 Thread ant elder
Ok mostly done so I'll stop for now so others can start committing again. There's some I've missed, (feel free to fix any) , otherwise I'll finish it up tomorrow. All builds cleanly for me right now so say if you see a problem. ...ant On 5/12/07, ant elder <[EMAIL PROTECTED]> wrote: I'm abo

Re: Sample READMEs and ant builds

2007-05-12 Thread Simon Nash
This makes sense to me if 1) the samples are standalone Java programs (not requiring JUnit) 2) all the necessary executable files needed to run them are present in the binary distro. For src/main files, these are currently in the jar file. For src/test files that should not be included

Re: Proxy's and invokers for RuntimeComponentService and RuntimeComponentReference

2007-05-12 Thread Jean-Sebastien Delfino
ant elder wrote: On 5/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: > Sounds good to me. > > ...ant > > On 5/9/07, Raymond Feng <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> It makes sense to me to provide a few methods on >> RuntimeComponentReference >> and RuntimeCo

Re: Sample READMEs and ant builds

2007-05-12 Thread Jean-Sebastien Delfino
Comments inline. Simon Laws wrote: I think there is a difference in the way that we are looking at these samples. - We could consider that the samples are purely to show SCA running in various scenarios and nothing more, i.e. anything extra such as sample tests or extra build steps is superfl

Re: Sample READMEs and ant builds

2007-05-12 Thread Jean-Sebastien Delfino
ant elder wrote: On 5/11/07, Simon Laws <[EMAIL PROTECTED]> wrote: 4. Don't ship pre-built jars for the samples. With mvn and ant scripts > provided for all the samples, it's really easy for anyone to build > the necessary class and jar files themselves. I'm happy to ditch them an

[jira] Created: (TUSCANY-1271) tuscany-implementation-java-xml module contains some annotations in org.apache.tuscany.api.annotation

2007-05-12 Thread ant elder (JIRA)
tuscany-implementation-java-xml module contains some annotations in org.apache.tuscany.api.annotation - Key: TUSCANY-1271 URL: https://issues.apache.org/jira/brows

[jira] Closed: (TUSCANY-1261) Update the JSON-RPC binding to work with the latest trunk code

2007-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1261. -- Resolution: Fixed Applied, thanks for the patch Bert! > Update the JSON-RPC binding to work with the

[jira] Closed: (TUSCANY-1262) Update the JSON-RPC sample to work with the latest trunk code

2007-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1262. -- Resolution: Fixed Applied, thanks for teh patch Bert! > Update the JSON-RPC sample to work with the

Re: Proxy's and invokers for RuntimeComponentService and RuntimeComponentReference

2007-05-12 Thread ant elder
On 5/11/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: > Sounds good to me. > > ...ant > > On 5/9/07, Raymond Feng <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> It makes sense to me to provide a few methods on >> RuntimeComponentReference >> and RuntimeComponentService to

Re: Sample READMEs and ant builds

2007-05-12 Thread ant elder
On 5/11/07, Simon Laws <[EMAIL PROTECTED]> wrote: 4. Don't ship pre-built jars for the samples. With mvn and ant scripts > provided for all the samples, it's really easy for anyone to build > the necessary class and jar files themselves. I'm happy to ditch them and there is a very

Re: Status of Java SCA 0.90 release

2007-05-12 Thread ant elder
I'm about to start on renaming of the packages in the remaining modules, so again, no checkins till this is done please... ...ant On 5/11/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: Hi, I am just about to start the next iteration of renaming. So here is another request to refrain from

Re: Status of Java SCA 0.90 release

2007-05-12 Thread ant elder
+1 on SDO-beta1, hopefully that will be through the IPMC vote and published to maven real soon. But waiting for the next DAS release seems like it would be a big delay to the tuscany-sca 0.90 release, dose this DAS sample work with DAS M2? ...ant On 5/11/07, Luciano Resende <[EMAIL PROTECTED]

Re: Removing WorkContext

2007-05-12 Thread ant elder
Yes +1 from me, that would be really good to get done. ...ant On 5/12/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, The WorkContext was defined to carry some context such as the conversation id, http session id and callback path over the thread local. And the usages are so messy in the co