]
Daniel Wiell commented on JBSEAM-1900:
--------------------------------------
In the Hibernate2 example on Tomcat 5.5.23, change the components.xml to
<?xml version="1.0" encoding="UTF-8"?>
<components
xsi:schemaLocation=
"http://jboss.com/products/seam/core
<core:manager conversation-timeout="120000"
concurrent-request-timeout="500"
conversation-id-parameter="cid"/>
<!--persistence:hibernate-session-factory
name="hibernateSessionFactory"/>
<persistence:managed-hibernate-session name="bookingDatabase"
session-factory="#{hibernateSessionFactory}"
auto-create="true"/>
<security:identity
authenticate-method="#{authenticator.authenticate}"/>
<transaction:hibernate-transaction session="#{bookingDatabase}"/-->
<core:init transaction-management-enabled="false"/>
</components>
Hit the index page - the error message is then displayed.
org.jboss.seam.contexts.Contexts logs "could not discover
transaction status" even though transaction management is disabled
----------------------------------------------------------------------------------------------------------------------------
Key: JBSEAM-1900
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1900
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 2.0.0.BETA1
Reporter: Daniel Wiell
Assigned To: Pete Muir
Priority: Minor
Fix For: 2.0.0.GA
org.jboss.seam.contexts.Contexts logs "could not discover transaction status"
errors even though transaction management is disabled by the inclusion of the following in
components.xml:
<core:init transaction-management-enabled="false"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: