You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/02/11 19:27:07 UTC

cvs commit: db-ojb/xdocs deployment.xml

arminw      2004/02/11 10:27:07

  Modified:    xdocs    deployment.xml
  Log:
  clarification
  
  Revision  Changes    Path
  1.31      +8 -5      db-ojb/xdocs/deployment.xml
  
  Index: deployment.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/deployment.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- deployment.xml	23 Jan 2004 23:38:07 -0000	1.30
  +++ deployment.xml	11 Feb 2004 18:27:07 -0000	1.31
  @@ -397,10 +397,13 @@
   <a name="jboss-ojb.properties"/>
   <b>6. Adapt OJB.properties file</b>
   <p>
  -If <b>only</b> the PB-api was used in managed environment, it's recommended to use
  -a special PersistenceBrokerFactory class, enables PersistenceBroker instances to participate
  -in the running JTA transaction (e.g. this makes PBStateListener proper work in
  -managed environments and enables use of 'autoSync' property in ObjectCacheDefaultImpl):
  +If the PB-api is the only persistence API being used (no ODMG nor JDO),
  +and it is <b>only</b> being used in a managed environment, it is
  +recommended to use a special PersistenceBrokerFactory class, which
  +enables PersistenceBroker instances to participate in the running JTA
  +transaction (e.g. this makes PBStateListener proper work in managed
  +environments and enables use of 'autoSync' property in
  +ObjectCacheDefaultImpl):
   <source>
   PersistenceBrokerFactoryClass=
   org.apache.ojb.broker.core.PersistenceBrokerFactorySyncImpl
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org