Index: trunk/build.xml
===================================================================
--- trunk/build.xml (revision 2811)
+++ trunk/build.xml (revision 2816)
@@ -714,9 +714,15 @@
file="${org.bedework.config.options}" />
-
+
+
+
+
+
+
+
Index: trunk/config/bwbuild/jboss-mysql/application.sysevents.properties
===================================================================
--- (revision )
+++ trunk/config/bwbuild/jboss-mysql/application.sysevents.properties (revision 2816)
@@ -1,0 +1,35 @@
+#
+# activemq jndi.properties for runable applications
+#
+java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
+
+# use the following property to configure the default connector
+java.naming.provider.url = tcp://localhost:61616?trace=true
+
+// Allows us to handle container differences
+#org.bedework.connection.factory.name=java:activemq/QueueConnectionFactory
+org.bedework.connection.factory.name=ConnectionFactory
+
+org.bedework.jms.queue.prefix=queue/
+
+# use the following property to specify the JNDI name the connection factory
+# should appear as.
+connectionFactoryNames =ConnectionFactory
+
+# register some queues in JNDI using the form
+# queue.[jndiName] = [physicalName]
+queue.queue/sysevents = bedework.sysevents
+
+queue.queue/syseventslog = bedework.sysevents.logger
+
+queue.queue/monitor = bedework.sysevents.monitor
+
+queue.queue/schedulerIn = bedework.scheduleIn
+
+queue.queue/schedulerOut = bedework.scheduleOut
+
+queue.queue/crawler = bedework.crawler
+
+# register some topics in JNDI using the form
+# topic.[jndiName] = [physicalName]
+#topic.MyTopic = example.MyTopic
Index: trunk/config/bwbuild/jboss/application.sysevents.properties
===================================================================
--- (revision )
+++ trunk/config/bwbuild/jboss/application.sysevents.properties (revision 2816)
@@ -1,0 +1,35 @@
+#
+# activemq jndi.properties for runable applications
+#
+java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
+
+# use the following property to configure the default connector
+java.naming.provider.url = tcp://localhost:61616?trace=true
+
+// Allows us to handle container differences
+#org.bedework.connection.factory.name=java:activemq/QueueConnectionFactory
+org.bedework.connection.factory.name=ConnectionFactory
+
+org.bedework.jms.queue.prefix=queue/
+
+# use the following property to specify the JNDI name the connection factory
+# should appear as.
+connectionFactoryNames =ConnectionFactory
+
+# register some queues in JNDI using the form
+# queue.[jndiName] = [physicalName]
+queue.queue/sysevents = bedework.sysevents
+
+queue.queue/syseventslog = bedework.sysevents.logger
+
+queue.queue/monitor = bedework.sysevents.monitor
+
+queue.queue/schedulerIn = bedework.scheduleIn
+
+queue.queue/schedulerOut = bedework.scheduleOut
+
+queue.queue/crawler = bedework.crawler
+
+# register some topics in JNDI using the form
+# topic.[jndiName] = [physicalName]
+#topic.MyTopic = example.MyTopic
Index: trunk/config/bwbuild/jboss/cal.properties
===================================================================
--- trunk/config/bwbuild/jboss/cal.properties (revision 2811)
+++ trunk/config/bwbuild/jboss/cal.properties (revision 2816)
@@ -142,7 +142,7 @@
org.bedework.global.jdbcdriver=org.apache.derby.jdbc.ClientDriver
-org.bedework.global.jdbcurl="jdbc:derby://localhost:1527/${org.bedework.jboss.data.dir}/derby/CalDb3p6
+org.bedework.global.jdbcurl=jdbc:derby://localhost:1527/${org.bedework.jboss.data.dir}/derby/CalDb3p6
org.bedework.global.jdbcid=sa
-org.bedework.global.jdbcpw=
+org.bedework.global.jdbcpw=bw
#org.bedework.global.jdbcdriver=org.apache.derby.jdbc.EmbeddedDriver
Index: trunk/deployment/appjars.xml
===================================================================
--- trunk/deployment/appjars.xml (revision 2618)
+++ trunk/deployment/appjars.xml (revision 2816)
@@ -187,5 +187,5 @@
+ name="activemq-core" version="5.3.0" />