# # ChangeLog for /trunk/config/bwbuild/jboss-h2 # # Generated by Trac 0.9.3 # 05/19/13 21:04:13 # 09/04/10 22:34:59 douglm [3001] * trunk/build/buildfilters.xml: * trunk/config/bwbuild/jboss-h2/cal.options.xml: * trunk/config/bwbuild/jboss-h2/cal.properties: * trunk/config/bwbuild/jboss-mysql/cal.options.xml: * trunk/config/bwbuild/jboss-mysql/cal.properties: * trunk/config/bwbuild/jboss-postgresql/cal.options.xml: * trunk/config/bwbuild/jboss-postgresql/cal.properties: * trunk/config/bwbuild/jboss/cal.options.xml: * trunk/config/bwbuild/jboss/cal.properties: * trunk/deployment/genkeys: * trunk/deployment/genkeys/shellscr: * trunk/deployment/genkeys/shellscr/META-INF: * trunk/deployment/genkeys/shellscr/META-INF/jboss-service.xml: * trunk/deployment/genkeys/shellscr/META-INF/jboss-structure.xml: * trunk/deployment/genkeys/shellscr/appjars.xml: * trunk/deployment/genkeys/shellscr/build.xml: * trunk/deployment/genkeys/shellscr/resources: * trunk/deployment/genkeys/shellscr/resources/log4j.xml: New key generator service available from jmx console 08/20/10 11:01:03 douglm [2983] * trunk/build/quickstart/linux/startjboss: * trunk/build/quickstart/windows/startjboss.bat: * trunk/config/bwbuild/jboss-h2/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-h2/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss-h2/activemq-ra.xml: * trunk/config/bwbuild/jboss-mysql/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-mysql/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss-mysql/activemq-ra.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-ra.xml: * trunk/config/bwbuild/jboss/activemq-broker-config.xml: * trunk/config/bwbuild/jboss/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss/activemq-ra.xml: Use a system variable to set activemq bedework broker uri - changes all configs Change startjboss scripts to allow setting of activemquri at startup. Also allow setting of portoffset 08/11/10 10:51:08 douglm [2976] * trunk/config/bwbuild/jboss-h2/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-mysql/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml: * trunk/config/bwbuild/jboss/activemq-broker-config.xml: In <conf>/activemq-broker-conf.xml change <transportConnector name="bedework" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> to <transportConnector name="bedework" uri="tcp://localhost:61616" /> That is - drop the discoveryUri. According to the activemq book this allows activemq brokers to discover each other and possibly consume their messages. At the very least it appears to be the source of some exceptions I get when I suspend my laptop. 04/23/10 00:38:56 douglm [2877] * trunk/config/bwbuild/jboss-h2/carddav.options.xml: * trunk/config/bwbuild/jboss-postgresql: * trunk/config/bwbuild/jboss-postgresql/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss-postgresql/activemq-ra.xml: * trunk/config/bwbuild/jboss-postgresql/application.sysevents.properties: * trunk/config/bwbuild/jboss-postgresql/bedework-ds.xml: * trunk/config/bwbuild/jboss-postgresql/build.properties: * trunk/config/bwbuild/jboss-postgresql/cal.options.xml: * trunk/config/bwbuild/jboss-postgresql/cal.properties: * trunk/config/bwbuild/jboss-postgresql/carddav.options.xml: * trunk/config/bwbuild/jboss-postgresql/lib: * trunk/config/bwbuild/jboss-postgresql/lib/server: * trunk/config/bwbuild/jboss-postgresql/lib/server/postgresql-8.4-701.jdbc4.jar: * trunk/config/bwbuild/jboss-postgresql/sysevents.properties: Add a jboss-postgresql config Also modify carddav options 03/15/10 00:22:16 douglm [2853] * trunk/config/bwbuild/jboss-h2/bedework-ds.xml: 1. Unprefix principal urls in getPrincipal method for AccessUtil 2. Changed type of content length from int to long - affects nodes and interfaces. Needed for resources. Also means a schema change, stored length needs to be a bigint rather than int. Also content must be stored as a blob. Schema was broken anyway, resources limited to 255 bytes. Not being used other than by tests so schema change should be OK. 3. CalDavBwIntf canPut method needs to take account of resource nodes. 4. Null changes to CalDAVCalNode, CalDavComponentNode - finals and @override 5. For resources use streams rather than byte arrays. Avoids copying. 03/02/10 09:57:14 douglm [2832] * trunk/config/bwbuild/jboss-h2: * trunk/config/bwbuild/jboss-h2/activemq-broker-config.xml: * trunk/config/bwbuild/jboss-h2/activemq-jms-ds.xml: * trunk/config/bwbuild/jboss-h2/activemq-ra.xml: * trunk/config/bwbuild/jboss-h2/application.sysevents.properties: * trunk/config/bwbuild/jboss-h2/bedework-ds.xml: * trunk/config/bwbuild/jboss-h2/build.properties: * trunk/config/bwbuild/jboss-h2/cal.options.xml: * trunk/config/bwbuild/jboss-h2/cal.properties: * trunk/config/bwbuild/jboss-h2/carddav.options.xml: * trunk/config/bwbuild/jboss-h2/lib: * trunk/config/bwbuild/jboss-h2/lib/server: * trunk/config/bwbuild/jboss-h2/lib/server/derby-10.5.3.0.jar: * trunk/config/bwbuild/jboss-h2/lib/server/derby-plugin.jar: * trunk/config/bwbuild/jboss-h2/lib/server/h2-1.2.130.jar: * trunk/config/bwbuild/jboss-h2/sysevents.properties: Add support for h2 as a network available db running as a jboss service Add a configuration for that database