[jbossws-issues] [JBoss JIRA] Reopened: (JBWS-798) Complete EventingTestCase

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Wed Jun 11 03:35:15 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-798?page=all ]

Thomas Diesler reopened JBWS-798:
---------------------------------

             
Please cleanup the associated FIXME. 

> Complete EventingTestCase
> -------------------------
>
>                 Key: JBWS-798
>                 URL: http://jira.jboss.com/jira/browse/JBWS-798
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: ws-eventing
>            Reporter: Thomas Diesler
>
>    //
>    // "http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryFailure"
>    // This value MUST be used if the event source terminated the subscription
>    // because of problems delivering notifications.
>    //
>    public void testSubscriptionEndMessage()
>    {
>       System.out.println("FIXME: testSubscriptionEnd");
>    }
>    //
>    // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceShuttingDown"
>    // This value MUST be used if the event source terminated the subscription
>    // because the source is being shut down in a controlled manner;
>    // that is, if the event source is being shut down but has the opportunity
>    // to send a SubscriptionEnd message before it exits.
>    //
>    public void testShutdownMessage()
>    {
>       System.out.println("FIXME: testShutdownMessage");
>    }
>    //
>    // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceCanceling"
>    // This value MUST be used if the event source terminated the subscription
>    // for some other reason before it expired.
>    //
>    public void testCancelMessage()
>    {
>       System.out.println("FIXME: testCancelMessage");
>    }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list