You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2009/08/13 16:28:16 UTC

[jira] Assigned: (JUDDI-261) When quirying for a non-existing entity we receive a SOAPFaultExeption

     [ https://issues.apache.org/jira/browse/JUDDI-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam reassigned JUDDI-261:
---------------------------------

    Assignee: Tom Cunningham  (was: Kurt T Stam)

> When quirying for a non-existing entity we receive a SOAPFaultExeption
> ----------------------------------------------------------------------
>
>                 Key: JUDDI-261
>                 URL: https://issues.apache.org/jira/browse/JUDDI-261
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Tom Cunningham
>             Fix For: 3.0
>
>
> try {
> 				pdAfterDelete = publisher.getPublisherDetail(gp);
> 				Assert.fail("We did not expect to find this publisher anymore.");
> 				//don't think we really want a SOAPFaulException be thrown here.
> 			} catch (SOAPFaultException e) {
> 				Assert.assertNull(pdAfterDelete);
> 			}
> This should not be a SOAPFaultException.

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