Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/config/j2ee
In directory sc8-pr-cvs1:/tmp/cvs-serv31076/config/j2ee
Added Files:
journal.properties messagedriven.properties
pipelinestagefactory.properties
Log Message:
More work on the j2ee module - added message driven bean - missing configuration files. jms helper functions moved to new class.
--- NEW FILE: journal.properties ---
#
# Configuration options for the ImpEjbPipelineStageFactory
journal.JndiName=EjbJournal
journal.useLocal=false
--- NEW FILE: messagedriven.properties ---
#
# Configuration for the message driven been properties
# Please override with your settings.
feeder=sync
pipeline=test
--- NEW FILE: pipelinestagefactory.properties ---
pipeline.JndiName=EjbPipelineStageFactory
pipeline.useLocal=false
|