[
http://jira.jboss.com/jira/browse/JBSEAM-1799?page=comments#action_12371947 ]
Joshua Jackson commented on JBSEAM-1799:
----------------------------------------
I forgot to mention that for point number 1
the element <service name="tx"
factory="org.jbpm.tx.TxServiceFactory" /> is to be added inside the
jbpm-context element in jbpm.cfg.xml
:)
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