Author: alessio.soldano(a)jboss.com
Date: 2010-01-19 11:53:35 -0500 (Tue, 19 Jan 2010)
New Revision: 11459
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbpapp3389/JBPAPP3389TestCase.java
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java
stack/native/branches/jbossws-native-3.1.2/pom.xml
Log:
Moving to latest jaxb patch + enabling tests
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbpapp3389/JBPAPP3389TestCase.java
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbpapp3389/JBPAPP3389TestCase.java 2010-01-19
10:13:12 UTC (rev 11458)
+++
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbpapp3389/JBPAPP3389TestCase.java 2010-01-19
16:53:35 UTC (rev 11459)
@@ -28,7 +28,6 @@
import junit.framework.Test;
-import org.jboss.test.ws.jaxws.jbws1309.EndpointInterface;
import org.jboss.wsf.test.JBossWSTest;
import org.jboss.wsf.test.JBossWSTestSetup;
@@ -50,11 +49,6 @@
}
public void testCall() throws Exception {
- if (true) {
- System.out.println("FIXME [JBPAPP-3389] Mixed up namespace prefixes when
marshalling response with Element containing attributes.");
- return;
- }
-
URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
QName serviceName = new
QName("http://ws.jboss.org/jbpapp3389",
"EndpointImplService");
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java
===================================================================
---
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java 2010-01-19
10:13:12 UTC (rev 11458)
+++
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java 2010-01-19
16:53:35 UTC (rev 11459)
@@ -94,12 +94,6 @@
public void testBadMessage() throws Exception
{
- if (true)
- {
- System.out.println("FIXME [JBWS-2682] Incorrect Parsing of Badly Formed
int.");
- return;
- }
-
SOAPMessage response = sendMessage(this.badMsgString);
SOAPEnvelope resEnv = response.getSOAPPart().getEnvelope();
SOAPFault fault = resEnv.getBody().getFault();
Modified: stack/native/branches/jbossws-native-3.1.2/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-01-19 10:13:12 UTC (rev
11458)
+++ stack/native/branches/jbossws-native-3.1.2/pom.xml 2010-01-19 16:53:35 UTC (rev
11459)
@@ -59,8 +59,8 @@
<codehaus.jettison.version>1.1</codehaus.jettison.version>
<commons.logging.version>1.1.1</commons.logging.version>
<javassist.version>3.9.0.GA</javassist.version>
- <jaxb.api.version>2.1.9.patch01</jaxb.api.version>
- <jaxb.impl.version>2.1.9.patch01</jaxb.impl.version>
+ <jaxb.api.version>2.1.9.patch02</jaxb.api.version>
+ <jaxb.impl.version>2.1.9.patch02</jaxb.impl.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jboss.jaxbintros.version>1.0.0.GA</jboss.jaxbintros.version>
<jboss.remoting.version>2.5.2</jboss.remoting.version>