oracle-xdk

How can I tell my application that it shouldn't use an external Service Provider from a jar?

╄→尐↘猪︶ㄣ 提交于 2019-12-13 17:17:38
问题 For some reason we need the xdb.jar from the Oracle XDK. This jar depends on the xmlparserv2.jar. The actual problem is that the xmlparserv2.jar comes with some provider-configuration files (META-INF/services). The jar has Services Providers for javax.xml.transform.TransformerFactory , javax.xml.parsers.SAXParserFactory and javax.xml.parsers.DocumentBuilderFactory . The implementations (from oracle.*) don't work together with some other parts of our software (they need the standard factories)

How to pass an XML document as a parameter to an XSL transform in java (oracle xdk)?

若如初见. 提交于 2019-12-11 05:26:02
问题 I'm trying to pass an XML document to an XSLT stylesheet as a parameter. I believe the code is using the oracle XDK for transformations (it's using JDK 1.4.2, and Spring, and I'm new to the codebase, so I'm not sure what is getting loaded in the end). In my first attempt, I just created a document object and set this as the parameter on the transformer, but attempts to copy the variable into the tree give no result. Questions that come to mind are: is this even possible in the general case of

Where to get Oracle jar files for 11.2.0.3 - xdb, aq, i18n, xmlparser

邮差的信 提交于 2019-12-01 16:58:37
I'm trying to update a legacy Java application to be compatible with Oracle 11g version 11.2.0.3. The application was running on Oracle 10g version 10.2.0.4 and uses Oracle Advanced Queues. It has Maven dependencies declared for: aq 10.2.0.4.0 xdb 10.2.0.4.0 xmlparser 10.2.0.4.0 i18n 10.2.0.4.0 I'm struggling to find the same files for 11g, specifically for 11.2.0.3. I've looked around in various places such as my Oracle home directory, JDeveloper installation and online, and found a bewildering variety of jar files of various names and versions that are candidates but not quite what I need.

Where to get Oracle jar files for 11.2.0.3 - xdb, aq, i18n, xmlparser

爱⌒轻易说出口 提交于 2019-12-01 15:57:33
问题 I'm trying to update a legacy Java application to be compatible with Oracle 11g version 11.2.0.3. The application was running on Oracle 10g version 10.2.0.4 and uses Oracle Advanced Queues. It has Maven dependencies declared for: aq 10.2.0.4.0 xdb 10.2.0.4.0 xmlparser 10.2.0.4.0 i18n 10.2.0.4.0 I'm struggling to find the same files for 11g, specifically for 11.2.0.3. I've looked around in various places such as my Oracle home directory, JDeveloper installation and online, and found a