History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-180
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Justen Stepka
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

XFire client throws UndeclaredThrowableException exception when unable to bind to the SOAP service.

Created: 21/Nov/05 03:20 PM   Updated: 27/Nov/05 10:35 PM
Component/s: Core
Affects Version/s: 1.0-M6
Fix Version/s: 1.0-M6

Time Tracking:
Not Specified


 Description  « Hide
java.lang.reflect.UndeclaredThrowableException
at $Proxy0.authenticateApplication(Unknown Source)
at authentisoft.security.integration.service.soap.client.GenericClient.authenticate(GenericClient.java:217)
at authentisoft.security.integration.service.soap.client.GenericClient.getApplicationToken(GenericClient.java:200)
at authentisoft.security.integration.service.soap.client.SecurityServerClient.isValidToken(SecurityServerClient.java:44)

This exception is thrown when unable to bind to the SOAP service specified when greating an XFire client with the following code:

return (SecurityServer) factory.create(service, securityServerURL + "SecurityServer");

Shouldn't the create test the service exist?

Currently the create has the exception, java.net.MalformedURLException.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse - 27/Nov/05 10:35 PM
I think this is fixed now.. You'll get an XFireRuntimeException instead