[jboss-svn-commits] JBL Code SVN: r10344 - labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 19 22:24:42 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-03-19 22:24:42 -0400 (Mon, 19 Mar 2007)
New Revision: 10344

Added:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbm-queue-service.xml
Modified:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/build.xml
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
   labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/juddi.properties
Log:
Fixed to use JBM


Property changes on: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration
___________________________________________________________________
Name: svn:ignore
   + jbossesb-gateway.xml
jbossesb-listener.xml
build


Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/build.xml	2007-03-20 01:14:32 UTC (rev 10343)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/build.xml	2007-03-20 02:24:42 UTC (rev 10344)
@@ -10,13 +10,15 @@
 	<path id="classpath">
   <!-- fileset dir="${basedir}" includes="jbossesb-properties.xml" -->
   <!-- fileset dir="${basedir}" includes="juddi.properties" -->
-  <fileset dir="${basedir}/lib" includes="*jar"/>    
+	<fileset dir="${esb.product.lib.dir}/ext" includes="jboss-messaging-client.jar"/>
+    <fileset dir="${basedir}/lib" includes="*jar"/>    
 	<fileset dir="${esb.product.lib.dir}" includes="*jar"/>
 	<fileset dir="${esb.product.lib.dir}" includes="*xml"/>
+	  
 	<fileset dir="${esb.product.lib.dir}/ext" includes="*jar"/>
 	<fileset dir="${jbosshome.dir}/client" includes="*jar"/>
 	<fileset dir="${jbosshome.dir}/server/default/lib">
-			<include name="jboss-j2ee.jar"/> <!-- added this for the JMS client -->
+	   <include name="jboss-j2ee.jar"/> <!-- added this for the JMS client -->
 	</fileset>		
   	
   <fileset dir="${basedir}" includes="build/**/*.jar"/>

Added: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbm-queue-service.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbm-queue-service.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbm-queue-service.xml	2007-03-20 02:24:42 UTC (rev 10344)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+  
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+  </mbean>
+  
+</server>
\ No newline at end of file


Property changes on: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbm-queue-service.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:eol-style
   + native

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml	2007-03-20 01:14:32 UTC (rev 10343)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml	2007-03-20 02:24:42 UTC (rev 10344)
@@ -2,7 +2,7 @@
 <jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" >
     <providers>
         <jms-provider name="JBossMQ" connection-factory="ConnectionFactory"
-            jndi-URL="localhost">
+            jndi-URL="localhost" jndi-context-factory="org.jnp.interfaces.NamingContextFactory">
             <jms-bus busid="helloworldDBGatewayChannel">
                 <jms-message-filter dest-name="queue/quickstart_helloworld_Request"
                     dest-type="QUEUE"/>

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/juddi.properties
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/juddi.properties	2007-03-20 01:14:32 UTC (rev 10343)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/samples/quickstarts/helloworld_db_registration/juddi.properties	2007-03-20 02:24:42 UTC (rev 10344)
@@ -41,7 +41,7 @@
 juddi.jdbcDriver=com.mysql.jdbc.Driver
 juddi.jdbcUrl=jdbc:mysql://localhost:3306/juddi
 juddi.jdbcUsername=root
-juddi.jdbcPassword=admin
+juddi.jdbcPassword=
 # jUDDI DataSource to use
 # juddi.dataSource=java:comp/env/jdbc/MySqlDS
 




More information about the jboss-svn-commits mailing list