You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kevin Williams (JIRA)" <tu...@ws.apache.org> on 2008/04/30 23:14:55 UTC

[jira] Created: (TUSCANY-2283) Conversation should end due to non-business exception

Conversation should end due to non-business exception
-----------------------------------------------------

                 Key: TUSCANY-2283
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2283
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-Next
            Reporter: Kevin Williams


The Java APIs and Annotations spec states:

    487 A conversation ends, and any state associated with the conversation is freed up, when:
    ...
    492 • Any non-business exception is thrown by a conversational operation

This is not happening as illustrated by the vtest:

	org.apache.tuscany.sca.vtest.javaapi.conversation.lifetime.LifetimeTestCase.lifetime11

It is currently @Ignore(d)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2283) Conversation should end due to non-business exception

Posted by "Simon Laws (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-2283.
---------------------------------

    Resolution: Fixed

Fix committed at r658275. I've enabled the vtest also.

> Conversation should end due to non-business exception
> -----------------------------------------------------
>
>                 Key: TUSCANY-2283
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2283
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-Next
>            Reporter: Kevin Williams
>            Assignee: Simon Laws
>             Fix For: Java-SCA-Next
>
>
> The Java APIs and Annotations spec states:
>     487 A conversation ends, and any state associated with the conversation is freed up, when:
>     ...
>     492 • Any non-business exception is thrown by a conversational operation
> This is not happening as illustrated by the vtest:
> 	org.apache.tuscany.sca.vtest.javaapi.conversation.lifetime.LifetimeTestCase.lifetime11
> It is currently @Ignore(d)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2283) Conversation should end due to non-business exception

Posted by "Simon Laws (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-2283:
-----------------------------------

    Assignee: Simon Laws

> Conversation should end due to non-business exception
> -----------------------------------------------------
>
>                 Key: TUSCANY-2283
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2283
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-Next
>            Reporter: Kevin Williams
>            Assignee: Simon Laws
>             Fix For: Java-SCA-Next
>
>
> The Java APIs and Annotations spec states:
>     487 A conversation ends, and any state associated with the conversation is freed up, when:
>     ...
>     492 • Any non-business exception is thrown by a conversational operation
> This is not happening as illustrated by the vtest:
> 	org.apache.tuscany.sca.vtest.javaapi.conversation.lifetime.LifetimeTestCase.lifetime11
> It is currently @Ignore(d)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.