Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 13:00:46 -0400 (Fri, 18 Apr 2008)
New Revision: 6512
Modified:
common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log:
Imporove exception on invalid jboss.integration.target
Modified: common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2008-04-18
16:57:56 UTC (rev 6511)
+++ common/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2008-04-18
17:00:46 UTC (rev 6512)
@@ -189,7 +189,7 @@
integrationTarget = System.getProperty(SYSPROP_JBOSSWS_INTEGRATION_TARGET);
if (integrationTarget == null)
- throw new IllegalStateException("Cannot obtain
jbossws.integration.target");
+ throw new IllegalStateException("Cannot obtain system property: " +
SYSPROP_JBOSSWS_INTEGRATION_TARGET);
// Read the JBoss SpecificationVersion
String jbossVersion = null;