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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...