[jboss-dev-forums] [Design of JBossXB] - Re: Too much resolution?

alex.loubyansky@jboss.com do-not-reply at jboss.com
Fri Oct 19 11:21:57 EDT 2007


The wildcard resolution doesn't seem to be the bottleneck. I tried adding the following check before the schema resolution to by-pass the resolution phase but it didn't improve the numbers.

            if(!(schemaLocation == null && "".equals(qName.getNamespaceURI())))
  |             {
  | ...
  | 

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

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



More information about the jboss-dev-forums mailing list