[Dspace-tech] Fw: [ dspace-Patches-2723420 ] JAAS Authentication module

2009-04-10 Thread Reuben Pasquini
note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Reuben Pasquini (catdogboy) Assigned to: Nobody

Re: [Dspace-tech] Manakin and Google Chrome

2009-03-24 Thread Reuben Pasquini
Hi Dorothea, Chrome works fine with our site: http://etd.auburn.edu You can download and use Chrome for free if you want to run some tests: http://www.google.com/chrome You might also test with Safari - which uses the same WebKit render engine as Chrome:

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Reuben Pasquini
I like to use Mercurial to track our local mods. http://www.selenic.com/mercurial/wiki/ There are some nice tools to support that: http://www.selenic.com/mercurial/wiki/index.cgi/WorkingWithSubversion I just do a simple setup though - keep a few copies of the code around. *.

[Dspace-tech] xmlui xmlns corruption

2008-10-04 Thread Reuben Pasquini
Hello DSpacers! I've noticed that the xmlns of many of the XHTML elements that our dspace-1.5 XMLUI theme generates have an incorrect namespace attached to them. Ex: http://dspace-test.lib.auburn.edu/manakin/ ... div xmlns=http://di.tamu.edu/DRI/1.0/; id=ds-body h1 class=ds-div-headAuburn

Re: [Dspace-tech] manakin - new theme

2008-09-26 Thread Reuben Pasquini
Hi Karen, You need to point XMLUI at your new theme in the dspace/config/xmlui.xconf file: $ grep Auburn /opt/dspace15/config/xmlui.* /opt/dspace15/config/xmlui.xconf:theme name=Auburn Theme regex=.* path=Auburn/ / You'll probably need to restart Tomcat after changing that. The

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Reuben Pasquini
Hi Eric, I submitted the following patch that works with A.D.: https://sourceforge.net/tracker/?func=detailatid=319984aid=2100378group_id=19984 The patched files are also available here: http://erwg.lib.auburn.edu/dspace-ldap_20080828.zip . The patch modifies a few files in the

Re: [Dspace-tech] Connecting Dspace to Exchange server

2008-09-03 Thread Reuben Pasquini
Hi Michael, The exchange server most likely provides a SMTP (simple mail transfer protocol) service on your intranet (dspace uses SMTP to send e-mail, and so do most e-mail clients), so you can probably just set the mail.server setting in dspace.cfg to the normal SMTP setting

[Dspace-tech] LDAPAuthentication patch to consider

2008-08-28 Thread Reuben Pasquini
Hello! I've put together a set of patches to the LDAPAuthentication code to get it working against Active Directory at Auburn University, support implicit-group member-ids in dspace.cfg, and add a JUnit regression test. I think the changes are backward compatable and generic, but I've only tested

Re: [Dspace-tech] JBoss + DSpace 1.5?

2008-08-13 Thread Reuben Pasquini
Hi Gladys, Here are some things to check: Does the WEB-INF/web.xml file correctly set the 'dspace-config' context parameter to the absolute path of the config/dspace.cfg file ? Does dspace.cfg in turn set the correct log.init.config path to log4j.properties ? Does log4j.properties set

Re: [Dspace-tech] Problem installing DSpace

2008-07-01 Thread Reuben Pasquini
It looks like your server cannot load some class it needs for authentication. What do you have your authentication method set to in dspace.cfg ? # Stack of authentication methods # (See org.dspace.authenticate.AuthenticationManager) plugin.sequence.org.dspace.authenticate.AuthenticationMethod =

Re: [Dspace-tech] DatabaseManager question

2008-06-30 Thread Reuben Pasquini
Hi Gary, I implemented a simple embargo as follows: *. Setup the ingest workflow to specify an embargo period in the 'dc:date available' field. *. Modify the dspace-api code so that AuthorizeManager::authorize() calls out to a checkEmbargo() method to verify that an

Re: [Dspace-tech] javax.mail.NoSuchProviderException: smtp

2008-06-05 Thread Reuben Pasquini
It looks like the javax.mail system cannot find the classes that implement SMTP. Do you have a mail.jar in your webapp classpath ? I'd expect some mail.jar file to be in WEB-INF/lib or in the Tomcat root lib directories someplace. You can get a fresh copy of the SUN mail.jar implementation here:

Re: [Dspace-tech] Theme of manakin

2008-06-04 Thread Reuben Pasquini
Hi Vincent, I haven't played with this myself, but it looks like you should be able to map different themes to different pages by setting up regex rules in the dspace/config/xmlui.xconf file. For example - the following rule maps the default theme to every URL that matches the .* regex.

Re: [Dspace-tech] Using apache mod_proxy to forward dspace/tomcat

2008-06-04 Thread Reuben Pasquini
I've had good luck using mod_jk to forward http and https requests through Apache to our J2EE d-space server. http://tomcat.apache.org/connectors-doc/ I recommend you switch from mod_proxy to a mod_jk setup. Good luck! Reuben [EMAIL PROTECTED] 6/4/2008 9:05 AM Normally, forwarding

Re: [Dspace-tech] 1.5 and Manakin

2008-04-03 Thread Reuben Pasquini
Hi Tom, I was happy to find that DSpace-1.5 includes Manakin as a web-UI option. The DSpace-1.5 install includes a 'webapps' directory with multiple webapp (unzipped .war) children ready to be registered with Tomcat or whatever (I like Glassfish): $ ls /opt/dspace15/webapps jspui/ lni/ oai/

Re: [Dspace-tech] DSpace/PostgreSQL error

2008-03-19 Thread Reuben Pasquini
FYI - the postgres JDBC driver connects to the database via TCP/IP. You can test that your client machine can access the database over TCP/IP with psql: % psql --host hostname --port port -U whatever Good luck! Reuben Christian Voelker [EMAIL PROTECTED] 3/19/2008 3:33 PM Hello, Am

[Dspace-tech] Suggestion for Manakin install documentation

2008-03-06 Thread Reuben Pasquini
Hello! Thanks for making the Manakin install page available: http://di.tamu.edu/projects/xmlui/install#Installing%20Manakin I wanted to recommend a small change to the instructions. Rather than provide the Tomcat-specific instruction for setting the dspace-config context parameter: ...

Re: [Dspace-tech] DSpace/Manakin questions ...

2008-03-06 Thread Reuben Pasquini
how d-space uses the /dspace disk-storage. Thanks again for the help! Cheers, Reuben Dorothea Salo [EMAIL PROTECTED] 3/6/2008 9:55 AM On Thu, Mar 6, 2008 at 9:20 AM, Reuben Pasquini [EMAIL PROTECTED] wrote: We're evaluating several packages for setting up an institutional repository

Re: [Dspace-tech] SQLException how can I see the offending raw SQL

2008-03-04 Thread Reuben Pasquini
If you're using a postgres database, then you can turn up the logging on the database server. http://www.postgresql.org/docs/8.3/static/runtime-config-logging.html Cheers, Reuben Charlotte Pollock [EMAIL PROTECTED] 3/4/2008 2:40 AM Hi I'm getting an the following intermittent error