You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/19 15:06:32 UTC

svn commit: r586417 - /myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml

Author: matzew
Date: Fri Oct 19 06:06:32 2007
New Revision: 586417

URL: http://svn.apache.org/viewvc?rev=586417&view=rev
Log:
change it back

Modified:
    myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml?rev=586417&r1=586416&r2=586417&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml Fri Oct 19 06:06:32 2007
@@ -29,7 +29,7 @@
 		<section name="Introduction To Conversation Scoped Persistence">
 			<p>Orchestra's persistence support aims to simplify developers life when it comes
 				to build web based applications that extensively use ORM persistence including
-				JPA (Java Persistence API), Oracle Toplink or Hibernate.</p>
+				JPA (Java Persistence API), Toplink or Hibernate.</p>
 			<p>Persistent objects often participate in a conversation (ie a sequence of requests).
 				For example, an address-management module may need to read a person from a database
 				on the first request of a conversation, then later requests may modify attributes