I have a new additions-5.5jar but not a new dspace-api-5.5.jar

-Don

On Friday, January 26, 2018 at 4:25:16 AM UTC-5, Francis Brouns wrote:

> Hi Don,
>
> In your [dspace]/lib directory you should see a new dspace-api-56.jar. 
> Look at the date.
>
> I have never used this additions directory. I merely edited the 
> eperson.java in the sources directory. To compile and build the other 
> services, you need to run mvn -Ddb.name=oracle -U clean package from the 
> [dspace-source] directory to compile the dspace-api and not from the 
> [dspace-source]/dspace directory before running the ant update script.
>
>
> Hope this helps,
>
> best
>
>
> On Thursday, 25 January 2018 21:28:29 UTC+1, Donald Bynum wrote:
>>
>> I copied the EPerson.java to 
>> dspace\modules\additions\src\main\java\org\dspace\eperson (I had ti create 
>> the additions folder) and rebuilt.  Still not good.  How can I be sure that 
>> the new java class exists?  meaning, where can I look to make sure that the 
>> newly compiled class is in place?  I am going to try one other thing.  But 
>> would appreciate any further guidance you can give me.
>>
>> -Don
>>
>> On Wednesday, January 24, 2018 at 5:29:44 AM UTC-5, Tom Desair (Atmire) 
>> wrote:
>>
>>> Hi Francis,
>>>
>>> That's good news! Thanks for testing and your feedback. I hope that this 
>>> workaround then also works for Don. 
>>>
>>> Best regards,
>>> Tom
>>>  
>>> [image: logo] Tom Desair
>>> 250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
>>> Gaston Geenslaan 14, Leuven 3001, Belgium
>>> www.atmire.com 
>>> <http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=tomdesair>
>>>
>>> On Wednesday, January 24, 2018 at 11:22:40 AM UTC+1, Francis Brouns 
>>> wrote:
>>>>
>>>> Dear Tom,
>>>>
>>>> this workaround seems to work by changing m.text_value in line 502 and 
>>>> line 510 in EPerson.java for Dspace release 5.6. The error no longer 
>>>> occurs 
>>>> when selecting epersons or trying to add epersons to a group.
>>>>
>>>>         case LANGUAGE:
>>>>             s = "m.text_value";
>>>>             t = "language";
>>>>             break;
>>>>
>>>>
>>>>         default:
>>>>             s = "m.text_value";
>>>>             t = "lastname";
>>>>
>>>>
>>>> 2018-01-24 11:14:49,448 DEBUG org.dspace.storage.rdbms.DatabaseManager 
>>>> @ Running query "SELECT * FROM eperson e LEFT JOIN metadatavalue m on 
>>>> (m.resource_id = e.eperson_id and m.resource_type_id = ? and 
>>>> m.metadata_field_id = ?) ORDER BY dbms_lob.substr(m.text_value,0,4000)"  
>>>> with parameters: 7,125
>>>>
>>>> I'll try this in  release 5.8 as well and see if we can proceed with 
>>>> the upgrade.
>>>>
>>>> Thanks for now.
>>>> Francis Brouns
>>>> Open Universiteit
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to