0 Replies Latest reply on Jul 23, 2009 2:40 PM by kodjobaah

    null transactions -- InvocationContextInterceptor

    kodjobaah

      My setup consists of tomcat-spring-hibernate-atomikos.

      I have configured the cache so that after it has been instatiated by the container I get hold of the runtime configuration and set the transaction manager to the one configured within spring.
      But when the invocationcontextinterceptor is invoked it prints out a message saying there is no transaction manager...is this a problem or it something i can ignore...below is a snippet of the trace.

      2009-07-23 19:12:47,980 TRACE [org.jboss.cache.factories.ComponentRegistry] - <Testing if invocations are allowed.>
      2009-07-23 19:12:47,980 TRACE [org.jboss.cache.interceptors.InvocationContextInterceptor] - <Invoked with command GetChildrenNamesCommand{fqn=/} and InvocationContext [InvocationContext{transaction=null, globalTransaction=null, transactionContext=null, optionOverrides=Option{failSilently=false, cacheModeLocal=false, dataVersion=null, suppressLocking=false, lockAcquisitionTimeout=-1, forceDataGravitation=false, skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false}, originLocal=true}]>
      2009-07-23 19:12:47,980 TRACE [org.jboss.cache.interceptors.InvocationContextInterceptor] - <Setting up transactional context.>
      2009-07-23 19:12:47,980 TRACE [org.jboss.cache.interceptors.InvocationContextInterceptor] - <Setting tx as null and gtx as null>