JBossWS SVN: r15560 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-02 04:32:29 -0500 (Thu, 02 Feb 2012)
New Revision: 15560
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
sync. ejb-client with AS7 trunk
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-01 16:42:58 UTC (rev 15559)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-02 09:32:29 UTC (rev 15560)
@@ -954,7 +954,7 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
- <version>1.0.0.Beta12</version>
+ <version>1.0.0.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.remoting3</groupId>
12 years, 10 months
JBossWS SVN: r15559 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-01 11:42:58 -0500 (Wed, 01 Feb 2012)
New Revision: 15559
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS-3425] Moving to jaxb impl 2.2.4
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2012-02-01 16:37:41 UTC (rev 15558)
+++ stack/native/trunk/pom.xml 2012-02-01 16:42:58 UTC (rev 15559)
@@ -80,7 +80,7 @@
<saaj.api.version>1.0.0.Final</saaj.api.version>
<jsr181.api.version>1.0-MR1</jsr181.api.version>
<jaxb.api.version>1.0.0.Final</jaxb.api.version>
- <jaxb.impl.version>2.2</jaxb.impl.version>
+ <jaxb.impl.version>2.2.4</jaxb.impl.version>
<jboss.common.core.version>2.2.16.GA</jboss.common.core.version>
<jboss.logging.version>3.1.0.Beta3</jboss.logging.version>
<jboss.jaxr.version>2.0.3</jboss.jaxr.version>
12 years, 10 months
JBossWS SVN: r15558 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-01 11:37:41 -0500 (Wed, 01 Feb 2012)
New Revision: 15558
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3422] Reviewing excludes and enabling passing tests
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-01 16:36:21 UTC (rev 15557)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-01 16:37:41 UTC (rev 15558)
@@ -1023,7 +1023,7 @@
<testExcludes>
<!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
<exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
</testExcludes>
</configuration>
<goals>
@@ -1062,7 +1062,7 @@
<!-- TODO: tests using org.jboss.ejb3.client.ClientLauncher -->
<exclude>org/jboss/test/ws/jaxws/webserviceref/**</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
@@ -1073,7 +1073,6 @@
<!-- # TODO: remote JNDI support (non EJB objects) -->
<exclude>org/jboss/test/ws/jaxrpc/samples/secureejb/**</exclude>
- <exclude>org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase*</exclude>
<!-- # [JBWS-3234] JNDI over RMI not available on AS7 -->
<exclude>org/jboss/test/ws/jaxws/wsaddressing/replyto/**</exclude>
12 years, 10 months
JBossWS SVN: r15557 - stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/samples/serviceref.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-01 11:36:21 -0500 (Wed, 01 Feb 2012)
New Revision: 15557
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase.java
Log:
[JBWS-3422] Fixing testcase
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase.java 2012-02-01 16:07:57 UTC (rev 15556)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxrpc/samples/serviceref/ServiceRefEJBTestCase.java 2012-02-01 16:36:21 UTC (rev 15557)
@@ -1,6 +1,6 @@
/*
* JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2012, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
@@ -21,7 +21,6 @@
*/
package org.jboss.test.ws.jaxrpc.samples.serviceref;
-import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
@@ -76,7 +75,7 @@
public void testEJBClient() throws Exception
{
InitialContext iniCtx = getInitialContext();
- EJBRemoteHome ejbHome = (EJBRemoteHome)iniCtx.lookup("/EJBClient");
+ EJBRemoteHome ejbHome = (EJBRemoteHome)iniCtx.lookup("ejb:/jaxrpc-samples-serviceref-ejb-client//EJBClient!" + EJBRemoteHome.class.getName());
EJBRemote ejbRemote = ejbHome.create();
String helloWorld = "Hello World!";
12 years, 10 months
JBossWS SVN: r15556 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-01 11:07:57 -0500 (Wed, 01 Feb 2012)
New Revision: 15556
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-3425] Moving to jaxb impl 2.2.4
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2012-02-01 15:51:17 UTC (rev 15555)
+++ stack/cxf/trunk/pom.xml 2012-02-01 16:07:57 UTC (rev 15556)
@@ -85,7 +85,7 @@
<jaxws-jboss-httpserver-httpspi.version>1.0.0.GA</jaxws-jboss-httpserver-httpspi.version>
<httpserver.version>1.0.0.Beta1</httpserver.version>
<jaxb.api.version>1.0.0.Final</jaxb.api.version>
- <jaxb.impl.version>2.2</jaxb.impl.version>
+ <jaxb.impl.version>2.2.4</jaxb.impl.version>
<jaxrpc.api.version>1.0.0.Final</jaxrpc.api.version>
<jaxws.api.version>2.0.0.Final</jaxws.api.version>
<jboss.jaxr.version>2.0.3</jboss.jaxr.version>
12 years, 10 months
JBossWS SVN: r15555 - shared-testsuite/trunk/testsuite/src/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-02-01 10:51:17 -0500 (Wed, 01 Feb 2012)
New Revision: 15555
Modified:
shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3422] Fixing binary distro
Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-02-01 09:54:34 UTC (rev 15554)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml 2012-02-01 15:51:17 UTC (rev 15555)
@@ -335,6 +335,9 @@
<fileset dir="${jboss.home}/modules/javax/servlet/api/main/">
<include name="jboss-servlet-api_3.0_spec-*.jar"/>
</fileset>
+ <fileset dir="${jboss.home}/modules/javax/transaction/api/main/">
+ <include name="jboss-transaction-api_1.1_spec-*.jar"/>
+ </fileset>
<fileset dir="${jboss.home}/modules/org/jboss/threads/main/">
<include name="jboss-threads-*.jar"/>
</fileset>
@@ -344,6 +347,9 @@
<fileset dir="${jboss.home}/modules/javax/ejb/api/main/">
<include name="jboss-ejb-api_3.1_spec-*.jar"/>
</fileset>
+ <fileset dir="${jboss.home}/modules/org/jboss/ejb-client/main/">
+ <include name="jboss-ejb-client-*.jar"/>
+ </fileset>
<fileset dir="${jboss.home}/modules/org/apache/xerces/main/">
<include name="xercesImpl-*.jar"/>
</fileset>
@@ -428,6 +434,7 @@
<copy todir="${tests.output.dir}/test-classes">
<fileset dir="@{srcdir}/etc">
<include name="jndi.properties"/>
+ <include name="jboss-ejb-client.properties"/>
<include name="tst.policy"/>
<include name="log4j.xml"/>
<include name="jbossws-*.properties"/>
12 years, 10 months
JBossWS SVN: r15554 - stack/cxf/trunk/modules/server/src/main/resources.
by jbossws-commits@lists.jboss.org
Author: ropalka
Date: 2012-02-01 04:54:34 -0500 (Wed, 01 Feb 2012)
New Revision: 15554
Modified:
stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as7.xml
Log:
remove commented out code
Modified: stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as7.xml
===================================================================
--- stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as7.xml 2012-02-01 04:41:41 UTC (rev 15553)
+++ stack/cxf/trunk/modules/server/src/main/resources/jbossws-cxf-config-as7.xml 2012-02-01 09:54:34 UTC (rev 15554)
@@ -71,21 +71,5 @@
<property name="forJaxRpc" class="boolean">false</property>
</deploymentAspect>
- <!--
- <deploymentAspect class="org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect">
- <property name="mbeanServer"><inject bean="WSMBeanServerLocator" property="mbeanServer"/></property>
- <property name="requires" class="java.lang.String">RegisteredEndpoint</property>
- <property name="provides" class="java.lang.String">EndpointRecordProcessors</property>
- <property name="processors">
- <list class="java.util.ArrayList" elementClass="org.jboss.ws.api.monitoring.RecordProcessor">
- <inject bean="WSMemoryBufferRecorder"/>
- <inject bean="WSLogRecorder"/>
- </list>
- </property>
- <property name="forJaxRpc" class="boolean">false</property>
- </deploymentAspect>
-
- -->
-
</deploymentAspects>
12 years, 10 months
JBossWS SVN: r15553 - stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2012-01-31 23:41:41 -0500 (Tue, 31 Jan 2012)
New Revision: 15553
Modified:
stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java
Log:
[JBPAPP-7279]:JBWS3277TestCase.testMtomSawpFile fails on Windows, message is larger than expected
Modified: stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java 2012-02-01 04:20:47 UTC (rev 15552)
+++ stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java 2012-02-01 04:41:41 UTC (rev 15553)
@@ -79,7 +79,8 @@
ByteArrayOutputStream os = new ByteArrayOutputStream();
Result result = new StreamResult(os);
t.transform(source, result);
- assertEquals(375, os.toByteArray().length);
+ String cleaned = new String(os.toByteArray()).replaceAll("[\\r\\n]", "");
+ assertEquals(363, cleaned.length());
}
}
12 years, 10 months
JBossWS SVN: r15552 - stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2012-01-31 23:20:47 -0500 (Tue, 31 Jan 2012)
New Revision: 15552
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java
Log:
[JBWS-3423]:Fix test on windows
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java 2012-01-31 16:45:16 UTC (rev 15551)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws3277/JBWS3277TestCase.java 2012-02-01 04:20:47 UTC (rev 15552)
@@ -79,7 +79,8 @@
ByteArrayOutputStream os = new ByteArrayOutputStream();
Result result = new StreamResult(os);
t.transform(source, result);
- assertEquals(375, os.toByteArray().length);
+ String cleaned = new String(os.toByteArray()).replaceAll("[\\r\\n]", "");
+ assertEquals(363, cleaned.length());
}
}
12 years, 10 months