On Wed February 3 2010 12:48:07 pm Craig Tataryn wrote: > Perhaps this class is being provided by a library and the @since only > indicates it wasn't part of the JDK until 1.6. If that's the case, > then cool.
Yea. That's the case. Stax wasn't added to the JDK until 1.6 which is why the @since is there. For older version of the jdk, we use the stax-api jar. Dan > > Craig. > > On Wed, Feb 3, 2010 at 11:33 AM, Craig Tataryn <[email protected]> wrote: > > 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/StreamReaderD > >elegate.html -- > > Craig Tataryn > > site: http://www.basementcoders.com/ > > podcast:http://feeds.feedburner.com/TheBasementCoders > > irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin > > twitter: craiger > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
