Author: jim.ma
Date: 2009-11-10 04:42:59 -0500 (Tue, 10 Nov 2009)
New Revision: 11102
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFProviderImpl.java
Log:
TO fix the build:there is one test failure when remove the verbos flag in CXFProviderImpl
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFProviderImpl.java
===================================================================
---
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFProviderImpl.java 2009-11-10
05:51:49 UTC (rev 11101)
+++
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/tools/CXFProviderImpl.java 2009-11-10
09:42:59 UTC (rev 11102)
@@ -149,8 +149,8 @@
PrintStream stream = messageStream;
if (stream != null)
{
- // There is no need to set verbose to cxf java2ws tool
- //args.add("-verbose");
+ //TODO: There is no need to set verbose to cxf java2ws tool ?
+ args.add("-verbose");
}
else
{
Show replies by date