[jira] Resolved: (TUSCANY-1398) Nested Callbacks Fail

2008-03-16 Thread Simon Nash (JIRA)
-1.2 Both test cases now run to completion. The simple test case produces a JUnit assertion failure, but this appears to be a test case bug and not a problem with Tuscany. Nested Callbacks Fail - Key: TUSCANY-1398 URL: https

[jira] Assigned: (TUSCANY-1398) Nested Callbacks Fail

2008-03-14 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash reassigned TUSCANY-1398: --- Assignee: Simon Nash Nested Callbacks Fail - Key

[jira] Reopened: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread York (He Yuan) HUANG (JIRA)
(Unknown Source) Supplier RuntimeException invoking notify: java.lang.NullPointerException at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Nested Callbacks Fail - Key: TUSCANY-1398

[jira] Updated: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread York (He Yuan) HUANG (JIRA)
, it returns same error as another test case. Nested Callbacks Fail - Key: TUSCANY-1398 URL: https://issues.apache.org/jira/browse/TUSCANY-1398 Project: Tuscany Issue Type: Bug Components: Java SCA Java

Re: [jira] Commented: (TUSCANY-1398) Nested Callbacks Fail

2007-09-15 Thread He Yuan Huang
Subject [jira] Commented: (TUSCANY-1398) Nested Callbacks Fail

[jira] Commented: (TUSCANY-1398) Nested Callbacks Fail

2007-09-12 Thread Jean-Sebastien Delfino (JIRA)
think this is now fixed. Thanks. Nested Callbacks Fail - Key: TUSCANY-1398 URL: https://issues.apache.org/jira/browse/TUSCANY-1398 Project: Tuscany Issue Type: Bug Components: Java SCA Java Implementation

[jira] Resolved: (TUSCANY-1398) Nested Callbacks Fail

2007-09-12 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Sebastien Delfino resolved TUSCANY-1398. - Resolution: Fixed Nested Callbacks Fail

Re: Nested Callbacks Fail

2007-07-01 Thread Simon Nash
Thanks for posting this test case. I tried running it against my updated code that fixes the binding callback problems described in TUSCANY-1341, and I did not see the failure. I'll post the complete set of patches for my fix to TUSCANY-1341 later today. Simon He Yuan Huang wrote: Ant, I

[jira] Created: (TUSCANY-1398) Nested Callbacks Fail

2007-06-30 Thread York (He Yuan) HUANG (JIRA)
Nested Callbacks Fail - Key: TUSCANY-1398 URL: https://issues.apache.org/jira/browse/TUSCANY-1398 Project: Tuscany Issue Type: Bug Components: Java SCA Java Implementation Extension Affects Versions: Java

[jira] Updated: (TUSCANY-1398) Nested Callbacks Fail

2007-06-30 Thread York (He Yuan) HUANG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] York (He Yuan) HUANG updated TUSCANY-1398: -- Attachment: non-block-orderprocess.zip Nested Callbacks Fail

[jira] Updated: (TUSCANY-1398) Nested Callbacks Fail

2007-06-30 Thread York (He Yuan) HUANG (JIRA)
:595) Nested Callbacks Fail - Key: TUSCANY-1398 URL: https://issues.apache.org/jira/browse/TUSCANY-1398 Project: Tuscany Issue Type: Bug Components: Java SCA Java Implementation Extension Affects Versions

Re: Nested Callbacks Fail

2007-06-30 Thread He Yuan Huang
Ant, I just created a JIRA and attached my application. If possible, I will try to figure out a patch:-) https://issues.apache.org/jira/browse/TUSCANY-1398 Best Regards, York ~~~ Fri, 29 Jun 2007 22:09:08 -0700 ant

Nested Callbacks Fail

2007-06-29 Thread He Yuan Huang
Hi, I created a simple SCA application, which involves an order process. Below is the composite file of the application. Note that, the callback method of Supplier will invoke the callback interface of Customer. Thus, there are nested callbacks. ?xml version=1.0 encoding=UTF-8? composite

Re: Nested Callbacks Fail

2007-06-29 Thread ant elder
On 6/30/07, He Yuan Huang [EMAIL PROTECTED] wrote: Hi, I created a simple SCA application, which involves an order process. Below is the composite file of the application. Note that, the callback method of Supplier will invoke the callback interface of Customer. Thus, there are nested