[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Mark Kariuki

helix84 wrote
> 
> 
> I just checked and the reason why you're getting a blank page is that
> you instructed Tomcat to make the XMLUI webapp available at the
> "/xmlui" URL. It seems this theme assumes that XMLUI is bount to the
> root URL: "/". You can change this Context configuration in server.xml
> 
> 

I think I spoke too soon, I have not been able to modify the configurations
to do as you instructed above. I tried changing the context by following 
http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0
These instructions from StackOverflow  but I am stuck with the same issue of
not being able to run a search with the SUNScholar theme. I am using Tomcat
7 on Windows currently, so I cannot really run the commands that Hilton gave
that are for Ubuntu environment, but eventually I shall run them on the
Ubuntu server on Rackspace. Please help


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655919.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about compiling in DSpace 1.8.2

2012-06-26 Thread George S Kozak
Thanks, helix84:

That's what I get for not reading my emails more carefully :-)

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, June 26, 2012 4:24 PM
To: George S Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about compiling in DSpace 1.8.2

On Tue, Jun 26, 2012 at 10:10 PM, George S Kozak  wrote:
> After I compile things, I find that /webapps/jspui/WEB-INF/ 
> dspace-tags.tld (and) web.xml do not have the changes that I placed in 
> the source code.

Hi George,

sounds exactly like this problem answered today. Candidate for a FAQ.

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg17632.html

Regards,
~~helix84
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Question about compiling in DSpace 1.8.2

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 10:10 PM, George S Kozak  wrote:
> After I compile things, I find that /webapps/jspui/WEB-INF/
> dspace-tags.tld (and) web.xml do not have the changes that I placed in the
> source code.

Hi George,

sounds exactly like this problem answered today. Candidate for a FAQ.

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg17632.html

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Question about compiling in DSpace 1.8.2

2012-06-26 Thread George S Kozak
Hi

I am finally working on migrating my DSpace 1.7.1  site to DSpace 1.8.2.  I 
made all of my local mods which includes using Wisconsin's code for allowing 
exporting of metadata to RefWorks.  Everything compiled OK, but I am having a 
problem which I did not experience in the past.

Part of getting the RefWorks module to work requires changing:  
/dspace-jspui/dspace-jspui-webapp/src/main/webapp/WEB-INF/dspace-tags.tld
 (and) web.xml

After I compile things, I find that /webapps/jspui/WEB-INF/ 
dspace-tags.tld (and) web.xml do not have the changes that I placed in the 
source code.

I know this worked in DSpace 1.7.1.  Does someone know why the changes are not 
making it into the jspui?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I think I got it.  Here is what I have (TEMP-BOGUS is our handle prefix in
dev. ):

  

Thanks!


On Tue, Jun 26, 2012 at 3:22 PM, Jose Blanco  wrote:

> I think in both of these cases the Label will be printed in each line.  I
> want Label only to appear in the 1st line.
>
> I'm thinking of using a variable to contain all the nodes I need, so I
> have this so far ( note that now the example has to do with what I'm
> actually working on )
>
>  select="dim:field[@element='identifier' and
> @qualifier='uri']">
>
> But what I really want is for the variable alluris to contain all the uris
> except the handle, so I want to add something like this:
>
> not(contains(./node(),'OUR_HANDLE_PRFIX'))
>
> to the variable, but how do I add that to the to the select in the
> variable declaration (syntax)?
>
> I think once I have a list of things I want to display, I can go from
> there.
>
> Thank you!
> Jose
>
>
>
> On Tue, Jun 26, 2012 at 3:00 PM, helix84  wrote:
>
>> Here's a template that will do it. It could be simpler, but I tried to
>> make it illustrate the concept. Let me know if there is something you
>> don't understand.
>>
>> 
>>
>>
>>
>>
>>
>>
>>
>> 
>>
>> Regards,
>> ~~helix84
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I think in both of these cases the Label will be printed in each line.  I
want Label only to appear in the 1st line.

I'm thinking of using a variable to contain all the nodes I need, so I have
this so far ( note that now the example has to do with what I'm actually
working on )



But what I really want is for the variable alluris to contain all the uris
except the handle, so I want to add something like this:

not(contains(./node(),'OUR_HANDLE_PRFIX'))

to the variable, but how do I add that to the to the select in the variable
declaration (syntax)?

I think once I have a list of things I want to display, I can go from there.

Thank you!
Jose


On Tue, Jun 26, 2012 at 3:00 PM, helix84  wrote:

> Here's a template that will do it. It could be simpler, but I tried to
> make it illustrate the concept. Let me know if there is something you
> don't understand.
>
> 
>
>
>
>
>
>
>
> 
>
> Regards,
> ~~helix84
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 9:30 PM, Jose Blanco  wrote:
>   

Yes, that's another possible notation. And the most concise.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 9:22 PM, Jose Blanco  wrote:
> I think in both of these cases the Label will be printed in each line.  I
> want Label only to appear in the 1st line.

I don't understand. What do you mean by lines?

> I'm thinking of using a variable to contain all the nodes I need, so I have
> But what I really want is for the variable alluris to contain all the uris
> except the handle, so I want to add something like this:
>
> not(contains(./node(),'OUR_HANDLE_PRFIX'))
>
> to the variable, but how do I add that to the to the select in the variable
> declaration (syntax)?

Here are two ways to achieve the same thing. If the node doesn't
contain OUR_HANDLE_PREFIX, the variable will be assigned an empty
string.
















Also note that "." is equivalent to "./node()".

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread helix84
Here's a template that will do it. It could be simpler, but I tried to
make it illustrate the concept. Let me know if there is something you
don't understand.











Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Mark Kariuki
Thank you, this is the reason for the blank page, I am not used to the Tomcat
environment at all, so I apologise if this is just too obvious. Thanks
again.


helix84 wrote
> 
> 
> I just checked and the reason why you're getting a blank page is that
> you instructed Tomcat to make the XMLUI webapp available at the
> "/xmlui" URL. It seems this theme assumes that XMLUI is bount to the
> root URL: "/". You can change this Context configuration in server.xml
> 
> Regards,
> ~~helix84
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@.sourceforge
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655908.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Mark Kariuki
Hi Hilton,

I am using DSpace 1.8.2 and as for the link, I dont have one yet, I am
working from my local machine since I am a noob, then at the end of the week
I am hoping to push it up to my organizations Rackspace server, where DSpace
is already setup but lacking any customizations. So what I am doing is
working on customizations locally, then documenting so that I can replicate
these on the server. I will put up a link once this is done.


Hilton Gibson-2 wrote
> 
> 
> What version of DSpace are you using?
> And please send us a link to your repo.
> 
> Thx.
> 
> hg
> 
> On 26 June 2012 15:51, Mark Kariuki  wrote:
> 
>> Hi,
>>
>> I bet this is really old by now but I wanted to use this theme and I
>> actually installed it, by setting the correct configs in xmlui.xconf but
>> my
>> search did not work. I am very new to this and I have no idea how to fix
>> this, and I have been lookin all over for the solution. I noticed you
>> said
>> that you removed search, could you please give me a clue as to how to put
>> it
>> back or maybe a hint on how to further customize the theme? (in terms of
>> how
>> to move stuff around)..I hope that is not very general though.
>>
>> Thanks
>>
>> Mark Kariuki
>> FAO Somalia
>>
>>
>> Hilton Gibson-2 wrote
>> >
>> >
>> > We did a mod to remove the login and search on the front page.
>> > See:
>> >
>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation#Structural_changes
>> >
>> > And the result is: http://scholar.sun.ac.za
>> >
>> > Perhaps a space somewhere officially can be created to address design
>> > and styling ?
>> >
>> > Cheers
>> >
>> > hg
>> >
>> > --
>> > Hilton Gibson
>> > Systems Administrator
>> > JS Gericke Library
>> > Room 1053
>> > Stellenbosch University
>> > Private Bag X5036
>> > Stellenbosch
>> > 7599
>> > South Africa
>> >
>> > Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>> >
>> > "Simplicity is the ultimate sophistication"
>> >   Leonardo da Vinci
>> >
>> >
>> >
>> --
>> > Start uncovering the many advantages of virtual appliances
>> > and start using them to simplify application deployment and
>> > accelerate your shift to cloud computing.
>> > http://p.sf.net/sfu/novell-sfdev2dev
>> > ___
>> > DSpace-tech mailing list
>> > DSpace-tech@.sourceforge
>> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> >
>>
>>
>> --
>> View this message in context:
>> http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655881.html
>> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@.sourceforge
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
> 
> 
> 
> -- 
> *Hilton Gibson*
> Systems Administrator
> JS Gericke Library
> Room 1025D
> Stellenbosch University
> Private Bag X5036
> Stellenbosch
> 7599
> South Africa
> 
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> http://www.sun.ac.za/library
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@.sourceforge
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655907.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] looking for xslt example using filtering

2012-06-26 Thread Jose Blanco
I'm looking for an example of how to filter out a value for display.  I'm
trying to use this logic to change something in the short item display.
So, for example,

Given:
123_abc
456_abc
789_abc

if  does NOT contain 123, display this:

Label: 456_abc
  789_abc

in the case where  only contains 123, don't display anything.

So if you have
123_abc

You should not display anything - just skip it.

Thank you!
Jose
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread Tim Donohue
Amjad,

Your development practices are really up to you.  We generally recommend 
developers put edited copies into dspace/modules (just cause it allows 
you to more easily determine what files you've changed, and manage your 
modifications separate from the DSpace codebase).  But, some developers 
choose to manage their changes in different ways.

So, you should determine what way works best for you and then use the 
appropriate build command to meet your needs.

- Tim

On 6/26/2012 10:26 AM, AMJAD USMAN wrote:
> Hi Tim,
> Yes absolutely you are right. I am running Quick Build command. And i am
> not copying the edited files to modules.
> I am making changes in the files and save them.
>
> By the way if i need customization in submission forms and their
> respective pages, where should i put my edited files:
> in dspace/modules
>
> or should i run full build command.
>
> Regards
> amjad
>
>
>  > Date: Tue, 26 Jun 2012 10:12:30 -0500
>  > From: tdono...@duraspace.org
>  > To: amjad...@hotmail.com
>  > CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
>  > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
>  >
>  > Hi Amjad,
>  >
>  > I'm guessing here, but it's possible you are running 'mvn package' from
>  > the wrong location.
>  >
>  > Starting in DSpace 1.8.0, there are now two different build options:
>  >
>  > 1. Full Build (recompiles *everything*) - run from root [dspace-source]
>  > directory (In NetBeans the project is named "DSpace Parent Project")
>  >
>  > 2. Quick Build (just recompiles Maven Overlays) - run from
>  > [dspace-source]/dspace/ directory (in NetBeans, the project is named
>  > "DSpace Assembly & Configuration")
>  >
>  > These build options are described in more detail in the Documentation
>  > at: https://wiki.duraspace.org/display/DSDOC18/Advanced+Customisation
>  >
>  > What this all means is that, if you are using the #2 build option (which
>  > I'm guessing you are), the *only code* that gets recompiled/applied is
>  > code in the directories under [dspace-source]/dspace/modules/. But, if
>  > you use the #1 build option, then other changes will be
>  > recompiled/applied successfully.
>  >
>  > The reason for these two build options is that a full build can take a
>  > long time, so we wanted a way to offer a quick build option and also
>  > encourage folks to use Maven Overlays to better separate their code
>  > customizations from out-of-the-box DSpace (again see docs link above for
>  > more info).
>  >
>  > I hope that helps!
>  >
>  > - Tim
>  >
>  >
>  > On 6/26/2012 9:49 AM, AMJAD USMAN wrote:
>  > > Hi Tim,
>  > > It worked. Thanks for the explanation.
>  > >
>  > > one more question:
>  > > i am trying to customize submission and its workflow.
>  > > when i modify any thing in source then i do
>  > > mvn package
>  > > ant update
>  > > restart tomcat server
>  > >
>  > > but it does not reflect the changes i made in source.
>  > >
>  > > can you guide in this regard?
>  > >
>  > > regards
>  > > amjad
>  > >
>  > > > Date: Tue, 26 Jun 2012 09:31:28 -0500
>  > > > From: tdono...@duraspace.org
>  > > > To: amjad...@hotmail.com
>  > > > CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
>  > > > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
>  > > >
>  > > > Hi Amjad,
>  > > >
>  > > > Part of the issue here is that, by default, NetBeans will *always*
>  > > > attempt to check all file license headers (by running 'mvn install'
>  > > > instead of 'mvn package'). For most developers, you really don't need
>  > > > this to occur (as DSpace is released with proper license headers).
>  > > >
>  > > > So, one way you can fix this is by customizing what the NetBeans
> "Build"
>  > > > option runs, so that it uses "package" *instead* of "install" (and
>  > > > therefore does not attempt to check any license headers).
>  > > >
>  > > > Here's how you can do that in NetBeans:
>  > > > 1. Right click on the project you are attempting to Build (e.g.
> "DSpace
>  > > > Assembly and Configuration"), and select "Properties"
>  > > > 2. Go to the "Actions" category on the left
>  > > > 3. Select the "Build project" action.
>  > > > 4. In the "Execute goals" change "install" to "package"
>  > > > 5. Now select the "Clean and Build Project" action
>  > > > 6. In the "Execute goals" change "clean install" to "clean package"
>  > > > 7. Finally, select the "Build with Dependencies" action
>  > > > 8. In the "Execute goals" change "install" to "package"
>  > > >
>  > > > Now, for that project, each time you run any of the 3 build commands
>  > > > (Build, Clean & Build, or Build with Dependencies) NetBeans will
> use the
>  > > > Maven 'package' command instead of the 'install' command. You'd
> have to
>  > > > do this customization for any NetBeans project that you want to build
>  > > > using those commands.
>  > > >
>  > > > As an alternative, you could also create your own custom NetBeans
>  > > > commands (which can be run across any/all projects) by doing t

[Dspace-tech] FW: How to show Document ID in which search was found

2012-06-26 Thread Tom Autry
Never got a response on the first post so resending to see if anyone has any 
ideas or comments.

Is there a way to show the Document ID (and/or other information) in which the 
searched items were found within XMLUI on 1.8.2?  We have multiple documents 
attached to items and would like to know which document matched the search 
terms from the text extracts.


Thanks.

Tom Autry
Coffing Corporation
3136 Presidential Drive
Fairborn, Ohio 45324
Office: 937-458-6100
Cell: 937-361-4680
Email: tom.au...@coffingco.com

From: Tom Autry [mailto:tom.au...@coffingco.com]
Sent: Monday, June 04, 2012 10:58 AM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] How to show Document ID in which search was found

Is there a way to show the Document ID (and/or other information) in which the 
searched items were found within XMLUI on 1.8.2?  We have multiple documents 
attached to items and would like to know which document matched the search 
terms from the text extracts.


Thanks.

Tom Autry
Coffing Corporation
3136 Presidential Drive
Fairborn, Ohio 45324
Office: 937-458-6100
Cell: 937-361-4680
Email: tom.au...@coffingco.com



This e-mail message and any attachments may contain legally privileged, 
confidential or proprietary information. If you are not the intended 
recipient(s),or the employee or agent responsible for delivery of this message 
to the intended recipient(s), you are hereby notified that any dissemination, 
distribution or copying of this e-mail message is strictly prohibited. If you 
have received this message in error, please immediately notify the sender and 
delete this e-mail message from your computer. Any views expressed in this 
message are those of the individual sender and may not necessarily reflect the 
views of the company.


This e-mail message and any attachments may contain legally privileged, 
confidential or proprietary information. If you are not the intended 
recipient(s),or the employee or agent responsible for delivery of this message 
to the intended recipient(s), you are hereby notified that any dissemination, 
distribution or copying of this e-mail message is strictly prohibited. If you 
have received this message in error, please immediately notify the sender and 
delete this e-mail message from your computer. Any views expressed in this 
message are those of the individual sender and may not necessarily reflect the 
views of the company.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] unrestricted a collection, items still restricted.

2012-06-26 Thread Thornton, Susan M. (LARC-B702)[LITES]
I've had this situation occur where AFTER I've imported my documents, I've 
changed the permission level of the collection.  Unfortunately, just changing 
the permission level does not propagate to the Items in your Collection.  To 
resolve my issue, I used the "Advanced/Item Wildcard Policy Admin Tool" on the 
Administrator menu under "Authorization", but I'm not sure this will work for 
you since you say you have mixed Items in your collection (some are restricted, 
some are not).  In this case, you might have to use the "Manage an Item's 
Policies" option on the same menu.

So we don't ever get in this situation, we group our Collections such that all 
Items and documents in a single collection have the same access constraints.  
It can get very complicated and be a maintenance nightmare to mix them.

Hope this helps,
Best regards,
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903


-Original Message-
From: Titus, Gene W [mailto:g.ti...@austin.utexas.edu] 
Sent: Tuesday, June 26, 2012 8:07 AM
To: dspace-tech
Subject: Re: [Dspace-tech] unrestricted a collection, items still restricted.

Hi helix84,

Thanks for the response.  I checked with the stakeholder and unfortunately  
there are items in the collection that will need to remain restricted, so a 
global change is not an option.

Back to my original question, if I know the handle of the items I want to make 
unrestricted (there are roughly ~200), can I use the resource_id from the 
handle table as my hook into the resourcepolicy table via 
resourcepolicy.resource_id to know which entries in the resourcepolicy table to 
set resourcepolicy.epersongroup_id=0.

Thanks,
Gene




On 6/25/12 2:33 PM, "helix84"  wrote:

>This seems to be a frequently asked question, so I documented it here:
>
>https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-Ich
>ang 
>edaccessrestrictionsonacollections%2Cbutrestrictionsdidn'tchangeonitsit
>ems
>
>Regards,
>~~helix84


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Hi Tim,Yes absolutely you are right. I am running Quick Build command. And i am 
not copying the edited files to modules.I am making changes in the files and 
save them.
By the way if i need customization in submission forms and their respective 
pages, where should i put my edited files:in dspace/modules
or should i run full build command.
Regardsamjad


> Date: Tue, 26 Jun 2012 10:12:30 -0500
> From: tdono...@duraspace.org
> To: amjad...@hotmail.com
> CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Build error dspace 1.8.2
> 
> Hi Amjad,
> 
> I'm guessing here, but it's possible you are running 'mvn package' from 
> the wrong location.
> 
> Starting in DSpace 1.8.0, there are now two different build options:
> 
> 1. Full Build (recompiles *everything*) - run from root [dspace-source] 
> directory (In NetBeans the project is named "DSpace Parent Project")
> 
> 2. Quick Build (just recompiles Maven Overlays) - run from 
> [dspace-source]/dspace/ directory (in NetBeans, the project is named 
> "DSpace Assembly & Configuration")
> 
> These build options are described in more detail in the Documentation 
> at: https://wiki.duraspace.org/display/DSDOC18/Advanced+Customisation
> 
> What this all means is that, if you are using the #2 build option (which 
> I'm guessing you are), the *only code* that gets recompiled/applied is 
> code in the directories under [dspace-source]/dspace/modules/.  But, if 
> you use the #1 build option, then other changes will be 
> recompiled/applied successfully.
> 
> The reason for these two build options is that a full build can take a 
> long time, so we wanted a way to offer a quick build option and also 
> encourage folks to use Maven Overlays to better separate their code 
> customizations from out-of-the-box DSpace (again see docs link above for 
> more info).
> 
> I hope that helps!
> 
> - Tim
> 
> 
> On 6/26/2012 9:49 AM, AMJAD USMAN wrote:
> > Hi Tim,
> > It worked. Thanks for the explanation.
> >
> > one more question:
> > i am trying to customize submission and its workflow.
> > when i modify any thing in source then i do
> > mvn package
> > ant update
> > restart tomcat server
> >
> > but it does not reflect the changes i made in source.
> >
> > can you guide in this regard?
> >
> > regards
> > amjad
> >
> >  > Date: Tue, 26 Jun 2012 09:31:28 -0500
> >  > From: tdono...@duraspace.org
> >  > To: amjad...@hotmail.com
> >  > CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
> >  > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
> >  >
> >  > Hi Amjad,
> >  >
> >  > Part of the issue here is that, by default, NetBeans will *always*
> >  > attempt to check all file license headers (by running 'mvn install'
> >  > instead of 'mvn package'). For most developers, you really don't need
> >  > this to occur (as DSpace is released with proper license headers).
> >  >
> >  > So, one way you can fix this is by customizing what the NetBeans "Build"
> >  > option runs, so that it uses "package" *instead* of "install" (and
> >  > therefore does not attempt to check any license headers).
> >  >
> >  > Here's how you can do that in NetBeans:
> >  > 1. Right click on the project you are attempting to Build (e.g. "DSpace
> >  > Assembly and Configuration"), and select "Properties"
> >  > 2. Go to the "Actions" category on the left
> >  > 3. Select the "Build project" action.
> >  > 4. In the "Execute goals" change "install" to "package"
> >  > 5. Now select the "Clean and Build Project" action
> >  > 6. In the "Execute goals" change "clean install" to "clean package"
> >  > 7. Finally, select the "Build with Dependencies" action
> >  > 8. In the "Execute goals" change "install" to "package"
> >  >
> >  > Now, for that project, each time you run any of the 3 build commands
> >  > (Build, Clean & Build, or Build with Dependencies) NetBeans will use the
> >  > Maven 'package' command instead of the 'install' command. You'd have to
> >  > do this customization for any NetBeans project that you want to build
> >  > using those commands.
> >  >
> >  > As an alternative, you could also create your own custom NetBeans
> >  > commands (which can be run across any/all projects) by doing the
> > following:
> >  > 1. Right click on *any* project.
> >  > 2. Select "Custom -> Goals..."
> >  > 3. In the "Goals:" field type "package"
> >  > 4. Select "Remember as:" (at bottom) and enter in "Package" (or some
> >  > name you will remember)
> >  > 5. Click OK
> >  > Now, you can right click on any project, and go to "Custom -> Package"
> >  > to run a Maven "package" of that project.
> >  >
> >  > I hope that helps.
> >  >
> >  > - Tim
> >  >
> >  >
> >  > On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
> >  > > Dear Helix,
> >  > >
> >  > > I dont know the reason, why it is behaving like this.
> >  > > i have checked my jdk, (1.7), maven (3) and also proxy parameters are
> >  > > set according.
> >  > >
> >  > > When i build it through command prompt, it gives 

Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread Tim Donohue
Hi Amjad,

I'm guessing here, but it's possible you are running 'mvn package' from 
the wrong location.

Starting in DSpace 1.8.0, there are now two different build options:

1. Full Build (recompiles *everything*) - run from root [dspace-source] 
directory (In NetBeans the project is named "DSpace Parent Project")

2. Quick Build (just recompiles Maven Overlays) - run from 
[dspace-source]/dspace/ directory (in NetBeans, the project is named 
"DSpace Assembly & Configuration")

These build options are described in more detail in the Documentation 
at: https://wiki.duraspace.org/display/DSDOC18/Advanced+Customisation

What this all means is that, if you are using the #2 build option (which 
I'm guessing you are), the *only code* that gets recompiled/applied is 
code in the directories under [dspace-source]/dspace/modules/.  But, if 
you use the #1 build option, then other changes will be 
recompiled/applied successfully.

The reason for these two build options is that a full build can take a 
long time, so we wanted a way to offer a quick build option and also 
encourage folks to use Maven Overlays to better separate their code 
customizations from out-of-the-box DSpace (again see docs link above for 
more info).

I hope that helps!

- Tim


On 6/26/2012 9:49 AM, AMJAD USMAN wrote:
> Hi Tim,
> It worked. Thanks for the explanation.
>
> one more question:
> i am trying to customize submission and its workflow.
> when i modify any thing in source then i do
> mvn package
> ant update
> restart tomcat server
>
> but it does not reflect the changes i made in source.
>
> can you guide in this regard?
>
> regards
> amjad
>
>  > Date: Tue, 26 Jun 2012 09:31:28 -0500
>  > From: tdono...@duraspace.org
>  > To: amjad...@hotmail.com
>  > CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
>  > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
>  >
>  > Hi Amjad,
>  >
>  > Part of the issue here is that, by default, NetBeans will *always*
>  > attempt to check all file license headers (by running 'mvn install'
>  > instead of 'mvn package'). For most developers, you really don't need
>  > this to occur (as DSpace is released with proper license headers).
>  >
>  > So, one way you can fix this is by customizing what the NetBeans "Build"
>  > option runs, so that it uses "package" *instead* of "install" (and
>  > therefore does not attempt to check any license headers).
>  >
>  > Here's how you can do that in NetBeans:
>  > 1. Right click on the project you are attempting to Build (e.g. "DSpace
>  > Assembly and Configuration"), and select "Properties"
>  > 2. Go to the "Actions" category on the left
>  > 3. Select the "Build project" action.
>  > 4. In the "Execute goals" change "install" to "package"
>  > 5. Now select the "Clean and Build Project" action
>  > 6. In the "Execute goals" change "clean install" to "clean package"
>  > 7. Finally, select the "Build with Dependencies" action
>  > 8. In the "Execute goals" change "install" to "package"
>  >
>  > Now, for that project, each time you run any of the 3 build commands
>  > (Build, Clean & Build, or Build with Dependencies) NetBeans will use the
>  > Maven 'package' command instead of the 'install' command. You'd have to
>  > do this customization for any NetBeans project that you want to build
>  > using those commands.
>  >
>  > As an alternative, you could also create your own custom NetBeans
>  > commands (which can be run across any/all projects) by doing the
> following:
>  > 1. Right click on *any* project.
>  > 2. Select "Custom -> Goals..."
>  > 3. In the "Goals:" field type "package"
>  > 4. Select "Remember as:" (at bottom) and enter in "Package" (or some
>  > name you will remember)
>  > 5. Click OK
>  > Now, you can right click on any project, and go to "Custom -> Package"
>  > to run a Maven "package" of that project.
>  >
>  > I hope that helps.
>  >
>  > - Tim
>  >
>  >
>  > On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
>  > > Dear Helix,
>  > >
>  > > I dont know the reason, why it is behaving like this.
>  > > i have checked my jdk, (1.7), maven (3) and also proxy parameters are
>  > > set according.
>  > >
>  > > When i build it through command prompt, it gives no errors. but it
> gives
>  > > errors in building through netbeans.
>  > >
>  > > Is there no netbean developer in the community ?
>  > >
>  > > regards
>  > > amjad
>  > >
>  > >
>  > > > From: heli...@centrum.sk
>  > > > Date: Tue, 26 Jun 2012 09:22:38 +0200
>  > > > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
>  > > > To: amjad...@hotmail.com
>  > > > CC: dspace-tech@lists.sourceforge.net
>  > > >
>  > > > 1) If this is really a connection issue - try disabling your firewall
>  > > > to determine if it's the cause; if you're using a proxy to connect to
>  > > > internet, read this:
>  > > >
>  > > >
>  > >
> https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
>  > > >
>  > > > 2) Is NetBeans set up to use the same JDK as from the command line?
>  

Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Hi Tim,It worked. Thanks for the explanation.
one more question:i am trying to customize submission and its workflow.
when i modify any thing in source then i domvn packageant updaterestart tomcat 
server
but it does not reflect the changes i made in source.
can you guide in this regard?
regardsamjad

> Date: Tue, 26 Jun 2012 09:31:28 -0500
> From: tdono...@duraspace.org
> To: amjad...@hotmail.com
> CC: heli...@centrum.sk; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Build error dspace 1.8.2
> 
> Hi Amjad,
> 
> Part of the issue here is that, by default, NetBeans will *always* 
> attempt to check all file license headers (by running 'mvn install' 
> instead of 'mvn package').  For most developers, you really don't need 
> this to occur (as DSpace is released with proper license headers).
> 
> So, one way you can fix this is by customizing what the NetBeans "Build" 
> option runs, so that it uses "package" *instead* of "install" (and 
> therefore does not attempt to check any license headers).
> 
> Here's how you can do that in NetBeans:
> 1. Right click on the project you are attempting to Build (e.g. "DSpace 
> Assembly and Configuration"), and select "Properties"
> 2. Go to the "Actions" category on the left
> 3. Select the "Build project" action.
> 4. In the "Execute goals" change "install" to "package"
> 5. Now select the "Clean and Build Project" action
> 6. In the "Execute goals" change "clean install" to "clean package"
> 7. Finally, select the "Build with Dependencies" action
> 8. In the "Execute goals" change "install" to "package"
> 
> Now, for that project, each time you run any of the 3 build commands 
> (Build, Clean & Build, or Build with Dependencies) NetBeans will use the 
> Maven 'package' command instead of the 'install' command. You'd have to 
> do this customization for any NetBeans project that you want to build 
> using those commands.
> 
> As an alternative, you could also create your own custom NetBeans 
> commands (which can be run across any/all projects) by doing the following:
> 1. Right click on *any* project.
> 2. Select "Custom -> Goals..."
> 3. In the "Goals:" field type "package"
> 4. Select "Remember as:" (at bottom) and enter in "Package" (or some 
> name you will remember)
> 5. Click OK
> Now, you can right click on any project, and go to "Custom -> Package" 
> to run a Maven "package" of that project.
> 
> I hope that helps.
> 
> - Tim
> 
> 
> On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
> > Dear Helix,
> >
> > I dont know the reason, why it is behaving like this.
> > i have checked my jdk, (1.7), maven (3) and also proxy parameters are
> > set according.
> >
> > When i build it through command prompt, it gives no errors. but it gives
> > errors in building through netbeans.
> >
> > Is there no netbean developer in the community ?
> >
> > regards
> > amjad
> >
> >
> >  > From: heli...@centrum.sk
> >  > Date: Tue, 26 Jun 2012 09:22:38 +0200
> >  > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
> >  > To: amjad...@hotmail.com
> >  > CC: dspace-tech@lists.sourceforge.net
> >  >
> >  > 1) If this is really a connection issue - try disabling your firewall
> >  > to determine if it's the cause; if you're using a proxy to connect to
> >  > internet, read this:
> >  >
> >  >
> > https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
> >  >
> >  > 2) Is NetBeans set up to use the same JDK as from the command line?
> >  > You can check the command-line version by running java -version.
> >  >
> >  > Regards,
> >  > ~~helix84
> >
> >
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >
> >
> >
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
> 
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Hilton Gibson
Or you can apply:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace#Step_8.1_Configure_the_default_ROOT_webapp

Cheers

hg

On 26 June 2012 16:18, helix84  wrote:

> On Tue, Jun 26, 2012 at 4:05 PM, Mark Kariuki 
> wrote:
> > I noticed that upon installing the theme and searching, it loads a blank
> > page and not the search result. I also noticed that the url it produces
> is
> > localhost:8081/search instead of localhost:8081/xmlui/search that the
> > default Mirage theme produces upon search. (I am sure I am talkin like an
> > absolute noob)
>
> I just checked and the reason why you're getting a blank page is that
> you instructed Tomcat to make the XMLUI webapp available at the
> "/xmlui" URL. It seems this theme assumes that XMLUI is bount to the
> root URL: "/". You can change this Context configuration in server.xml
>
> Regards,
> ~~helix84
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread Tim Donohue
Hi Amjad,

Part of the issue here is that, by default, NetBeans will *always* 
attempt to check all file license headers (by running 'mvn install' 
instead of 'mvn package').  For most developers, you really don't need 
this to occur (as DSpace is released with proper license headers).

So, one way you can fix this is by customizing what the NetBeans "Build" 
option runs, so that it uses "package" *instead* of "install" (and 
therefore does not attempt to check any license headers).

Here's how you can do that in NetBeans:
1. Right click on the project you are attempting to Build (e.g. "DSpace 
Assembly and Configuration"), and select "Properties"
2. Go to the "Actions" category on the left
3. Select the "Build project" action.
4. In the "Execute goals" change "install" to "package"
5. Now select the "Clean and Build Project" action
6. In the "Execute goals" change "clean install" to "clean package"
7. Finally, select the "Build with Dependencies" action
8. In the "Execute goals" change "install" to "package"

Now, for that project, each time you run any of the 3 build commands 
(Build, Clean & Build, or Build with Dependencies) NetBeans will use the 
Maven 'package' command instead of the 'install' command. You'd have to 
do this customization for any NetBeans project that you want to build 
using those commands.

As an alternative, you could also create your own custom NetBeans 
commands (which can be run across any/all projects) by doing the following:
1. Right click on *any* project.
2. Select "Custom -> Goals..."
3. In the "Goals:" field type "package"
4. Select "Remember as:" (at bottom) and enter in "Package" (or some 
name you will remember)
5. Click OK
Now, you can right click on any project, and go to "Custom -> Package" 
to run a Maven "package" of that project.

I hope that helps.

- Tim


On 6/26/2012 2:42 AM, AMJAD USMAN wrote:
> Dear Helix,
>
> I dont know the reason, why it is behaving like this.
> i have checked my jdk, (1.7), maven (3) and also proxy parameters are
> set according.
>
> When i build it through command prompt, it gives no errors. but it gives
> errors in building through netbeans.
>
> Is there no netbean developer in the community ?
>
> regards
> amjad
>
>
>  > From: heli...@centrum.sk
>  > Date: Tue, 26 Jun 2012 09:22:38 +0200
>  > Subject: Re: [Dspace-tech] Build error dspace 1.8.2
>  > To: amjad...@hotmail.com
>  > CC: dspace-tech@lists.sourceforge.net
>  >
>  > 1) If this is really a connection issue - try disabling your firewall
>  > to determine if it's the cause; if you're using a proxy to connect to
>  > internet, read this:
>  >
>  >
> https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
>  >
>  > 2) Is NetBeans set up to use the same JDK as from the command line?
>  > You can check the command-line version by running java -version.
>  >
>  > Regards,
>  > ~~helix84
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 4:05 PM, Mark Kariuki  wrote:
> I noticed that upon installing the theme and searching, it loads a blank
> page and not the search result. I also noticed that the url it produces is
> localhost:8081/search instead of localhost:8081/xmlui/search that the
> default Mirage theme produces upon search. (I am sure I am talkin like an
> absolute noob)

I just checked and the reason why you're getting a blank page is that
you instructed Tomcat to make the XMLUI webapp available at the
"/xmlui" URL. It seems this theme assumes that XMLUI is bount to the
root URL: "/". You can change this Context configuration in server.xml

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] strange DSpace 1.7.1 log entries

2012-06-26 Thread Tim Donohue
Just To clarify:

As helix84 discovered, this strange logging issue corresponds to this 
ticket: https://jira.duraspace.org/browse/DSRV-15

It was actually resolved in DSpace 1.8.0.  So, it will appear in all 
versions of 1.7.x.  However, as the ticket above explains, in most 
situations this error is not even really an error (instead it occurs 
because the "MBean" actually was already successfully unregistered 
previously and something else attempted to unregister it a second time).

So, essentially, it is safe to ignore these odd messages on 1.7.x.  Once 
you upgrade to 1.8.x it should disappear.

- Tim


On 6/25/2012 5:21 PM, Thornton, Susan M. (LARC-B702)[LITES] wrote:
> Unfortunately we have not upgraded to 1.8.2 yet, but I'll make a note to 
> check when we do (it's on our long to-do list!  :-)
> Thanks,
> Sue
>
>
> Sue Walker-Thornton
> (w):  (757) 864-2368
> (m):  (757) 506-9903
>
>
> -Original Message-
> From: helix84 [mailto:heli...@centrum.sk]
> Sent: Monday, June 25, 2012 1:54 PM
> To: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] strange DSpace 1.7.1 log entries
>
> On Mon, Jun 25, 2012 at 7:47 PM, Mark H. Wood  wrote:
>>> 2012-06-25 12:20:58,198 ERROR org.dspace.kernel.DSpaceKernelManager @
>>> WARN Failed to unregister the MBean:
>>> org.dspace:name=1a01ed7b-3f4d-4ae8-9076-8d7ac12cf14b,type=DSpaceKerne
>>> l
>>
>> I'm curious about that one myself, but it doesn't seem to be a big problem.
>
> If you search the list archives, you'll see it has already come up a few 
> times, even on fresh installations. One reply was that it should have been 
> fixed between 1.7.0 and 1.7.1, but Sue said she has 1.7.1.
> Sue, can you try if the problem persists in 1.8.2?
>
> Regards,
> ~~helix84
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and threat 
> landscape has changed and how IT managers can respond. Discussions will 
> include endpoint security, mobile security and the latest in malware threats. 
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Hilton Gibson
Also Mark

Please check instructions here:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation


On 26 June 2012 15:51, Mark Kariuki  wrote:

> Hi,
>
> I bet this is really old by now but I wanted to use this theme and I
> actually installed it, by setting the correct configs in xmlui.xconf but my
> search did not work. I am very new to this and I have no idea how to fix
> this, and I have been lookin all over for the solution. I noticed you said
> that you removed search, could you please give me a clue as to how to put
> it
> back or maybe a hint on how to further customize the theme? (in terms of
> how
> to move stuff around)..I hope that is not very general though.
>
> Thanks
>
> Mark Kariuki
> FAO Somalia
>
>
> Hilton Gibson-2 wrote
> >
> >
> > We did a mod to remove the login and search on the front page.
> > See:
> >
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation#Structural_changes
> >
> > And the result is: http://scholar.sun.ac.za
> >
> > Perhaps a space somewhere officially can be created to address design
> > and styling ?
> >
> > Cheers
> >
> > hg
> >
> > --
> > Hilton Gibson
> > Systems Administrator
> > JS Gericke Library
> > Room 1053
> > Stellenbosch University
> > Private Bag X5036
> > Stellenbosch
> > 7599
> > South Africa
> >
> > Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> >
> > "Simplicity is the ultimate sophistication"
> >   Leonardo da Vinci
> >
> >
> >
> --
> > Start uncovering the many advantages of virtual appliances
> > and start using them to simplify application deployment and
> > accelerate your shift to cloud computing.
> > http://p.sf.net/sfu/novell-sfdev2dev
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@.sourceforge
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655881.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Hilton Gibson
On 26 June 2012 16:05, Mark Kariuki  wrote:

> Thanks so much,
>
> I am referring to the SUNScholar theme found in the zipped file here
> http://web.lib.sun.ac.za/style/sunscholar/http:// HERE
>
> I noticed that upon installing the theme and searching, it loads a blank
> page and not the search result. I also noticed that the url it produces is
> localhost:8081/search instead of localhost:8081/xmlui/search that the
> default Mirage theme produces upon search. (I am sure I am talkin like an
> absolute noob)
>
>
>
> helix84 wrote
> >
> >
> > I'd like to help, but I don't know which theme you're talking about.
> > The link to the SCHOLAR.tar.gz file no longer works.
>
It has changed to:
http://web.lib.sun.ac.za/style/sunscholar/Mirage-SUNScholar.tar.gz


> >
> > Regards,
> > ~~helix84
> >
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@.sourceforge
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655886.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Hilton Gibson
Hi Mark

What version of DSpace are you using?
And please send us a link to your repo.

Thx.

hg

On 26 June 2012 15:51, Mark Kariuki  wrote:

> Hi,
>
> I bet this is really old by now but I wanted to use this theme and I
> actually installed it, by setting the correct configs in xmlui.xconf but my
> search did not work. I am very new to this and I have no idea how to fix
> this, and I have been lookin all over for the solution. I noticed you said
> that you removed search, could you please give me a clue as to how to put
> it
> back or maybe a hint on how to further customize the theme? (in terms of
> how
> to move stuff around)..I hope that is not very general though.
>
> Thanks
>
> Mark Kariuki
> FAO Somalia
>
>
> Hilton Gibson-2 wrote
> >
> >
> > We did a mod to remove the login and search on the front page.
> > See:
> >
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation#Structural_changes
> >
> > And the result is: http://scholar.sun.ac.za
> >
> > Perhaps a space somewhere officially can be created to address design
> > and styling ?
> >
> > Cheers
> >
> > hg
> >
> > --
> > Hilton Gibson
> > Systems Administrator
> > JS Gericke Library
> > Room 1053
> > Stellenbosch University
> > Private Bag X5036
> > Stellenbosch
> > 7599
> > South Africa
> >
> > Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> >
> > "Simplicity is the ultimate sophistication"
> >   Leonardo da Vinci
> >
> >
> >
> --
> > Start uncovering the many advantages of virtual appliances
> > and start using them to simplify application deployment and
> > accelerate your shift to cloud computing.
> > http://p.sf.net/sfu/novell-sfdev2dev
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@.sourceforge
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655881.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Mark Kariuki
Thanks so much,

I am referring to the SUNScholar theme found in the zipped file here 
http://web.lib.sun.ac.za/style/sunscholar/http:// HERE 

I noticed that upon installing the theme and searching, it loads a blank
page and not the search result. I also noticed that the url it produces is
localhost:8081/search instead of localhost:8081/xmlui/search that the
default Mirage theme produces upon search. (I am sure I am talkin like an
absolute noob)



helix84 wrote
> 
> 
> I'd like to help, but I don't know which theme you're talking about.
> The link to the SCHOLAR.tar.gz file no longer works.
> 
> Regards,
> ~~helix84
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@.sourceforge
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655886.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 3:51 PM, Mark Kariuki  wrote:
> I bet this is really old by now but I wanted to use this theme and I
> actually installed it, by setting the correct configs in xmlui.xconf but my
> search did not work. I am very new to this and I have no idea how to fix
> this, and I have been lookin all over for the solution. I noticed you said
> that you removed search, could you please give me a clue as to how to put it
> back or maybe a hint on how to further customize the theme? (in terms of how
> to move stuff around)..I hope that is not very general though.

Hi Mark,

I'd like to help, but I don't know which theme you're talking about.
The link to the SCHOLAR.tar.gz file no longer works.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SPAM] Re: Sample Manakin Theme

2012-06-26 Thread Mark Kariuki
Hi, 

I bet this is really old by now but I wanted to use this theme and I
actually installed it, by setting the correct configs in xmlui.xconf but my
search did not work. I am very new to this and I have no idea how to fix
this, and I have been lookin all over for the solution. I noticed you said
that you removed search, could you please give me a clue as to how to put it
back or maybe a hint on how to further customize the theme? (in terms of how
to move stuff around)..I hope that is not very general though.

Thanks

Mark Kariuki
FAO Somalia


Hilton Gibson-2 wrote
> 
> 
> We did a mod to remove the login and search on the front page.
> See: 
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation#Structural_changes
> 
> And the result is: http://scholar.sun.ac.za
> 
> Perhaps a space somewhere officially can be created to address design 
> and styling ?
> 
> Cheers
> 
> hg
> 
> -- 
> Hilton Gibson
> Systems Administrator
> JS Gericke Library
> Room 1053
> Stellenbosch University
> Private Bag X5036
> Stellenbosch
> 7599
> South Africa
> 
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> 
> "Simplicity is the ultimate sophistication"
>   Leonardo da Vinci
> 
> 
> --
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@.sourceforge
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-tech-Sample-Manakin-Theme-tp3287443p4655881.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] unrestricted a collection, items still restricted.

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 2:07 PM, Titus, Gene W
 wrote:
> Back to my original question, if I know the handle of the items I want to
> make unrestricted (there are roughly ~200), can I use the resource_id from
> the handle table as my hook into the resourcepolicy table via
> resourcepolicy.resource_id to know which entries in the resourcepolicy
> table to set resourcepolicy.epersongroup_id=0.

Yes, I think so. I haven't tried.
1) Make sure to back up your database before the change.
2) Seriously, do back up your database!
3) If the changes don't reflect in the user interface immediately
after running the SQL, you may need to run index-update and
update-discovery-index. I'm not sure if it's needed, but it won't
hurt.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] unrestricted a collection, items still restricted.

2012-06-26 Thread Titus, Gene W
Hi helix84,

Thanks for the response.  I checked with the stakeholder and unfortunately
 there are items in the collection that will need to remain restricted, so
a global change is not an option.

Back to my original question, if I know the handle of the items I want to
make unrestricted (there are roughly ~200), can I use the resource_id from
the handle table as my hook into the resourcepolicy table via
resourcepolicy.resource_id to know which entries in the resourcepolicy
table to set resourcepolicy.epersongroup_id=0.

Thanks,
Gene




On 6/25/12 2:33 PM, "helix84"  wrote:

>This seems to be a frequently asked question, so I documented it here:
>
>https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-Ichang
>edaccessrestrictionsonacollections%2Cbutrestrictionsdidn'tchangeonitsitems
>
>Regards,
>~~helix84


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] finding xsl for nav bar in xmlui

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 1:16 PM, Felipe Gustavo  wrote:
> Thank You
>
> Just another question, if I want to include some new index and link in the
> sidebar, how do I do? I know how to create a index using dspace.cfg, but I
> don't know how to create a link in xmlui.
>
> Thanks in advance...

Please, always keep dspace-tech in CC.

Every time you modify configuration of your indexes in dspace.cfg, you
have to run [dspace]/bin/dspace index-init. That will also make the
link to the index appear in the XMLUI sidebar. You will only need to
provide a translation of the key you see there into the messages.xml
file, e.g. if you index is "advisor":
Advisor

Then replace messages.xml in [dspace] or redeploy DSpace and restart
Tomcat. You may also need to clear Cocoon cache:
https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] An unsual problem with the Authorization page

2012-06-26 Thread amutsikiwa

I am having a problem with my authorization page in the JSPUI. When I  click
on authorization page in the administrative area
(http://ir.uz.ac.zw/jspui/dspace-admin/authorize )  I am getting a "Error:
Document Not Found". However, when I paste authorize-main.jsp to
http://ir.uz.ac.zw/jspui/dspace-admin/ on the address bar, I can view the
page http://ir.uz.ac.zw/jspui/dspace-admin/paste

authorize-main.jsp .  Any assistance  would be appreciated.


 


Admire Mutsikiwa


University of Zimbabwe


 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sorl statistics giving a blank

2012-06-26 Thread amutsikiwa
Hi All,

 

I have recently restored my dspace instance after some problems.  Everything
is working well except for item-level  statistics. I am on DSpace 1.8.2 and
I am using JSPUI. An example of my item statistics page is given by the link
http://ir.uz.ac.zw/jspui/handle/10646/631/statistics .  I have tried to
follow the following  advice
https://wiki.duraspace.org/display/DSDOC18/DSpace+Statistics but I am still
getting an blank page 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace: Harvesting Error

2012-06-26 Thread helix84
On Tue, Jun 26, 2012 at 10:29 AM, Lewatle Phaladi
 wrote:
> Handle collision: attempted to re-assign handle '10539/105' to an
> incoming harvested item 'oai:wiredspace.wits.ac.za:10539/105'.

You already have this handle in your repository. The harvester found
it in the remote repository and warns you that it cannot create an
item with such handle in your directory, because that handle is
already taken.

You have two options:
1) get rid of your local item to free up the handle
2) skip harvesting that collection to avoid the conflict

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace: Harvesting Error

2012-06-26 Thread Lewatle Phaladi
Hi All

I am receiving the following error to my email regarding harvesting, I
am not sure what may be the problem. Any help is appreciated.

Regards,
Lewatle 

-Original Message-
From: lewatle.phal...@wits.ac.za [mailto:lewatle.phal...@wits.ac.za] 
Sent: 26 June 2012 08:56 AM
To: Lewatle Phaladi
Subject: DSpace: Harvesting Error

Collection 68 failed on harvest:

Date:   6/26/12 8:55 AM
Status Flag:3

Handle collision: attempted to re-assign handle '10539/105' to an
incoming harvested item 'oai:wiredspace.wits.ac.za:10539/105'.

Exception:
org.dspace.harvest.OAIHarvester$HarvestingException: Handle collision:
attempted to re-assign handle '10539/105' to an incoming harvested item
'oai:wiredspace.wits.ac.za:10539/105'.
at
org.dspace.harvest.OAIHarvester.processRecord(OAIHarvester.java:535)
at
org.dspace.harvest.OAIHarvester.runHarvest(OAIHarvester.java:362)
at
org.dspace.harvest.OAIHarvester$HarvestThread.runHarvest(OAIHarvester.ja
va:1352)
at
org.dspace.harvest.OAIHarvester$HarvestThread.run(OAIHarvester.java:1343
)
at java.lang.Thread.run(Thread.java:662)


This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN

Dear Helix,
I dont know the reason, why it is behaving like this.i have checked my jdk, 
(1.7), maven (3) and also proxy parameters are set according.
When i build it through command prompt, it gives no errors. but it gives errors 
in building through netbeans.
Is there no netbean developer in the community ?
regardsamjad


> From: heli...@centrum.sk
> Date: Tue, 26 Jun 2012 09:22:38 +0200
> Subject: Re: [Dspace-tech] Build error dspace 1.8.2
> To: amjad...@hotmail.com
> CC: dspace-tech@lists.sourceforge.net
> 
> 1) If this is really a connection issue - try disabling your firewall
> to determine if it's the cause; if you're using a proxy to connect to
> internet, read this:
> 
> https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings
> 
> 2) Is NetBeans set up to use the same JDK as from the command line?
> You can check the command-line version by running java -version.
> 
> Regards,
> ~~helix84
  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread helix84
1) If this is really a connection issue - try disabling your firewall
to determine if it's the cause; if you're using a proxy to connect to
internet, read this:

https://wiki.duraspace.org/display/DSPACE/Set+Maven+Web+Proxy+Server+Settings

2) Is NetBeans set up to use the same JDK as from the command line?
You can check the command-line version by running java -version.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Build error dspace 1.8.2

2012-06-26 Thread AMJAD USMAN


I am using dspace 1.8.2 on windows. i am using netbeans 7 for dspace 
development.
when i build dspace in netbeans it gives me 
error:**Failed to execute goal 
com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check 
(check-headers) on project modules: Resource 
http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER not found in file 
system, classpath or URL: Network is unreachable: connect -> [Help 
1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check 
(check-headers) on project modules: Resource 
http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER not found in file 
system, classpath or URL: Network is unreachable: connect  at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) 
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)**
i am using maven 3.can anybody help ?
regardsamjad  --
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech