4 Replies Latest reply on Feb 9, 2006 7:24 PM by mr_dronski

    Expose TransactionManager in global JNDI

    mr_dronski

      Hello All,

      Is there a way to expose the java:/TransactionManager in a global JNDI context, as is possible with DataSources?

      I tried the NamingAlias, which failed to resolve the java:/ prefix namespace.

      Then I went through the jmx/invoker/RMIInvoker to get to the jboss:service=TransactionManager MBean only to find out that the TransactionManager attribute is not serializable. :(

      If it's possible, then how? If it's impossible, could you name at least one reason not to make it available?

      The point is the application I'm using relies on having the javax.transaction.TransactionManager instance available.

      Thanks in advance,
      Andrew