1 2 Previous Next 16 Replies Latest reply on Dec 11, 2006 11:25 AM by aloubyansky Go to original post
      • 15. Re: Recent tests
        aloubyansky

        The DuplicateInterceptorUnitTestCase is now fixed.

        http://jira.jboss.com/jira/browse/JBXB-94
        The TypeBinding.pushInterceptor(QName elementName, ElementInterceptor interceptor) is updated to pushes a new interceptor for the specified element. If the element has a global scope in the schema, this interceptor will be invoked only when the element is found to be a child of this type. This is the difference between the local interceptors added with this method and the interceptors added directly to the element binding.
        When an element is started, local interceptors are invoked before the interceptors from the element binding. In the endElement the order is reversed.

        Are there any other urgent issues?

        • 16. Re: Recent tests
          aloubyansky

          BTW, I don't check for duplicates when pushing an interceptor to the local stack like Scott did for the stack in the ElementBinding which I would like to rollback.

          1 2 Previous Next