Re: [Dspace-tech] Export archive "restricted"?

2013-04-19 Thread Alan Orth

Helix,

I just did a more-thorough test on demo.dspace.org.  I added Demo 
Community Administrator as an administrator of the "haris community" [1] 
and Demo Collection Administrator as an administrator of the "haris 
collection" [2].  When either are logged in, there's a new menu item 
that appears in their respective community/collection: Context -> Export 
Metadata. Despite the option appearing, neither of them are able to 
actually export the meta data; the error message is as before, " This 
export archive is restricted."


Note, I'm not exporting communities or collections, just the metadata; 
it seems you must be a site-wide administrator to be allowed to export 
meta data as a CSV.  I'm not sure why the option appears if it's not 
allowed...


Hope that clarifies and possibly helps someone else.

[1] http://demo.dspace.org/xmlui/handle/10673/2432
[2] http://demo.dspace.org/xmlui/handle/10673/2433

On 04/17/2013 03:45 PM, helix84 wrote:

Hi Alan,

I admit I did only a single test on demo where I exported a community 
using the community admin's account, but the test was successful, as 
you can still see when you look at that account's "My Exports".


I used the "dspacedemo+commad...@gmail.com 
" account to export the 
following community (which he's an admin of):

http://demo.dspace.org/xmlui/handle/10673/1

What did you do differently while testing on demo? Are you sure the 
community or collection admin you tried was really an admin for that 
particular community/collection?



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my wish 
has come true because I can no longer figure out how to use my telephone." -Bjarne 
Stroustrup, inventor of C++

--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How to access Dsapce Database tables (Postgres) to use dsapce data in my own application ??

2013-04-19 Thread Nishant Goyal
I have created a timeline view GUI to show contents submitted in various
communities sorted as per the timestamp. But i am not able to access any
metadata table of dsapce. I am a beginner in dspace but have some idea of
java and jsp files. i am running version 1.8.2 on windows. Please help !!!


-- 
Nishant Goyal
IIT MANDI
--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to access Dsapce Database tables (Postgres) to use dsapce data in my own application ??

2013-04-19 Thread Mark H. Wood
On Fri, Apr 19, 2013 at 08:00:28PM +0530, Nishant Goyal wrote:
> I have created a timeline view GUI to show contents submitted in various
> communities sorted as per the timestamp. But i am not able to access any
> metadata table of dsapce. I am a beginner in dspace but have some idea of
> java and jsp files. i am running version 1.8.2 on windows. Please help !!!

Well, "not able to access" could mean a number of things.

Step by step, giving specific commands and messages:

o  What did you try?
o  What did you expect?
o  What happened instead?

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to access Dsapce Database tables (Postgres) to use dsapce data in my own application ??

2013-04-19 Thread Nishant Goyal
I tried figuring the information flow in dsapce ( i.e. how dspace webapps
are communicating with database). I looked for search form(in home.jsp file
in webapps/jspui folder) which has in its action tag something like
this *
*..

request.getContextPath() translates to "/jspui" . But jspui folder in
webapps does not have any "simple search" file. So where is form actually
sending search field data ?

I want to check how (using jdbc connectors or something else) dsapce web
interface is accessing database, so that i may use same technique to access
database content for my timeline.

If there is some other approach to this please tell.



On Fri, Apr 19, 2013 at 8:16 PM, Mark H. Wood  wrote:

> On Fri, Apr 19, 2013 at 08:00:28PM +0530, Nishant Goyal wrote:
> > I have created a timeline view GUI to show contents submitted in various
> > communities sorted as per the timestamp. But i am not able to access any
> > metadata table of dsapce. I am a beginner in dspace but have some idea of
> > java and jsp files. i am running version 1.8.2 on windows. Please help
> !!!
>
> Well, "not able to access" could mean a number of things.
>
> Step by step, giving specific commands and messages:
>
> o  What did you try?
> o  What did you expect?
> o  What happened instead?
>
> --
> Mark H. Wood, Lead System Programmer   mw...@iupui.edu
> Machines should not be friendly.  Machines should be obedient.
>
>
> --
> 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
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>



-- 
Nishant Goyal
IIT MANDI
--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Aggressive XMLUI cache

2013-04-19 Thread Alan Orth

All,

I've been battling with overly-aggressive XMLUI caching ever since 
version 1.7.  We use DSpace 3.1 with 14 different XMLUI themes, and 
after a fresh restart it only takes around 5 minutes before themes start 
getting jumbled between communities.  1.8 introduced the ability to 
clear the Cocoon Cache from the Control Panel, but that only solves the 
problem temporarily.


I see a few XMLUI caching issues on JIRA, but they look to be only 
slightly related:


 * https://jira.duraspace.org/browse/DS-298
 * https://jira.duraspace.org/browse/DS-871

Client-side caching is expressly prohibited via mod_headers in our httpd 
reverse proxy, so I'm positive it's not a browser issue.


Can anyone shed insight on this?

Adios,

--
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
"I have always wished for my computer to be as easy to use as my telephone; my wish 
has come true because I can no longer figure out how to use my telephone." -Bjarne 
Stroustrup, inventor of C++

--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How to change message.properties

2013-04-19 Thread jayachandra B
Hi, I have installed dspace 1.8.2. Before installation, I have changed
message.prepoerties which is located
in dspace\dspace-1.8.2-src-release\dspace-api\src\main\resources. But after
changes are made I have installation. But the message properties changes
are not affecting. Please help me


Thank you

-- 
Regards
Jayachandra
--
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___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette