[jbossws-issues] [JBoss JIRA] Updated: (JBWS-798) Complete EventingTestCase
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Jan 16 13:04:23 EST 2008
[ http://jira.jboss.com/jira/browse/JBWS-798?page=all ]
Thomas Diesler updated JBWS-798:
--------------------------------
Fix Version/s: jbossws-3.x
(was: jbossws-3.0.1)
> 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
> Fix For: jbossws-3.x
>
>
> //
> // "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