JBossWS SVN: r14619 - shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/jbws2527.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-06-24 02:29:35 -0400 (Fri, 24 Jun 2011)
New Revision: 14619
Modified:
shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/jbws2527/JBWS2527TestCase.java
Log:
Fixing deployment of security domain
Modified: shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/jbws2527/JBWS2527TestCase.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/jbws2527/JBWS2527TestCase.java 2011-06-24 06:18:31 UTC (rev 14618)
+++ shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/jbws2527/JBWS2527TestCase.java 2011-06-24 06:29:35 UTC (rev 14619)
@@ -26,7 +26,10 @@
import java.net.HttpURLConnection;
import java.net.URL;
+import junit.framework.Test;
+
import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
/**
* JBWS-2527 testcase: BeanFactory not initialized or already closed
@@ -35,6 +38,10 @@
*/
public class JBWS2527TestCase extends JBossWSTest
{
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS2527TestCase.class, "", !isTargetJBoss6());
+ }
public void test() throws Exception
{
13 years, 6 months
JBossWS SVN: r14618 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-06-24 02:18:31 -0400 (Fri, 24 Jun 2011)
New Revision: 14618
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Enabling passing tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-06-24 06:02:02 UTC (rev 14617)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-06-24 06:18:31 UTC (rev 14618)
@@ -1037,7 +1037,6 @@
<exclude>org/jboss/test/ws/jaxws/jbws2999/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws3026/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/exception/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/advanced/retail/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**/*EJB3TestCase*</exclude>
<exclude>org/jboss/test/ws/management/recording/**</exclude>
13 years, 6 months
JBossWS SVN: r14617 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-06-24 02:02:02 -0400 (Fri, 24 Jun 2011)
New Revision: 14617
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3306] Enabling passing test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-06-23 14:10:49 UTC (rev 14616)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-06-24 06:02:02 UTC (rev 14617)
@@ -1069,9 +1069,6 @@
<!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
- <!-- # [JBWS-3306] No XPathFactory implementation found by a JAXWS client on AS7 -->
- <exclude>org/jboss/test/ws/jaxws/samples/exception/ExceptionServletTestCase*</exclude>
-
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
13 years, 6 months
JBossWS SVN: r14616 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-06-23 10:10:49 -0400 (Thu, 23 Jun 2011)
New Revision: 14616
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[AS7-1101][JBWS-3322] updating test excludes
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-06-23 10:23:50 UTC (rev 14615)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-06-23 14:10:49 UTC (rev 14616)
@@ -831,7 +831,7 @@
<exclude>org/jboss/test/ws/jaxws/jbws2116/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws3182/**</exclude>
- <!-- TODO: <security-identity> element parsing is not yet implemented -->
+ <!-- [AS7-1101][JBWS-3322] fixing of these two issues will solve the following two tests -->
<exclude>org/jboss/test/ws/jaxws/jbws2957/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws2999/**</exclude>
13 years, 6 months
JBossWS SVN: r14615 - api/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 06:23:50 -0400 (Thu, 23 Jun 2011)
New Revision: 14615
Modified:
api/trunk/pom.xml
Log:
Add test resource configuration
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2011-06-23 10:11:43 UTC (rev 14614)
+++ api/trunk/pom.xml 2011-06-23 10:23:50 UTC (rev 14615)
@@ -55,9 +55,15 @@
<testResource>
<directory>src/test/java</directory>
<includes>
- <include>**</include>
+ <include>**/*.properties</include>
</includes>
</testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </testResource>
</testResources>
<plugins>
13 years, 6 months
JBossWS SVN: r14614 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 06:11:43 -0400 (Thu, 23 Jun 2011)
New Revision: 14614
Modified:
stack/cxf/trunk/pom.xml
Log:
remove property resource files configuration , it has been moved to parent
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2011-06-23 10:03:12 UTC (rev 14613)
+++ stack/cxf/trunk/pom.xml 2011-06-23 10:11:43 UTC (rev 14614)
@@ -1177,16 +1177,6 @@
<!-- Plugins -->
<build>
-
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
-
<!-- PluginMangament-->
<pluginManagement>
<plugins>
13 years, 6 months
JBossWS SVN: r14613 - spi/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 06:03:12 -0400 (Thu, 23 Jun 2011)
New Revision: 14613
Modified:
spi/trunk/pom.xml
Log:
Remove property resource configuration it has been moved to parent
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2011-06-23 10:02:26 UTC (rev 14612)
+++ spi/trunk/pom.xml 2011-06-23 10:03:12 UTC (rev 14613)
@@ -73,15 +73,6 @@
<!-- Plugins -->
<build>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
-
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
13 years, 6 months
JBossWS SVN: r14612 - common/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 06:02:26 -0400 (Thu, 23 Jun 2011)
New Revision: 14612
Modified:
common/trunk/pom.xml
Log:
Remove the propery files resource configuration,it has been moved to parent
Modified: common/trunk/pom.xml
===================================================================
--- common/trunk/pom.xml 2011-06-23 10:00:40 UTC (rev 14611)
+++ common/trunk/pom.xml 2011-06-23 10:02:26 UTC (rev 14612)
@@ -115,14 +115,6 @@
<!-- Plugins -->
<build>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
13 years, 6 months
JBossWS SVN: r14611 - api/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 06:00:40 -0400 (Thu, 23 Jun 2011)
New Revision: 14611
Modified:
api/trunk/pom.xml
Log:
Update jbossws-parent to 1.0.10-SNAPSHOT
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2011-06-23 09:53:14 UTC (rev 14610)
+++ api/trunk/pom.xml 2011-06-23 10:00:40 UTC (rev 14611)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.9.GA</version>
+ <version>1.0.10-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
@@ -51,15 +51,6 @@
<!-- Plugins -->
<build>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
-
<testResources>
<testResource>
<directory>src/test/java</directory>
13 years, 6 months
JBossWS SVN: r14610 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-06-23 05:53:14 -0400 (Thu, 23 Jun 2011)
New Revision: 14610
Modified:
maven/parent/trunk/pom.xml
Log:
Added properties and resources configuration
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2011-06-23 07:48:13 UTC (rev 14609)
+++ maven/parent/trunk/pom.xml 2011-06-23 09:53:14 UTC (rev 14610)
@@ -53,6 +53,20 @@
<!-- Plugins -->
<build>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ </resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
13 years, 6 months