Re: [Fedora-commons-users] ingests fail at CLI, succeed in GUI

2009-04-06 Thread Chris Wilper
Hi Deborah, I don't know where "Error:1" is coming from but if this is still happening it might be worth copying the latest (trunk) copies of the .bat scripts to your environment and trying them. They can be downloaded here: https://fedora-commons.svn.sourceforge.net/svnroot/fedora-commons/fedor

Re: [Fedora-commons-users] apidocs and source online?

2009-04-06 Thread Chris Wilper
Arne, On Mon, Apr 6, 2009 at 9:46 AM, arne anka wrote: > doing in my code > > l.87: myFClient = new FedoraClient("url", "user", "password"); > l.88: myFedoraAPIA = myFClient.getAPIA(); > > produces an exception (see below), because getAPIA() apparently tries to > access http://localhost:8180/barc

[Fedora-commons-users] Using the PROAI based OAI Provider instead of Fedora's basic provider

2009-04-06 Thread Tiago Cunha
Hello, I am currently trying to get the PROAI based OAI Provider (http://fedora-commons.org/confluence/display/FCSVCS/OAI+Provider+Service+1.2) to work with Fedora 3.1. I've made a checkout of the code and built the WAR file for it, and after some tweaking with the configuration files, it is n

[Fedora-commons-users] apidocs and source online?

2009-04-06 Thread arne anka
doing in my code l.87: myFClient = new FedoraClient("url", "user", "password"); l.88: myFedoraAPIA = myFClient.getAPIA(); produces an exception (see below), because getAPIA() apparently tries to access http://localhost:8180/barclient2/describe?xml=true while trying to solve the issue i noticed,