|
Revision 3616
(checked in by douglm, 10 months ago)
|
First stage in adding change notifications.
New sysevents classes so that any old ones in the pipeline will get processed OK.
New package chgnote to handle asynch processing of notifications.
New JMS queue added
New JMX task to monitor and control processing.
|
| Line | |
|---|
| 1 |
# |
|---|
| 2 |
# Configure a development build of the calendar. |
|---|
| 3 |
# |
|---|
| 4 |
|
|---|
| 5 |
compile.debug=yes |
|---|
| 6 |
|
|---|
| 7 |
org.bedework.configurations.home=${env.BEDEWORK_CONFIGS_HOME} |
|---|
| 8 |
|
|---|
| 9 |
org.bedework.configuration.defaults=${org.bedework.configurations.home}/.defaults |
|---|
| 10 |
|
|---|
| 11 |
org.bedework.configuration.versions=${org.bedework.configuration.defaults}/versions.properties |
|---|
| 12 |
|
|---|
| 13 |
#org.bedework.activemq.configurations=${org.bedework.configuration.defaults} |
|---|
| 14 |
org.bedework.activemq.configurations=${env.BEDEWORK_CONFIG} |
|---|
| 15 |
org.bedework.config.home=${env.BEDEWORK_CONFIG} |
|---|
| 16 |
|
|---|
| 17 |
# This file will be included first. Any properties set here will override those |
|---|
| 18 |
# in the default properties file. |
|---|
| 19 |
org.bedework.config.override.properties=${env.BEDEWORK_CONFIG}/cal.properties |
|---|
| 20 |
|
|---|
| 21 |
# This is the default properties file included after the one above. |
|---|
| 22 |
org.bedework.config.properties=${org.bedework.configuration.defaults}/cal.properties |
|---|
| 23 |
|
|---|
| 24 |
org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml |
|---|
| 25 |
#org.bedework.config.options=${org.bedework.configuration.defaults}/cal.options.xml |
|---|
| 26 |
|
|---|
| 27 |
#org.bedework.config.sysevents.properties=${org.bedework.configuration.defaults}/sysevents.properties |
|---|
| 28 |
org.bedework.config.sysevents.properties=${env.BEDEWORK_CONFIG}/sysevents.properties |
|---|
| 29 |
|
|---|
| 30 |
# Where we deploy the logging config from |
|---|
| 31 |
org.bedework.config.logging=${org.bedework.configuration.defaults}/log4j.xml |
|---|