Was just doing some debugging and came across a class being used in
JAXBDataBinding (in the cxf-tools-wsdlto-databinding-jaxb module)
called javax.xml.stream.util.StreamReaderDelegate, the javadoc [1]
states it's @since is 1.6.  Problem is, I'm pretty sure we need the
functionality it provides to properly handle XSDs referenced from the
classpath in certain situations as it has a handy
"getLocation().getSystemId()" method which tells you which jar file an
xsd lives in.

Craig.

[1] - 
http://java.sun.com/javase/6/docs/api/javax/xml/stream/util/StreamReaderDelegate.html
-- 
Craig Tataryn
site: http://www.basementcoders.com/
podcast:http://feeds.feedburner.com/TheBasementCoders
irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin
twitter: craiger

Reply via email to