Re: svn commit: r681252 - in /tuscany/java/sca/modules/node2-launcher/src/main/java/org/apache/tuscany/sca/node/launcher: DomainManagerLauncher.java NodeDaemonLauncher.java NodeLauncher.java

2008-07-30 Thread Giorgio Zoppi
Hi, the solution could be using common-daemon: http://commons.apache.org/daemon/ Ciao, Giorgio. -- "I wish I were the first star that you see to shine every night 'cause so you're eyes know that I look at you and that I'm always with you..".. from Favola - Moda.

Re: svn commit: r681252 - in /tuscany/java/sca/modules/node2-launcher/src/main/java/org/apache/tuscany/sca/node/launcher: DomainManagerLauncher.java NodeDaemonLauncher.java NodeLauncher.java

2008-07-30 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Maybe we can use java.lang.Runtime.addShutdownHook(Thread) to perform the cleanup. Thanks, Raymond It doesn't work for me, the shutdown thread is either not invoked or terminated before it gets a chance to clean up (tried ctrl-C and Linux kill). -- Jean-Sebastien

Re: svn commit: r681252 - in /tuscany/java/sca/modules/node2-launcher/src/main/java/org/apache/tuscany/sca/node/launcher: DomainManagerLauncher.java NodeDaemonLauncher.java NodeLauncher.java

2008-07-30 Thread Raymond Feng
Maybe we can use java.lang.Runtime.addShutdownHook(Thread) to perform the cleanup. Thanks, Raymond -- From: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2008 6:27 PM To: <[EMAIL PROTECTED]> Subject: svn commit: r681252 - in /tuscany/java/sca/mod

Re: Renaming Store Tutorial project

2008-07-30 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Should we remove tutorial-store as now it's copied to tutorials/store? Thanks, Raymond Yes, we should, for some reason when I tried to remove it all the files got removed but the empty directories stayed. -- Jean-Sebastien

[jira] Commented: (TUSCANY-2469) Lightweight implementation of the SCA default binding over the corba binding

2008-07-30 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618530#action_12618530 ] Raymond Feng commented on TUSCANY-2469: --- Patch applied and enabled under r681221 al

Re: [jira] Updated: (TUSCANY-2469) Lightweight implementation of the SCA default binding over the corba binding

2008-07-30 Thread Raymond Feng
Hi, I fixed the SDO issue with r681219. I also had to adjust the dependencies to add databinding-axiom to get the CORBA itest case working. I'll commit the changes now. Thanks, Raymond -- From: "Wojtek Janiszewski (JIRA)" Sent: Wednesday, July

Re: Atom binding etag and server side caching support

2008-07-30 Thread Dan Becker
Luciano Resende wrote: 2) Do people have a preference for entity tag support for Tuscany based on abstract classes or mix-in helper classes? The former style tends to make it easy to extend a base collection type, overwrite a method or two, and run. The latter style tends to give more flexibility

[jira] Assigned: (TUSCANY-2469) Lightweight implementation of the SCA default binding over the corba binding

2008-07-30 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-2469: - Assignee: Raymond Feng > Lightweight implementation of the SCA default binding over the

Re: Atom binding etag and server side caching support

2008-07-30 Thread Luciano Resende
On Tue, Jul 22, 2008 at 1:22 PM, Dan Becker <[EMAIL PROTECTED]> wrote: > Jean-Sebastien Delfino wrote: >> >> Dan Becker wrote: >>> >>> One item that has been published in the Tuscany future roadmap >>> (http://tuscany.apache.org/sca-java-roadmap.html) is the need for Atom >>> binding etag and serve

Re: [jira] Updated: (TUSCANY-2501) A couple places where InterfaceContract is not established on reference when it's not calculated by introspection

2008-07-30 Thread Scott Kurz
Simon, About the 2nd case... Let me just throw out a case where the ComponentContext is useful without needing a single field to hold the reference: Say component A has a dependency on component B over a conversational intf, and say A wants to manage the sessions. So instead of a single MyRefe

Re: Versioning of Tuscany

2008-07-30 Thread Raymond Feng
Hi, It seems that ServiceMix has already been on the path to re-package 3rd party jars as OSGi bundles. See: http://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/ I assume the legal issue has been cleaned based on: http://markmail.org/message/t2dodcg7d7jwxfab Thanks, Raymond From:

Re: [NOTICE] Wojtek Janiszewski voted as a Tuscany committer

2008-07-30 Thread Luciano Resende
Congratulations and Welcome Wojtek. On Wed, Jul 30, 2008 at 2:14 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 30, 2008 at 10:05 AM, ant elder <[EMAIL PROTECTED]> wrote: >> >> Welcome! >> >>...ant >> >> On Tue, Jul 29, 2008 at 7:38 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: >>>

Re: [jira] Updated: (TUSCANY-2501) A couple places where InterfaceContract is not established on reference when it's not calculated by introspection

2008-07-30 Thread Simon Laws
On Tue, Jul 29, 2008 at 4:41 PM, Simon Laws <[EMAIL PROTECTED]>wrote: > > > On Tue, Jul 29, 2008 at 4:25 PM, Scott Kurz <[EMAIL PROTECTED]> wrote: > >> Simon, >> >> Yes, you've summed up the issue for the >> vtest/java-api/apis/componentcontext failure.In the >> vtest/java-api/annotations/ref

Re: Atom binding etag and server side caching support

2008-07-30 Thread Dan Becker
Jean-Sebastien Delfino wrote: Dan Becker wrote: Here are some use cases that show how a server should respond to various PUT and GET requests with provided etags: 1) Example HTTP PUT request (new entry put, new etag responded) User client post request POST /myblog/entries HTTP/1.1 Atom

[jira] Resolved: (TUSCANY-2505) Problem in case: start with DLW wsdl, generate Java w/ wsimport, throw away WSDL and use , when wrapper elem used named type (not anonymous)

2008-07-30 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-2505. --- Resolution: Fixed Fxied under r681126 in trunk. The change is slightly differnt from the pa

Re: Renaming Store Tutorial project

2008-07-30 Thread Raymond Feng
Should we remove tutorial-store as now it's copied to tutorials/store? Thanks, Raymond -- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2008 6:50 PM To: Subject: Re: Renaming Store Tutorial project Jean-Sebastien Delf

[jira] Assigned: (TUSCANY-2505) Problem in case: start with DLW wsdl, generate Java w/ wsimport, throw away WSDL and use , when wrapper elem used named type (not anonymous)

2008-07-30 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-2505: - Assignee: Raymond Feng > Problem in case: start with DLW wsdl, generate Java w/ wsimpor

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Raymond Feng
+1 from me. I can build the 1.3 tag successfully. I tried some samples (standalone and webapp with tomcat) and all but one could be built and run. The one failure is reported as https://issues.apache.org/jira/browse/TUSCANY-2515 and I don't think it's a blocker. I also tried the Eclipse plug

Re: [DISCUSS] Next steps to develop CORBA support for Tuscany

2008-07-30 Thread ant elder
On Tue, Jul 22, 2008 at 7:35 PM, Wojtek Janiszewski < [EMAIL PROTECTED]> wrote: > Doing (2) sounds good to me as well, and one other thing as you've made >> such great progress with the binding would be write some doc about it for >> the wiki like we have for the other extensions. You could add a

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Simon Laws
On Wed, Jul 30, 2008 at 2:40 PM, Dan Becker <[EMAIL PROTECTED]> wrote: > ant elder wrote: > >> I'd tried these before but admittedly not with RC3. Adding the >> xercesImpl.2.8.1.jar and xalan-2.7.0.jar to the caclulator webapp lib >> folder >> gets it running again. >> > > +1 > > I was able to ins

Account Request - Wojciech Janiszewski - Tuscany

2008-07-30 Thread ant elder
Dear root, Please create an id for Wojciech Janiszewski on the Tuscany project Preferred userid:wjaniszewski Full name: Wojciech Janiszewski Forwarding email address:[EMAIL PROTECTED] Requested Karma for: tuscany ICLA is on file. Votes: [EMAIL PROTECTE

[jira] Updated: (TUSCANY-2469) Lightweight implementation of the SCA default binding over the corba binding

2008-07-30 Thread Wojtek Janiszewski (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojtek Janiszewski updated TUSCANY-2469: Attachment: sca-binding-sdo-problem-jira-2469-30-july.patch Hi, this patch adds s

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Dan Becker
ant elder wrote: I'd tried these before but admittedly not with RC3. Adding the xercesImpl.2.8.1.jar and xalan-2.7.0.jar to the caclulator webapp lib folder gets it running again. +1 I was able to install and run the Eclipse plugin on a few of the samples and vtests. No problems encountered.

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread ant elder
On Wed, Jul 30, 2008 at 12:02 PM, Simon Laws <[EMAIL PROTECTED]>wrote: > > > On Wed, Jul 30, 2008 at 11:02 AM, Ramkumar R <[EMAIL PROTECTED]>wrote: > >> The WSDLless itest - testcases worked for me, I believe some other java >> process were blocking the port and tests were failing. >> >> Thanks An

[jira] Updated: (TUSCANY-2517) Extending simple-bigbank-spring sample - Step 1

2008-07-30 Thread Ramkumar Ramalingam (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Ramalingam updated TUSCANY-2517: - Patch Info: [Patch Available] > Extending simple-bigbank-spring sample - Step 1

[jira] Updated: (TUSCANY-2517) Extending simple-bigbank-spring sample - Step 1

2008-07-30 Thread Ramkumar Ramalingam (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Ramalingam updated TUSCANY-2517: - Attachment: TUSCANY-2517.patch > Extending simple-bigbank-spring sample - Step

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Simon Laws
On Wed, Jul 30, 2008 at 11:02 AM, Ramkumar R <[EMAIL PROTECTED]> wrote: > The WSDLless itest - testcases worked for me, I believe some other java > process were blocking the port and tests were failing. > > Thanks Ant & Simon for support. > > +1 from me to release. > > -- > Thanks & Regards, > Ram

[jira] Updated: (TUSCANY-2391) Tuscany SCA support in the Geronimo Admin Console

2008-07-30 Thread Thilina Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilina Buddhika updated TUSCANY-2391: -- Attachment: transferring_to_jsp All the pure html pages are converted to JSPs. > Tus

[jira] Closed: (TUSCANY-2518) 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out

2008-07-30 Thread Ramkumar Ramalingam (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Ramalingam closed TUSCANY-2518. Resolution: Fixed Assignee: Ramkumar Ramalingam This does not seem to be an

Re: [jira] Created: (TUSCANY-2518) 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out

2008-07-30 Thread Ramkumar R
Hi Simon, The testcases passed without any issues after I stopped all the applications running my machine. I believe some other process was holding the port, which made the test fail. Thanks for your support. Let me cancel this JIRA. -- Thanks & Regards, Ramkumar Ramalingam

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Ramkumar R
The WSDLless itest - testcases worked for me, I believe some other java process were blocking the port and tests were failing. Thanks Ant & Simon for support. +1 from me to release. -- Thanks & Regards, Ramkumar Ramalingam

Re: [jira] Created: (TUSCANY-2518) 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out

2008-07-30 Thread Ramkumar R
Hi Simon, I just tried running just that module and see a different error message now... testClient1b2b3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase) Time elapsed: 0.016 sec <<< ERROR! org.osoa.sca.ServiceRuntimeException: org.apache.tuscany.sca.interfacedef.util.FaultException: The service

Re: [jira] Created: (TUSCANY-2518) 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out

2008-07-30 Thread Simon Laws
On Wed, Jul 30, 2008 at 10:31 AM, Ramkumar Ramalingam (JIRA) < dev@tuscany.apache.org> wrote: > 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out > --- > > Key: TUSCANY-2518 >

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Ramkumar R
Samples/store worked for me, by doing a compile first before running. Can't we define "compile" as a pre-requisite for "run" target in the ant build files? I have raised a JIRA TUSCANY-2518 for the WSDLless itest - testcase failure. On Wed, Jul 30, 2008 at 1:51 PM, Simon Laws <[EMAIL PROTECTED]>w

[jira] Created: (TUSCANY-2518) 1.3RC3 - WSDLless itest fails with SocketException: Operation timed out

2008-07-30 Thread Ramkumar Ramalingam (JIRA)
1.3RC3 - WSDLless itest fails with SocketException: Operation timed out --- Key: TUSCANY-2518 URL: https://issues.apache.org/jira/browse/TUSCANY-2518 Project: Tuscany Issue

Re: [NOTICE] Wojtek Janiszewski voted as a Tuscany committer

2008-07-30 Thread Simon Laws
On Wed, Jul 30, 2008 at 10:05 AM, ant elder <[EMAIL PROTECTED]> wrote: > Welcome! > >...ant > > > On Tue, Jul 29, 2008 at 7:38 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> The Tuscany PMC has voted for Wojtek Janiszewski to become a Tuscany >> committer. >> >> Congratulations and

[jira] Created: (TUSCANY-2517) Extending simple-bigbank-spring sample - Step 1

2008-07-30 Thread Ramkumar Ramalingam (JIRA)
Extending simple-bigbank-spring sample - Step 1 --- Key: TUSCANY-2517 URL: https://issues.apache.org/jira/browse/TUSCANY-2517 Project: Tuscany Issue Type: Bug Components: Java SCA Samples

Re: [NOTICE] Wojtek Janiszewski voted as a Tuscany committer

2008-07-30 Thread ant elder
Welcome! ...ant On Tue, Jul 29, 2008 at 7:38 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > Hi, > > The Tuscany PMC has voted for Wojtek Janiszewski to become a Tuscany > committer. > > Congratulations and welcome! > > Thanks, > Raymond >

[jira] Created: (TUSCANY-2516) HTTP binding should support etag and if-modified headers

2008-07-30 Thread Jean-Sebastien Delfino (JIRA)
HTTP binding should support etag and if-modified headers Key: TUSCANY-2516 URL: https://issues.apache.org/jira/browse/TUSCANY-2516 Project: Tuscany Issue Type: Wish Component

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread Simon Laws
On Wed, Jul 30, 2008 at 8:12 AM, ant elder <[EMAIL PROTECTED]> wrote: > These both work ok for me. For the WSDLless itest does it happen when you > run just that test and if so could you raise a jira and attach the > surefire-reports from the target folder? For the store sample, is there a > sampl

[jira] Updated: (TUSCANY-2468) Need a new corba-host-jee module

2008-07-30 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino updated TUSCANY-2468: Patch Info: (was: [Patch Available]) Thanks for the update, clearing th

Re: [NOTICE] Wojtek Janiszewski voted as a Tuscany committer

2008-07-30 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, The Tuscany PMC has voted for Wojtek Janiszewski to become a Tuscany committer. Congratulations and welcome! Thanks, Raymond Congratulations! -- Jean-Sebastien

Re: [Vote] Release Tuscany Java SCA 1.3 RC3

2008-07-30 Thread ant elder
These both work ok for me. For the WSDLless itest does it happen when you run just that test and if so could you raise a jira and attach the surefire-reports from the target folder? For the store sample, is there a sample-store.jar in the target folder? You do have to build it first by running Mave