|
From: <bob...@us...> - 2004-01-16 06:52:46
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv23886/conf
Modified Files:
msh.properties.xml
Log Message:
Add comment on msh.properties.xml
change the property key on the object store persistence handler
in Constants.java
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** msh.properties.xml 4 Nov 2003 07:00:26 -0000 1.28
--- msh.properties.xml 16 Jan 2004 06:52:42 -0000 1.29
***************
*** 205,208 ****
--- 205,218 ----
<!-- Directory where the archived data are placed -->
<ArchiveDirectory>/hermes/msh_archive</ArchiveDirectory>
+
+ <!-- Optional Property to allow the user to have customized
+ Persistence Handler for Message Repository. The value must be a class
+ name implemented PersistenceHandler. If the user want the support the
+ backup and archive, the class must also implement BackupPersistenceHandler
+ and ArchivablePersistenceHandler respectively.
+ If this field is not set, the default file based persistence handler will
+ be used.
+ <MessageRepositoryPersistHandler></MessageRepositoryPersistHandler>
+ -->
</Persistent>
***************
*** 211,214 ****
--- 221,234 ----
<TrustedRepository>/hermes/ebxmlms/trustedRepository1;/hermes/ebxmlms/trustedRepository2</TrustedRepository>
<ObjectStore>/hermes/ebxmlms/objectStore</ObjectStore>
+
+ <!-- Optional Property to allow the user to have customized
+ Persistence Handler for Message Repository. The value must be a class
+ name implemented PersistenceHandler. If the user want the support the
+ backup, the class must also implement BackupPersistenceHandler.
+ .
+ If this field is not set, the default file based persistence handler will
+ be used.
+ <ObjectStorePersistHandler></ObjectStorePersistHandler>
+ -->
</MessageListener>
</MSH>
|