Author: chris.laprun(a)jboss.com
Date: 2007-05-02 01:40:38 -0400 (Wed, 02 May 2007)
New Revision: 7168
Modified:
trunk/wsrp/src/main/org/jboss/portal/wsrp/services/RemoteSOAPInvokerServiceFactory.java
Log:
- Make unavailable if provided URL is invalid.
Modified:
trunk/wsrp/src/main/org/jboss/portal/wsrp/services/RemoteSOAPInvokerServiceFactory.java
===================================================================
---
trunk/wsrp/src/main/org/jboss/portal/wsrp/services/RemoteSOAPInvokerServiceFactory.java 2007-05-02
04:25:29 UTC (rev 7167)
+++
trunk/wsrp/src/main/org/jboss/portal/wsrp/services/RemoteSOAPInvokerServiceFactory.java 2007-05-02
05:40:38 UTC (rev 7168)
@@ -90,6 +90,7 @@
IllegalArgumentException iae = new IllegalArgumentException("Require a
well-formed URL specifying where to " +
"find the WSRP services definition");
iae.initCause(e);
+ available = false;
throw iae;
}
catch (Exception e)
Show replies by date