Thanks, Wolfgang! Adding the ws-commons-util jar did the trick for
me. Here's the complete list of drivers needed to establish recent
eXist 1.3 builds to oXygen as a data source (via oXygen's Options >
Preferences > Data Sources > Data Sources > eXist > Data Sources
Drivers):
exist/exist.jar
exist/lib/core/xmldb.jar
exist/lib/core/xmlrpc-client-3.1.1.jar
exist/lib/core/xmlrpc-common-3.1.1.jar
exist/lib/core/ws-commons-util-1.0.2.jar
I tested omitting the xmlrpc-common jar, and it didn't work without
that. I think all 5 of these are necessary.
Since these files are mentioned in the oXygen online help, perhaps we
should notify them when 1.3 is released. Is anyone here connected
with oXygen folks, or should I submit a report through the forums
there?
- Joe
On 12/31/08, Wolfgang <wolf...@exist-db.org> wrote:
I have removed xmlrpc-1.2-patched.jar from oXygen's eXist data sources links
and replaced it with xmlrpc-client-3.1.1.jar.
Now I have the following refferences to my current eXist installation there:
d:/exist/exist.jar
d:/exist/lib/core/xmldb.jar
d:/exist/lib/core/xmlrpc-client-3.1.1.jar
but it still does not work. Please advice.
I guess you'll also need
xmlrpc-common-3.1.1.jar
ws-commons-util-1.0.2.jar
Wolfgang