5 Replies Latest reply on Aug 21, 2007 3:15 PM by bmcgovern

    Why is TransactionManager not Bound in JNDI

    bmcgovern

      With BOTH AS4.0.5.GA and AS4.2.0GA, I'm trying to lookup TransactionManager in JNDI at various locations and it is throwing a Name Not Bound exception every time. I can find UserTransaction w/o any problems.

      java:/TransactionManager -- Not found
      java:TransactionManager -- Not found.

      Can anyone tell my where I can find it or how I can get at it? I'm trying to grab it from SpringFramework.

      Thank you