NullPointerException in TransactionContextBeforeAfter.after()
-------------------------------------------------------------

                 Key: GERONIMO-2506
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2506
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: transaction manager
    Affects Versions: 1.1
         Environment: Geronimo-1.1
            Reporter: Alex Boisvert


I'm getting the following NPE after a transaction rollback when running with 
Apache Ode deployed as a webapp and explicitly managing transaction through 
Geronimo's TransactionContextManager (wrapped as TransactionManager using 
Jencks):

12:52:45,978 WARN [HttpConnection] POST /ode/processes/Async HTTP/1.1
java.lang.NullPointerException
        at 
org.apache.geronimo.jetty.interceptor.TransactionContextBeforeAfter.after(TransactionContextBeforeAfter.java:71)
        at 
org.apache.geronimo.jetty.interceptor.ComponentContextBeforeAfter.after(ComponentContextBeforeAfter.java:50)
        at 
org.apache.geronimo.jetty.interceptor.ThreadClassloaderBeforeAfter.after(ThreadClassloaderBeforeAfter.java:52)
        at 
org.apache.geronimo.jetty.interceptor.WebApplicationContextBeforeAfter.after(WebApplicationContextBeforeAfter.java:51)
        at 
org.apache.geronimo.jetty.interceptor.RequestWrappingBeforeAfter.after(RequestWrappingBeforeAfter.java:53)
        at 
org.apache.geronimo.jetty.JettyWebAppContext.leaveContextScope(JettyWebAppContext.java:375)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1542)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
        at org.mortbay.http.HttpServer.service(HttpServer.java:909)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
        at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

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

        

Reply via email to