[dspace-tech] Re: Byte range requests in DSpace5

2018-03-06 Thread Anis
Thank you! I'll look into this and test for possible side effects. On Tuesday, March 6, 2018 at 4:28:06 PM UTC+2, Mark H. Wood wrote: > > On Tuesday, March 6, 2018 at 3:16:37 AM UTC-5, Anis wrote: >> >> We're planning to add very simple video streaming support to our UI, by >> basically adding

[dspace-tech] Re: A new tool for dealing with Postgresql "idle in transaction" connections?

2018-03-06 Thread Anis
Thank you! I'll look into this and test for possible side effects. On Monday, March 5, 2018 at 11:30:43 PM UTC+2, Mark H. Wood wrote: > > I just came across a PostgreSQL configuration variable that may be of > interest: idle_in_transaction_session_timeout appeared in, I think, Pg > 9.6.

[dspace-tech] Rest API not working in DSpace 6.2

2018-03-06 Thread George Kozak
Hi, a while back I reported that I was having a problem with the Rest API not working after we migrated to DSpace 6.2. I have been trying to debug this, and I wonder if the problem is the version of Java we are using. I am running postgres 9.4.15 with jdk1.7.0_55. I am thinking this is the case

Re: [dspace-tech] Difrence in "Not Equals and Not Contains"

2018-03-06 Thread Claudia Jürgen
Hi Karol, not equals is an exact match for the whole string, not contains only for a word. Having e.g. the Titles: 1. Bar 2. Foo 3. Foo and Bar Title not contains Foo will exclude 2 and 3 Title not equals Foo and Bar will exclude only 3 Hope this helps Claudia Jürgen Am 06.03.2018 um

[dspace-tech] After migrating dspace from 5.2 to 6.2 LDAP doesn't work anymore

2018-03-06 Thread Tadeu Alves
Hi there folks. I´ve cloned my Production enviroment to another server and after a successful migration from dspace 5.2 to 6.2 i cannot login into my platform.. Looking the logs the current information that shows is this: failed_login:no DN found for user tadeu.alves

[dspace-tech] Difrence in "Not Equals and Not Contains"

2018-03-06 Thread Karol S
Hi! Could someone explain me a difrence in "search filters" between "Not equals" and "Not contains" for me it's working the same. Karol -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop

[dspace-tech] Re: Byte range requests in DSpace5

2018-03-06 Thread Mark H. Wood
On Tuesday, March 6, 2018 at 3:16:37 AM UTC-5, Anis wrote: > > We're planning to add very simple video streaming support to our UI, by > basically adding a video tag if the file format is right. Now this simple > change has hit a pretty annoying wall, as the streaming works neatly in > every

Re: [dspace-tech] How to setup development environment in local system

2018-03-06 Thread Monika Mevenkamp
There are developer show and tells scheduled one of which deals with IDEs see https://wiki.duraspace.org/display/DSPACE/DSpace+Developer+Show+and+Tell+Meetings#DSpaceDeveloperShowandTellMeetings-NextMeeting

[dspace-tech] Byte range requests in DSpace5

2018-03-06 Thread Anis
We're planning to add very simple video streaming support to our UI, by basically adding a video tag if the file format is right. Now this simple change has hit a pretty annoying wall, as the streaming works neatly in every browser except Safari, because it requires byte range requests from