Arne, On Mon, Apr 6, 2009 at 9:46 AM, arne anka <[email protected]> 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/barclient2/describe?xml=true
The baseURL you provide to the FedoraClient constructor is the base URL of your running server, and should look something like http://localhost:8080/fedora At initialization, FedoraClient is trying to determine whether you've really got a server running there, and what version it is. > while trying to solve the issue i noticed, taht no apidoc nor source is > available online for fedora 3.1. > > the best i could get is > >> http://fedora-commons.org/confluence/display/FCR30/Fedora+Repository+3+Documentation > [...] > so, my question: > - where do i find the fedora 3.1 api docs online Looks like we missed putting them up for the 3.1 release...they are now linked from that wiki page, and are available at http://fedora-commons.org/documentation/3.1/javadocs > - where do i find the fedora 3.1 sources online Web-browsable sources are available here: Fedora 3.1: http://fedora-commons.svn.sourceforge.net/viewvc/fedora-commons/fedora/tags/release-3.1/ Trunk: http://fedora-commons.svn.sourceforge.net/viewvc/fedora-commons/fedora/trunk/ - Chris ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
