[seam-commits] Seam SVN: r7314 - trunk/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 30 13:45:22 EST 2008
Author: dan.j.allen
Date: 2008-01-30 13:45:22 -0500 (Wed, 30 Jan 2008)
New Revision: 7314
Modified:
trunk/doc/reference/en/modules/hsearch.xml
Log:
Additional typographical changes to Hibernate Search section
Modified: trunk/doc/reference/en/modules/hsearch.xml
===================================================================
--- trunk/doc/reference/en/modules/hsearch.xml 2008-01-30 18:45:00 UTC (rev 7313)
+++ trunk/doc/reference/en/modules/hsearch.xml 2008-01-30 18:45:22 UTC (rev 7314)
@@ -34,9 +34,9 @@
<filename>META-INF/persistence.xml</filename> or
<filename>hibernate.cfg.xml</filename> file.</para>
- <para>Hibernate Search configuration has sensible defaults for most
- configuration parameters, Here is a description of the minimal
- configuration to get started.</para>
+ <para>Hibernate Search configuration has sensible defaults for most
+ configuration parameters. Here is a minimal persistence unit configuration
+ to get started.</para>
<programlisting> <persistence-unit name="sample">
<jta-data-source>java:/DefaultDS</jta-data-source>
@@ -150,7 +150,8 @@
<para>If the Java Persistence API is used, a smoother integration is
proposed.</para>
- <programlisting>@Name("search")
+ <programlisting>@Stateful
+ at Name("search")
public class FullTextSearchAction implements FullTextSearch, Serializable
{
@In
@@ -174,8 +175,8 @@
same way <classname>FullTextSession</classname> extends
<classname>Session</classname>.</para>
- <para>When an EJB 3.0 Session or Message Driven Bean injection is used (ie
- Bean using @PersistenceContext), it is not possible to replace the
+ <para>When an EJB 3.0 Session or Message Driven Bean injection is used (i.e.
+ via the @PersistenceContext annotation), it is not possible to replace the
<classname>EntityManager</classname> interface by the
<classname>FullTextEntityManager</classname> interface in the declaration
statement. However, the implementation injected will be a
More information about the seam-commits
mailing list