[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Emmanuel Bernard emmanuel.bernard at jboss.com
Mon Sep 17 01:08:58 EDT 2007


  User: ebernard
  Date: 07/09/17 01:08:58

  Modified:    doc/reference/en/modules  hsearch.xml
  Log:
  Hibernate Search doc on JPA
  
  Revision  Changes    Path
  1.5       +5 -4      jboss-seam/doc/reference/en/modules/hsearch.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hsearch.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/hsearch.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- hsearch.xml	16 Sep 2007 16:44:04 -0000	1.4
  +++ hsearch.xml	17 Sep 2007 05:08:58 -0000	1.5
  @@ -172,11 +172,12 @@
       <classname>Session</classname>.</para>
   
       <para>When an EJB 3.0 Session or Message Driven Bean injection is used (ie
  -    Bean using @PersistenceContext), replacing the
  +    Bean using @PersistenceContext), it is not possible to replace the
       <classname>EntityManager</classname> interface by the
  -    <classname>FullTextEntityManager</classname> interface is not possible.
  -    However, the implementation injected will be a FullTextEntityManager
  -    implementation: downcasting is then possible.</para>
  +    <classname>FullTextEntityManager</classname> interface in the declaration
  +    statement. However, the implementation injected will be a
  +    <classname>FullTextEntityManager</classname> implementation: downcasting
  +    is then possible.</para>
   
       <programlisting>@Stateful
   @Name("search")
  
  
  



More information about the jboss-cvs-commits mailing list