[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1799) Mistyped in documents regarding setting up Seam environment

Joshua Jackson (JIRA) jira-events at lists.jboss.org
Mon Aug 13 23:57:00 EDT 2007


Mistyped in documents regarding setting up Seam environment
-----------------------------------------------------------

                 Key: JBSEAM-1799
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1799
             Project: JBoss Seam
          Issue Type: Task
          Components: Documentation
    Affects Versions: 2.0.0.BETA1
         Environment: JBoss AS 4.2.0
            Reporter: Joshua Jackson
             Fix For: 2.0.0.CR1


1. Configuring jBPM in Seam. 
Version: 2.0.0.Beta1 
Chapter: 25 
Sub chapter: 6 

Since Seam 2.0 uses jpdl 3.2.x, we need to add this element 
Code: 
<service name="tx" factory="org.jbpm.tx.TxServiceFactory" /> 	 

2. Bootstrapping JPA In seam 
Chapter: 25 
Sub-chapter: 25.3.2 
Page: 221 

Code: 
<persistence:managed-persistence-context name="entityManager" session-factory="#{entityManagerFactory}"/>	 

It should've been entity-manager-factory instead of session-factory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list