[
https://issues.apache.org/jira/browse/JUDDI-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt T Stam updated JUDDI-261:
------------------------------
Fix Version/s: 3.0
> 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: Kurt T Stam
> 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.