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


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.

Reply via email to