Author: alessio.soldano(a)jboss.com
Date: 2011-07-20 06:14:32 -0400 (Wed, 20 Jul 2011)
New Revision: 14716
Modified:
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
Log:
[JBWS-3211] Fixing log
Modified: shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java
===================================================================
---
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2011-07-20
09:21:48 UTC (rev 14715)
+++
shared-testsuite/trunk/src/main/java/org/jboss/wsf/test/JBossWSTestHelper.java 2011-07-20
10:14:32 UTC (rev 14716)
@@ -224,7 +224,7 @@
if (integrationTarget == null)
throw new IllegalStateException("Cannot obtain system property: " +
SYSPROP_JBOSSWS_INTEGRATION_TARGET);
- LOGGER.fatal("TODO: remove this ugly hack");
+ LOGGER.warn("TODO: [JBWS-3211] include AS 7.x into integrationTarget
mismatch check");
if (!integrationTarget.startsWith("jboss7"))
{
// Read the JBoss SpecificationVersion
Show replies by date