JBossWS SVN: r6214 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-04-02 10:22:45 -0400 (Wed, 02 Apr 2008)
New Revision: 6214
Added:
stack/native/tags/jbossws-native-2.0.1.SP2_CP01/
Removed:
stack/native/branches/jbossws-native-2.0.1.SP2_CP01/
Log:
[JBPAPP-572] Tag the release.
Copied: stack/native/tags/jbossws-native-2.0.1.SP2_CP01 (from rev 6213, stack/native/branches/jbossws-native-2.0.1.SP2_CP01)
16 years, 9 months
JBossWS SVN: r6213 - stack/native/branches/jbossws-native-2.0.1.SP2_CP01.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-04-02 10:21:51 -0400 (Wed, 02 Apr 2008)
New Revision: 6213
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP01/version.properties
Log:
[JBPAPP-572] Set the version.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP01/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP01/version.properties 2008-04-02 14:05:45 UTC (rev 6212)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP01/version.properties 2008-04-02 14:21:51 UTC (rev 6213)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.SP2_CP
-repository.id=2.0.1.SP2_CP
+version.id=2.0.1.SP2_CP01
+repository.id=2.0.1.SP2_CP01
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
16 years, 9 months
JBossWS SVN: r6212 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-04-02 10:05:45 -0400 (Wed, 02 Apr 2008)
New Revision: 6212
Added:
stack/native/branches/jbossws-native-2.0.1.SP2_CP01/
Log:
[JBPAPP-572] Branch for release.
Copied: stack/native/branches/jbossws-native-2.0.1.SP2_CP01 (from rev 6211, stack/native/branches/jbossws-native-2.0.1.SP2_CP)
16 years, 9 months
JBossWS SVN: r6211 - stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-04-02 10:03:02 -0400 (Wed, 02 Apr 2008)
New Revision: 6211
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/jboss-web.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml
Log:
[JBPAPP-732] Secure the jbossws web application.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/jboss-web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/jboss-web.xml 2008-04-02 13:55:45 UTC (rev 6210)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/jboss-web.xml 2008-04-02 14:03:02 UTC (rev 6211)
@@ -6,9 +6,8 @@
<jboss-web>
- <!-- A security domain that restricts access
- <security-domain>java:/jaas/JBossWS</security-domain>
- -->
+ <!-- A security domain that restricts access -->
+ <security-domain>java:/jaas/jmx-console</security-domain>
<context-root>jbossws</context-root>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml 2008-04-02 13:55:45 UTC (rev 6210)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/main/resources/jbossws-context.war/WEB-INF/web.xml 2008-04-02 14:03:02 UTC (rev 6211)
@@ -34,22 +34,22 @@
<url-pattern>/pclink</url-pattern>
</servlet-mapping>
- <!-- A security constraint that restricts access
+ <!-- A security constraint that restricts access -->
<security-constraint>
<web-resource-collection>
- <web-resource-name>ContextServlet</web-resource-name>
- <description>An example security config that only allows users with the
- role 'friend' to access the JBossWS console web application
+ <web-resource-name>jbossws</web-resource-name>
+ <description>Security configuration that only allows users with the
+ role 'JBossAdmin' to access the JBossWS console web application
</description>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
- <role-name>friend</role-name>
+ <role-name>JBossAdmin</role-name>
</auth-constraint>
</security-constraint>
- -->
+
<login-config>
<auth-method>BASIC</auth-method>
@@ -57,7 +57,7 @@
</login-config>
<security-role>
- <role-name>friend</role-name>
+ <role-name>JBossAdmin</role-name>
</security-role>
<!--
16 years, 9 months
JBossWS SVN: r6210 - stack/native/tags.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-04-02 09:55:45 -0400 (Wed, 02 Apr 2008)
New Revision: 6210
Removed:
stack/native/tags/jbossws-native-2.0.1.SP2_CP01/
Log:
Recreating release.
16 years, 9 months
JBossWS SVN: r6209 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-02 08:19:24 -0400 (Wed, 02 Apr 2008)
New Revision: 6209
Modified:
stack/native/trunk/src/main/distro/bin-dist-build.xml
Log:
Remove invalid reference to junit.jar
Modified: stack/native/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-02 12:19:18 UTC (rev 6208)
+++ stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-02 12:19:24 UTC (rev 6209)
@@ -140,7 +140,6 @@
<pathelement location="${thirdparty.dir}/policy.jar"/>
<pathelement location="${thirdparty.dir}/jaxws-tools.jar"/>
<pathelement location="${thirdparty.dir}/wstx.jar"/>
- <pathelement location="${basedir}/tools/ant/lib/junit.jar"/>
</path>
</target>
16 years, 9 months
JBossWS SVN: r6208 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-02 08:19:18 -0400 (Wed, 02 Apr 2008)
New Revision: 6208
Modified:
stack/metro/trunk/src/main/distro/bin-dist-build.xml
Log:
Remove invalid reference to junit.jar
Modified: stack/metro/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/metro/trunk/src/main/distro/bin-dist-build.xml 2008-04-02 12:09:25 UTC (rev 6207)
+++ stack/metro/trunk/src/main/distro/bin-dist-build.xml 2008-04-02 12:19:18 UTC (rev 6208)
@@ -147,7 +147,6 @@
<pathelement location="${thirdparty.dir}/jbossws-metro-client.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-framework.jar"/>
<pathelement location="${thirdparty.dir}/jaxws-tools.jar"/>
- <pathelement location="${basedir}/tools/lib/junit.jar"/>
</path>
</target>
16 years, 9 months
JBossWS SVN: r6207 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-02 08:09:25 -0400 (Wed, 02 Apr 2008)
New Revision: 6207
Modified:
stack/native/trunk/src/main/distro/bin-dist-build.xml
Log:
Fix path to junit.jar
Modified: stack/native/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-01 13:51:52 UTC (rev 6206)
+++ stack/native/trunk/src/main/distro/bin-dist-build.xml 2008-04-02 12:09:25 UTC (rev 6207)
@@ -140,7 +140,7 @@
<pathelement location="${thirdparty.dir}/policy.jar"/>
<pathelement location="${thirdparty.dir}/jaxws-tools.jar"/>
<pathelement location="${thirdparty.dir}/wstx.jar"/>
- <pathelement location="${basedir}/tools/lib/junit.jar"/>
+ <pathelement location="${basedir}/tools/ant/lib/junit.jar"/>
</path>
</target>
16 years, 9 months
JBossWS SVN: r6206 - framework/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-04-01 09:51:52 -0400 (Tue, 01 Apr 2008)
New Revision: 6206
Modified:
framework/trunk/ant.properties.example
Log:
remove TCK 141 staff
Modified: framework/trunk/ant.properties.example
===================================================================
--- framework/trunk/ant.properties.example 2008-03-31 18:36:45 UTC (rev 6205)
+++ framework/trunk/ant.properties.example 2008-04-01 13:51:52 UTC (rev 6206)
@@ -47,10 +47,6 @@
hudson.jboss501.build=jboss-5.0.0.CR1
hudson.jboss501.rev=HEAD
-hudson.tck14.url=https://svn.corp.jboss.com/repos/tck/tck141/trunk
-hudson.tck14.build=tck141
-hudson.tck14.rev=HEAD
-
hudson.mail.recipients=
hudson.smtp.host=localhost
16 years, 9 months