[jboss-dev-forums] [Design of JBossXB] - Re: JBossXB-2.0.0.CR5

alex.loubyansky@jboss.com do-not-reply at jboss.com
Wed Sep 26 16:10:00 EDT 2007


It's not because there wildcards but because the properties order doesn't match the elements order in the schema. If I don't specify the propOrder then the properties will be processed in the following sequence:
key; descriptions; proxyFactoryConfig; class; proxyFactory; name; wildcard; invokerProxyBindingName; id; invokerMBean;
And this will be the sequence of the elements in the schema.

Now elements are parsed in this sequence:
start: invoker-proxy-binding
start: description
end: description
start: description
end: description
start: description
end: description
start: invoker-proxy-binding-name
end: invoker-proxy-binding-name
start: invoker-mbean
end: invoker-mbean
start: proxy-factory
UNRESOLVED: proxy-factory
end: proxy-factory

Everything after invoker-mbean is going to be wildcard content because we reached the last element in the sequence.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089046#4089046

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089046



More information about the jboss-dev-forums mailing list