Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Java-SDO-beta1
-
None
-
IBM JDK 1.4.2
Description
I've compiled the latest version of the Java SDO code on the evening of 5/6. When I use that to generate the code from this schema: http://www.w3.org/2000/09/xmldsig
I get compilation problems in my source. The following methods and class variables are unavailable in XMLTypeFactory:
XMLTypeFactory.getBase64Binary()
XMLTypeFactory.INSTANCE
XMLTypeFactoryImpl.NAMESPACE_URI
XMLTypeFactory.createBase64BinaryFromString(String)
XMLTypeFactory.createBase64BinaryFromString(Object)