[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1900) org.jboss.seam.contexts.Contexts logs "could not discover transaction status" even though transaction management is disabled

Fernando Meyer (JIRA) jira-events at lists.jboss.org
Tue Oct 2 02:55:59 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1900?page=comments#action_12379796 ] 
            
Fernando Meyer commented on JBSEAM-1900:
----------------------------------------

Hey Pete, 
I'm getting the same error here

component.xml 
--------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
            xmlns:core="http://jboss.com/products/seam/core"
            xmlns:security="http://jboss.com/products/seam/security"
            xmlns:web="http://jboss.com/products/seam/web"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation=
                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd">


	<core:init transaction-management-enabled="false"/>
</components>

Log info
----------------------------------
INFO: Reloading context [/drools-jbrms]
ERROR 02-10 03:51:08,150 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,182 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,216 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,274 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,279 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,287 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,365 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,443 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,851 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,896 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status
ERROR 02-10 03:51:08,916 (Contexts.java:flushAndDestroyContexts:335)     could not discover transaction status



> 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.1.GA
>
>         Attachments: JBSEAM-1900.diff
>
>
> 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: 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