Author: darran.lofthouse(a)jboss.com
Date: 2009-05-06 07:13:32 -0400 (Wed, 06 May 2009)
New Revision: 9981
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2633/JBWS2633TestCase.java
stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
Log:
[JBPAPP-1956] wscompile fails to create valid package name where namespace contains
capitalised reserved keyword.
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2633/JBWS2633TestCase.java
===================================================================
---
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2633/JBWS2633TestCase.java 2009-05-06
11:08:56 UTC (rev 9980)
+++
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/java/org/jboss/test/ws/jaxws/jbws2633/JBWS2633TestCase.java 2009-05-06
11:13:32 UTC (rev 9981)
@@ -44,12 +44,6 @@
public void testWSConsume() throws Exception
{
- if (true)
- {
- System.out.println("FIXME [JBWS-2633] wscompile fails to create valid
package name where namespace contains capitalised reserved keyword.");
- return;
- }
-
// use absolute path for the output to be re-usable
String absOutput = "target/wsconsume/jbws2633";
String wsdlFile = new
File("resources/jaxws/jbws2633/PhoneBook.wsdl").getAbsolutePath();
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2009-05-06
11:08:56 UTC (rev 9980)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/version.properties 2009-05-06
11:13:32 UTC (rev 9981)
@@ -18,7 +18,7 @@
ibm-wsdl4j=1.6.2
jbpm-bpel=1.1.0.Beta5
stax-api=1.0
-sun-jaxb=2.1.4.patch01-brew
+sun-jaxb=2.1.4.patch02-brew
sun-jaxws=2.1.1
woodstox=3.1.1
wscommons-policy=1.0
Show replies by date