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.
[ Show » ]
Alexey Loubyansky [11/Dec/06 11:21 AM] 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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992804#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...