Hi, I've just realized that default ServiceMix provides javax.xml.stream.XMLInputFactory class (via stax api 1.0 bundle) without newFactory() method. Method newInstance() is there, but that one is deprecated.
On the other hand I have a third-party bundle that uses newFactory and the code is obfuscated. What should I do to provide newFactory() method (as in Java SE) to other bundles? I've tried to enable this package in jre.properties but my bundle always picks version from the stax bundle (I guess because of the versions, since javax.xml.stream is exported with version 0.0.0). Thanx in advance. -- Bratislav Stojanovic, M.Sc.
