4 Replies Latest reply on Aug 11, 2006 6:11 AM by marklittle

    How to disable interposition

    trecloux

      Hello all ;-)

      In this topic , we invoked disabling interposition.

      Do you confirm that I just need to set the value "CONTEXT" in the "com.arjuna.ats.jts.contextPropMode" property of the "jbossjts-properties.xml" file ?

      Thanks, Thomas

        • 1. Re: How to disable interposition
          marklittle

          Sort of. You need to do this, but also make sure

          <!-- JBoss TS interceptor -->
          com.arjuna.ats.jts.orbspecific.jacorb.interceptors.context.ContextORBInitializerImpl


          is set in iiop-service.xml

          • 2. Re: How to disable interposition
            gwallet

             

            "mark.little@jboss.com" wrote:
            Sort of. You need to do this, but also make sure

            <!-- JBoss TS interceptor -->
            <initializer>com.arjuna.ats.jts.orbspecific.jacorb.interceptors.context.ContextORBInitializerImpl</initializer>


            is set in iiop-service.xml


            Hello Mark,

            I'm working with T. Recloux on JBoss and JTS.

            We have activated this initializer without disabling the initial line (in bold)
            <!-- JBoss TS interceptor --> <initializer>com.arjuna.ats.jts.orbspecific.jacorb.interceptors.interposition.InterpositionORBInitializerImpl</initializer>
            <initializer>com.arjuna.ats.jts.orbspecific.jacorb.interceptors.context.ContextORBInitializerImpl</initializer>
            


            How can we ensure that interposition is desactivated ?


            • 3. Re: How to disable interposition
              marklittle

              Remove com.arjuna.ats.jts.orbspecific.jacorb.interceptors.interposition.InterpositionORBInitializerImpl

              • 4. Re: How to disable interposition
                marklittle

                If you remove the reference to the interoposition interceptor, then you should be in context-only mode.