Mark Leggott | 6 May 2013 22:11
Picon
Gravatar

[fcrepo-dev] Open Repositories 2013 Conference Coming Soon to an Island Near You

Dear Repository Community,

Open Repositories 2013 is coming up soon - July 8-12 in beautiful Prince Edward Island. We had an awesome
response to the request for proposals and an initial list of sessions is available at:

 http://or2013.net/content/accepted-sessions

We are also getting final details in place for the Hackfest and Dev Challenge, but in the meantime we have an
initial information page available at:

 http://or2013.net/content/or-2013-dev-challenge-event

The Conference team is working hard on making sure the facilities are ready and that you also have an
engaging set of social activities to meet with your colleagues and have fun. We want to encourage you to
take advantage of our Early Bird registration, valid until May 10, after which the fee will go from $450 to
$495. We would also encourage you to book your flights and accommodation as soon as you can to make sure you
get a front row seat for what is shaping up to be a great conference. The main conference hotel (The Delta)
will be releasing room held back for OR attendees by May 10, so if you wish to stay at the Conference hotel
this is your chance to guarantee that will happen.

 http://or2013.net/content/loc/accommodations

We look forward to seeing you in PEI!

Sincerely,

Jon Dunn, Sarah Shreeves (Program Co-Chairs) and Mark Leggott (Conference Chair)
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
(Continue reading)

Jie Chen | 2 May 2013 16:12
Favicon

[fcrepo-dev] filesystem in fedora

Hi All,

Could anyone please help me on below questions?

I am just wondering how the file system works in Fedora Commons:

1. where are those html,image,video files located?

2. what is the mechanism for Fedora to protect those user imported files, in other words, how the system
ensure those files are available?

3.What if the hard disk is broken down, is there any way to restore those user's data/files?

4.it is said that there is a deamon  module to check the files from time to time, it is true? where can  I get any
documents about the APIs to communicate with that moudle?

Best regards,

Jay

____________________________________________________________
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Check it out at http://www.inbox.com/earth

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
(Continue reading)

Edwin Shin | 25 Apr 2013 16:22
Favicon
Gravatar

[fcrepo-dev] no committers call today

Since most of the committers are traveling in Boston-area today, no call today. Sorry for the late notice.
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
jan schnasse | 18 Apr 2013 11:57
Picon
Picon
Gravatar

[fcrepo-dev] fcrepo build error repo.aduna-software.org

Hi all,

fcrepo and mulgara, both define dependencies to an old sesame 2.2.1 version which is not longer provided
via repo.aduna-software.org (the domain is not longer in use). This concerns all fcrepo 3.6.X versions
and the current snapshot on github. Is someone able to fix the problem?

Cheers
Jan

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
jan schnasse | 16 Apr 2013 11:07
Picon
Picon
Gravatar

[fcrepo-dev] aduna repo down

Hi all,
 
it appears [1] that aduna is not longer publishing artifacts in their maven repository [2]. The aduna repository is down since yesterday. Now, I have problems to build my fedora project because fcrepo 3.6.X points to the aduna repo.
 
Best
Jan Schnasse
 
[1] <http://sourceforge.net/mailarchive/message.php?msg_id=30727718>
 
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
Tayal, Nikhil | 3 Apr 2013 22:06
Favicon

[fcrepo-dev] Need to keep Dublin Core information Fedora Object Headers at low level storage

Hi,

 

I have been working on sending DC fields information from Fedora to low level storage for the Fedora Object as file system headers.

I was able to get the information from DCFields for the DC datastream associated to the DigitalObject during creation of the Digital Object and send that as metadata in getMetadataForAboutToBeStoredObject method of FedoraHintsProvider Implementation that I did.

 

The concern I have now is that if I update the DC datastream later on(say add a description in the xml), it’s only the Datastream that gets updated at the low level storage but the Object headers at the low level storage are still the same although the corresponding DC data has changed.

 

Is there some way I can trigger an update of the associated Parent digital object too every time I update DC datastream?

 

Or, should I look at fixing this issue in some other way?

 

Thanks

Nikhil Tayal

Student Programmer

UIUC Digital Library Research Lab

 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
Tayal, Nikhil | 29 Mar 2013 20:19
Favicon

[fcrepo-dev] Clean way to access DC metadata from DigitalObject

Hello,

 

I am currently working on developing an implementation of FedoraHintsProvider API which enables us to send hints from fedora to the low level store.

 

In the getHintsForObjectToBeStored, I can get a handle to the DigitalObject instance corresponding to my Fedora Object. What I need to do is to access the Dublin Core datastream metadata for the object and send that as the metadata. I was wondering if there is a clean way to access the Dublin core data given a DigitalObject. I am not convinced with the idea of parsing the Dublin Core datastream XML in order to get that information. I can see that DCFields class in the utilities package that has some information about the Dublin Core and I am wondering if I can somehow get an access to the handle of the instance of this class corresponding to the Dublin Core of my Fedora DigitalObject instance. Please let me know if I am thinking in the right direction.

 

Thanks,

Nikhil Tayal

Student Programmer

UIUC Digital Library Research Lab

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
Uosukainen Liisa | 22 Mar 2013 10:59
Picon

[fcrepo-dev] How to configure GSearch/Solr and Fedora running on different servers

Hi,

I am trying to configure GSearch&Solr and Fedora to run on different servers. When GSearch, Solr and Fedora are running on the same server, everything works fine.

What has to be done in configurations when GSearch and Solr are moved to different server.

 

I modified fgsconfig-basic.properties in new server and changed:

 

    fedoraBase=http://host1:8080

 

and run ant -f fgsconfig-basic.xml

 

Then I modified fedora.fcfg in another server and changed:

 

    <!-- <module role="org.fcrepo.server.storage.DOManager" class="org.fcrepo.server.storage.DefaultDOManager"> -->

    <module role="org.fcrepo.server.storage.DOManager" class="org.fcrepo.server.storage.GSearchDOManager">

 

    <!-- <param name="gSearchPassword" value="examplePassword"> -->

    <param name="gSearchPassword" value="fgsAdmin">

 

    <!-- <param name="gSearchUsername" value="exampleUsername"> -->

    <param name="gSearchUsername" value="fgsAdmin">

 

    <!-- <param name="gSearchRESTURL" value="http://localhost:8080/fedoragsearch/rest"> -->

    <param name="gSearchRESTURL" value="http://host2:8080/fedoragsearch/rest">

 

    <comment>Fedora's Java Messaging Service (JMS) Module</comment>

    <!-- <param name="enabled" value="false"/> -->

    <param name="enabled" value="true"/>

 

After these modifications Fedoragsearch gfindObjects does not find anything and updateIndex shows error:

“Error getting API-M stub for repository: FgsRepos;  nested exception is: org.apache.commons.httpclient.ConnectTimeoutException:  The host did not accept the connection within timeout of 20000 ms”

 

Do you have any ideas what is missing?

 

Br,

Liisa

 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
Donald Brower | 8 Mar 2013 22:03
Picon
Favicon

[fcrepo-dev] Error in Fedora 3.6 Documentation?

The online docs for Fedora 3.6 say the path for the API-M method
getDatastreamHistory is

/objects/{pid}/datastreams/{dsid}/versions ? [format]

But, from playing with a local copy of Fedora, it seems the path is really

/objects/{pid}/datastreams/{dsid}/history ? [format]

I think this is just a mistake in the documentation.

-Don

--
Donald Brower, Ph.D.
Digital Library Infrastructure Lead
Hesburgh Libraries, University of Notre Dame

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
Tom Cramer | 8 Mar 2013 00:12
Picon
Favicon

[fcrepo-dev] request to sync Fedora & OR developers challenges for OR13

Peter, Mark, Don, Eddie, Sarah, Jon, (cc: Fedora Developers)

On a recent Fedora call, I was nominated to try and bring the OR13 and Fedora 4 developer challenges together at PEI. By way of this email, I'm hoping to get the OR hosts, program chairs and dev challenge coordinators to be in communication with the Fedora Futures team. By copying the Fedora developers lists, I hope to generate some awareness of and enthusiasm for the combined effort. 

This is an excerpt from a preconference / dev workshop proposal that we submitted on behalf of Fedora: 

As part of the Fedora Futures (FF) initiative, the FF Tech Team is rewriting the repository for what will be Fedora Version 4. As part of the rewrite, the FF Team invites developers from the OR community to:

-       install, run and test the software in a single or multi-node environment

-       run or extend the performance test harness to provide new measurements and data visualizations

-       contribute code, tests or documentation to the core repository

-       enhance or develop a new module or service to complement the repository

-       expose new Fedora 4 functionality in a new or existing (e.g. Hydra or Islandora) application 

A principal objective of the FF initiative is not only to give the project a clean code base, but also one that is a easy to work productively in, and a joy to enhance. The Fedora track of the OR13 developer’s challenge will give developers a chance to get into the project on the ground floor while participating in a fun and supportive team environment. 

(Please Note: This is a proposal for a Fedora Futures Developers’ Challenge. Ideally it will be run as part of the OR13 Dev Challenge. We are submitting this as a distinct proposal to ensure this it doesn’t get lost in the shuffle.)

Eddie Shin has volunteered to be the point person for FF in order to try and weave this strand into the greater OR Dev Challenge structure. Could we please begin a thread or set up a call to see if we merge the two effort? 

Thanks, 

- Tom
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
Stone Xiang | 8 Mar 2013 08:17
Picon
Favicon

[fcrepo-dev] no subject

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Fedora-commons-developers mailing list
Fedora-commons-developers@...
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Gmane