Re: impl-bpel shutdown issue

2008-01-11 Thread Raymond Feng
AM Subject: Re: impl-bpel shutdown issue After some investigation, it looks like the threads that are hanging are from ODE, when we deploy the BPEL process, and it's only happening on a non-maven environment. For now, i'll add an ugly workaround for our 1.1 release on the sample application

Re: impl-bpel shutdown issue

2008-01-11 Thread Luciano Resende
commented out. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, January 09, 2008 11:11 AM Subject: Re: impl-bpel shutdown issue After some investigation, it looks like the threads that are hanging

Re: impl-bpel shutdown issue

2008-01-09 Thread Luciano Resende
, then the ANT task will hang as the subprocess never exits. We need to find out why the sample hang. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, January 08, 2008 3:50 PM Subject: Re: impl-bpel

Re: impl-bpel shutdown issue

2008-01-09 Thread Simon Laws
. Thanks, Raymond - Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, January 08, 2008 3:50 PM Subject: Re: impl-bpel shutdown issue I can't seem to find a good solution for this issue; that happens only

Re: impl-bpel shutdown issue

2008-01-08 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I can't seem to find a good solution for this issue; that happens only when running from an ant script. Did you try running with just Java (not going through Ant)? -- Jean-Sebastien - To unsubscribe,

Re: impl-bpel shutdown issue

2008-01-08 Thread Luciano Resende
Yes, I don't see any exception, but the sample does not exit properly, hangs at the end. Here is the java command line for running from a 1.1 distribution java -cp

Re: impl-bpel shutdown issue

2008-01-08 Thread Luciano Resende
I can't seem to find a good solution for this issue; that happens only when running from an ant script. Looks like, when we try to shutdown the thread pool executor in the destroy method of ThreadPoolWorkManager, there is a security check and the RuntimePermission to modifyThread is not set, thus

Re: impl-bpel shutdown issue

2008-01-08 Thread Luciano Resende
, January 08, 2008 3:50 PM Subject: Re: impl-bpel shutdown issue I can't seem to find a good solution for this issue; that happens only when running from an ant script. Looks like, when we try to shutdown the thread pool executor in the destroy method of ThreadPoolWorkManager

Re: impl-bpel shutdown issue

2008-01-08 Thread Raymond Feng
Subject: Re: impl-bpel shutdown issue I can't seem to find a good solution for this issue; that happens only when running from an ant script. Looks like, when we try to shutdown the thread pool executor in the destroy method of ThreadPoolWorkManager, there is a security check

impl-bpel shutdown issue

2008-01-07 Thread Raymond Feng
Hi, Simon. It seems that you replied to the wrong thread :-). By reading the stack trace, the exception is from Java2 security. Do you have the J2 security turned on? Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent:

Re: impl-bpel shutdown issue

2008-01-07 Thread Simon Laws
On Jan 7, 2008 7:19 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Simon. It seems that you replied to the wrong thread :-). By reading the stack trace, the exception is from Java2 security. Do you have the J2 security turned on? Thanks, Raymond - Original Message - From: Simon

Re: impl-bpel shutdown issue

2008-01-07 Thread Luciano Resende
I can look into this, and provide ant script support for the bpel sample. On Jan 7, 2008 12:19 PM, Simon Laws [EMAIL PROTECTED] wrote: On Jan 7, 2008 7:19 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Simon. It seems that you replied to the wrong thread :-). By reading the stack

Re: impl-bpel shutdown issue

2008-01-07 Thread Simon Laws
On Jan 7, 2008 8:33 PM, Luciano Resende [EMAIL PROTECTED] wrote: I can look into this, and provide ant script support for the bpel sample. On Jan 7, 2008 12:19 PM, Simon Laws [EMAIL PROTECTED] wrote: On Jan 7, 2008 7:19 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Simon. It