Update of /cvsroot/babeldoc/babeldoc/modules/j2ee/config/service
In directory sc8-pr-cvs1:/tmp/cvs-serv29481
Modified Files:
config.properties
Log Message:
Fixed the service configuration and added the journal classes.
Index: config.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/j2ee/config/service/config.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config.properties 27 Aug 2003 03:15:29 -0000 1.1
--- config.properties 27 Aug 2003 03:24:34 -0000 1.2
***************
*** 2,6 ****
# This is the ejb pipeline stage factory. It is intended to be run in an
# application container.
! PipelineStageFactory.ejb=com.babeldoc.core.pipeline.simple.SimplePipelineStageFactory
#
--- 2,6 ----
# This is the ejb pipeline stage factory. It is intended to be run in an
# application container.
! PipelineStageFactory.ejb=com.babeldoc.j2ee.pipeline.EjbPipelineStageFactoryBean
#
***************
*** 8,10 ****
# ejb pipeline stage factory. This can be run either from outside the
# container or even from within the container.
! PipelineStageFactory.ejbclient=com.babeldoc.core.pipeline.xml.XmlPipelineStageFactory
--- 8,17 ----
# ejb pipeline stage factory. This can be run either from outside the
# container or even from within the container.
! PipelineStageFactory.ejbclient=com.babeldoc.j2ee.pipeline.xml.EjbClientPipelineStageFactory
!
! #
! # This is the ejb journal - embeddable in an application server
! Journal.ejb=com.babeldoc.j2ee.journal.EjbJournalBean
!
! # Client proxy to an ejb journal - clients talk to this class, this delegates to ejbJournal
! Journal.ejbclient=com.babeldoc.j2ee.journal.EjbClientJournal
|