JBossWS SVN: r6155 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 11:46:11 -0400 (Fri, 28 Mar 2008)
New Revision: 6155
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt
Log:
[JBWS-2005] update instalation instructions
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt 2008-03-28 15:45:23 UTC (rev 6154)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt 2008-03-28 15:46:11 UTC (rev 6155)
@@ -2,32 +2,22 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-metro-(a)version.id@
+Version: jbossws-(a)version.id@
Installation instructions
=========================
In order to install JBossWS the following steps are necessary:
-1.) Modify the target container location in ant.properties
-2.) Make sure to uninstall any deployed stack
+1.) Copy ant.properties.examples to ant.properties
+2.) Modify the target container location in ant.properties
+3.) Execute one of the following
- ant undeploy-<jboss.version>
+ ant deploy-jboss422
+ ant deploy-jboss423 // for JBoss AS 4.2 Branch
+ ant deploy-jboss500 // for JBoss AS Beta 4
+ ant deploy-jboss501 // for JBoss AS Trunk
- I.e. 'ant undeploy-jboss422'
-
-3.) Install JBossWS-Metro into the target container
-
- ant deploy-<jboss-version>
-
- I.e. 'ant deploy-jboss422'
-
-4.) Execute the samples to verify your installation
-
- 'ant tests'
-
- You should see no errors.
-
Please consult the wiki for detailed up to date install instructions
http://labs.jboss.com/portal/jbossws/
@@ -38,4 +28,4 @@
http://www.jboss.org/index.html?module=bb&op=viewforum&f=275
Enjoy,
-The JBossWS Team
\ No newline at end of file
+The JBossWS Team
16 years, 9 months
JBossWS SVN: r6154 - stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 11:45:23 -0400 (Fri, 28 Mar 2008)
New Revision: 6154
Modified:
stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/Install.txt
Log:
[JBWS-2003] update instalation instructions
Modified: stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/Install.txt
===================================================================
--- stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/Install.txt 2008-03-28 14:34:11 UTC (rev 6153)
+++ stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/src/main/distro/Install.txt 2008-03-28 15:45:23 UTC (rev 6154)
@@ -15,7 +15,7 @@
ant deploy-jboss421
ant deploy-jboss422
- ant deploy-jboss423
+ ant deploy-jboss423 // for JBoss AS 4.2 Branch
ant deploy-jboss500 // for JBoss AS Beta 4
ant deploy-jboss501 // for JBoss AS Trunk
16 years, 9 months
JBossWS SVN: r6153 - framework/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 10:34:11 -0400 (Fri, 28 Mar 2008)
New Revision: 6153
Modified:
framework/trunk/ant-import/build-hudson.xml
Log:
[JBWS-2082] svn merge -rHEAD:6118 . - rollback
Modified: framework/trunk/ant-import/build-hudson.xml
===================================================================
--- framework/trunk/ant-import/build-hudson.xml 2008-03-28 13:36:51 UTC (rev 6152)
+++ framework/trunk/ant-import/build-hudson.xml 2008-03-28 14:34:11 UTC (rev 6153)
@@ -106,8 +106,8 @@
<filtersfile file="${framework.dir}/ant.properties"/>
</filterset>
</copy>
- <chmod perm="g+w">
- <fileset dir="${hudson.home}">
+ <chmod perm="go+w">
+ <fileset dir="${framework.dir}/hudson/hudson-home">
<include name="jobs/**"/>
<include name="users/**"/>
<include name="*.xml"/>
@@ -142,23 +142,12 @@
<property environment="env"/>
<fail message="unset JBOSS_REPOSITORY=${env.JBOSS_REPOSITORY}" if="env.JBOSS_REPOSITORY"/>
-
- <!-- When working with group-access files and directories, it is common to use 'umask 2'
- <exec executable="umask">
- <arg value="2"/>
- </exec>
- -->
<mkdir dir="${framework.dir}/output"/>
<exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true" output="${framework.dir}/output/hudson.log">
<env key="CATALINA_OPTS" value="-Xmx512m -Djava.awt.headless=true"/>
<arg line="start"/>
</exec>
- <chmod perm="g+w">
- <fileset dir="${hudson.tomcat}">
- <include name="logs/**"/>
- </fileset>
- </chmod>
<echo/>
<echo message="*************************************"/>
16 years, 9 months
JBossWS SVN: r6151 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-28 07:06:30 -0400 (Fri, 28 Mar 2008)
New Revision: 6151
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 6150, stack/native/branches/jbossws-native-2.0.1.SP2_CP01)
16 years, 9 months
JBossWS SVN: r6150 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-28 06:34:52 -0400 (Fri, 28 Mar 2008)
New Revision: 6150
Added:
framework/tags/jbossws-framework-2.0.1.GA_CP01/
Log:
[JBPAPP-572] Tag for release.
Copied: framework/tags/jbossws-framework-2.0.1.GA_CP01 (from rev 6149, framework/branches/jbossws-framework-2.0.1.GA_CP)
16 years, 9 months
JBossWS SVN: r6149 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-28 06:33:30 -0400 (Fri, 28 Mar 2008)
New Revision: 6149
Removed:
framework/tags/jbossws-framework-2.0.1.GA_CP01/
Log:
Tagged too early.
16 years, 9 months
JBossWS SVN: r6148 - framework/branches/jbossws-framework-2.0.1.GA_CP/src/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-28 06:29:51 -0400 (Fri, 28 Mar 2008)
New Revision: 6148
Modified:
framework/branches/jbossws-framework-2.0.1.GA_CP/src/test/ant-import/build-testsuite.xml
Log:
[JBPAPP-678] Convert test case for JBoss-Messaging.
Modified: framework/branches/jbossws-framework-2.0.1.GA_CP/src/test/ant-import/build-testsuite.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.1.GA_CP/src/test/ant-import/build-testsuite.xml 2008-03-27 22:43:29 UTC (rev 6147)
+++ framework/branches/jbossws-framework-2.0.1.GA_CP/src/test/ant-import/build-testsuite.xml 2008-03-28 10:29:51 UTC (rev 6148)
@@ -201,6 +201,8 @@
<pathelement location="${jboss.client}/mail.jar"/>
<pathelement location="${jboss.client}/stax-api.jar"/>
<!-- FIXME jars should be available in the client dir -->
+ <pathelement location="${jboss.server.deploy}/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar"/>
+ <pathelement location="${jboss.server.deploy}/jboss-aop-jdk50.deployer/trove.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
16 years, 9 months
JBossWS SVN: r6147 - framework/tags.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-27 18:43:29 -0400 (Thu, 27 Mar 2008)
New Revision: 6147
Added:
framework/tags/jbossws-framework-2.0.1.GA_CP01/
Log:
[JBPAPP-572] Tag for release.
Copied: framework/tags/jbossws-framework-2.0.1.GA_CP01 (from rev 6146, framework/branches/jbossws-framework-2.0.1.GA_CP)
16 years, 9 months
JBossWS SVN: r6146 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-27 18:36:47 -0400 (Thu, 27 Mar 2008)
New Revision: 6146
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 6145, stack/native/branches/jbossws-native-2.0.1.SP2_CP)
16 years, 9 months
JBossWS SVN: r6145 - stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2008-03-27 18:27:23 -0400 (Thu, 27 Mar 2008)
New Revision: 6145
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml
Log:
[JBPAPP-678] Convert test case for JBoss-Messaging.
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml 2008-03-27 20:47:25 UTC (rev 6144)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml 2008-03-27 22:27:23 UTC (rev 6145)
@@ -3,12 +3,16 @@
<!-- $Id$ -->
<server>
- <mbean code="org.jboss.mq.server.jmx.Queue"
- name="jboss.mq.destination:service=Queue,name=RequestQueue">
- <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
- </mbean>
- <mbean code="org.jboss.mq.server.jmx.Queue"
- name="jboss.mq.destination:service=Queue,name=ResponseQueue">
- <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
- </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.messaging.destination:service=Queue,name=RequestQueue"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
+ <mbean code="org.jboss.jms.server.destination.QueueService"
+ name="jboss.messaging.destination:service=Queue,name=ResponseQueue"
+ xmbean-dd="xmdesc/Queue-xmbean.xml">
+ <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
+ </mbean>
</server>
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml 2008-03-27 20:47:25 UTC (rev 6144)
+++ stack/native/branches/jbossws-native-2.0.1.SP2_CP/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml 2008-03-27 22:27:23 UTC (rev 6145)
@@ -7,7 +7,7 @@
<message-driven>
<ejb-name>OrganizationMDB</ejb-name>
<destination-jndi-name>queue/RequestQueue</destination-jndi-name>
- <depends>jboss.mq.destination:service=Queue,name=RequestQueue</depends>
+ <depends>jboss.messaging.destination:service=Queue,name=RequestQueue</depends>
</message-driven>
</enterprise-beans>
</jboss>
16 years, 10 months