10 messages in net.sourceforge.lists.exist-openRe: [Exist-open] rev.8454: Error when...
FromSent OnAttachments
Thomas WhiteDec 31, 2008 2:35 am 
WolfgangDec 31, 2008 2:56 am 
Thomas WhiteDec 31, 2008 3:44 am 
Thomas WhiteDec 31, 2008 4:05 am 
WolfgangDec 31, 2008 4:12 am 
Dannes WesselsDec 31, 2008 6:40 am 
Joe WicentowskiDec 31, 2008 6:54 am 
Dannes WesselsDec 31, 2008 7:15 am 
Dannes WesselsDec 31, 2008 7:41 am 
Joe WicentowskiDec 31, 2008 12:18 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [Exist-open] rev.8454: Error when access eXist from oXygenActions...
From:Joe Wicentowski (joe@gmail.com)
Date:Dec 31, 2008 6:54:20 am
List:net.sourceforge.lists.exist-open

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