Re: [dspace-tech] REST Interface Sample App on Rails

2016-09-12 Thread Bruno Nocera Zanette
Today i've fixed the authentication problem and i took the oportunity to
also implement a login form. It seems to be working fine. I had to make
some changes to the Gem and removed some code of Dspace5 auth, but later
i'll try to merge them into a single version.

Em seg, 12 de set de 2016 às 12:16, Bruno Nocera Zanette <
brunonzane...@gmail.com> escreveu:

> Thanks, Ilja!
> I took a look at the doc before but i didn't notice this change. I've
> already updated the bash scripts to the new method and i'll update the Gem
> later this week.
>
> Em qua, 7 de set de 2016 às 02:36, Ilja Sidoroff 
> escreveu:
>
>> The /rest/login api changed a bit in version 6, but now the docs are
>> updated: https://wiki.duraspace.org/display/DSDOC6x/REST+API
>>
>> br,
>>
>> Ilja Sidoroff
>> University of Eastern Finland
>> 
>> From: dspace-tech@googlegroups.com  on
>> behalf of Bruno Nocera Zanette 
>> Sent: Tuesday, September 6, 2016 8:12:45 PM
>> To: DSpace Technical Support
>> Subject: [dspace-tech] REST Interface Sample App on Rails
>>
>> Hey all!!
>>
>> I've been writting, on my spare time, a REST interface sample app on Ruby
>> on Rails and it finally got to a point where i can show it to you. It is
>> fully based on "dspace-rest-client" ruby gem:
>>
>> The link to the app is:
>> https://drcgem-sample-interface.herokuapp.com/
>>
>> The code can be found here:
>> https://gitlab.c3sl.ufpr.br/bnzanette/DspaceRestSample
>> (P.s.: I plan to move it to github, but for now this is the only source.
>> It's completely safe and hosted by a research group on the University where
>> i study.).
>>
>> I decided to keep it as simple as possible so that other people can use
>> it as basis for other apps. Like a "live documentation".
>>
>> There are somethings that i still have to do to make it more usable, like
>> adding links to add collections/items/bitstreams on a
>> community/collection/item page, so that you don't need to always choose a
>> parent object when creating a new object. I also need to add a footer and
>> an "about page" to add "powered by..." infos and stuff like that.
>>
>> However, for some reason, Dspace's REST login isn't working on
>> demo.dspace.org, so the app crashes everytime
>> the buttons to save/edit are clicked. On my tests on a 5.x version
>> everything works fine.
>>
>> Feel free to do whatever you want with it!! Hope you like it and find
>> some utility for it.
>> Cheers!!
>> --
>> Bruno Nocera Zanette
>> +55 41 9992-2508
>>
>> --
>> 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 dspace-tech+unsubscr...@googlegroups.com> dspace-tech+unsubscr...@googlegroups.com>.
>> To post to this group, send email to dspace-tech@googlegroups.com> dspace-tech@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Bruno Nocera Zanette
> +55 41 9992-2508
>
-- 
Bruno Nocera Zanette
+55 41 9992-2508

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: setting a group for metadata using itemimport

2016-09-12 Thread Jose Blanco
I wonder if anyone knows something about this.


On Tue, Sep 6, 2016 at 11:58 AM, Jose Blanco  wrote:

> When I load items using the import script described here:
>
> https://wiki.duraspace.org/display/DSDOC5x/Importing+and+
> Exporting+Items+via+Simple+Archive+Format
>
> I normally go the the UI and change the metadata DEFAULT_ITEM_READ
> permission to whatever I need it to be if it's not Anonymous, and then run
> the script to import the items.  I'm wondering if there is another way to
> do this using the import script.  Some way to indicate that the item
> metadata permission belongs to a certain group.  The bitstream permissions
> can be indicated in the content file.  Anything like that for the metadata?
>
> Thank you!
> Jose
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] REST Interface Sample App on Rails

2016-09-12 Thread Bruno Nocera Zanette
Thanks, Ilja!
I took a look at the doc before but i didn't notice this change. I've
already updated the bash scripts to the new method and i'll update the Gem
later this week.

Em qua, 7 de set de 2016 às 02:36, Ilja Sidoroff 
escreveu:

> The /rest/login api changed a bit in version 6, but now the docs are
> updated: https://wiki.duraspace.org/display/DSDOC6x/REST+API
>
> br,
>
> Ilja Sidoroff
> University of Eastern Finland
> 
> From: dspace-tech@googlegroups.com  on
> behalf of Bruno Nocera Zanette 
> Sent: Tuesday, September 6, 2016 8:12:45 PM
> To: DSpace Technical Support
> Subject: [dspace-tech] REST Interface Sample App on Rails
>
> Hey all!!
>
> I've been writting, on my spare time, a REST interface sample app on Ruby
> on Rails and it finally got to a point where i can show it to you. It is
> fully based on "dspace-rest-client" ruby gem:
>
> The link to the app is:
> https://drcgem-sample-interface.herokuapp.com/
>
> The code can be found here:
> https://gitlab.c3sl.ufpr.br/bnzanette/DspaceRestSample
> (P.s.: I plan to move it to github, but for now this is the only source.
> It's completely safe and hosted by a research group on the University where
> i study.).
>
> I decided to keep it as simple as possible so that other people can use it
> as basis for other apps. Like a "live documentation".
>
> There are somethings that i still have to do to make it more usable, like
> adding links to add collections/items/bitstreams on a
> community/collection/item page, so that you don't need to always choose a
> parent object when creating a new object. I also need to add a footer and
> an "about page" to add "powered by..." infos and stuff like that.
>
> However, for some reason, Dspace's REST login isn't working on
> demo.dspace.org, so the app crashes everytime the
> buttons to save/edit are clicked. On my tests on a 5.x version everything
> works fine.
>
> Feel free to do whatever you want with it!! Hope you like it and find some
> utility for it.
> Cheers!!
> --
> Bruno Nocera Zanette
> +55 41 9992-2508
>
> --
> 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 dspace-tech+unsubscr...@googlegroups.com dspace-tech+unsubscr...@googlegroups.com>.
> To post to this group, send email to dspace-tech@googlegroups.com dspace-tech@googlegroups.com>.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Bruno Nocera Zanette
+55 41 9992-2508

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Error while building - ds1103 - RTI: Task Overrun: Program cannot be executed in real-time.

2016-09-12 Thread helix84
It seems you're looking for https://www.dspace.com rather than
http://www.dspace.org .


Regards,
~~helix84

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



On Mon, Sep 12, 2016 at 8:03 AM, maria jenisha  wrote:
> PLATFORM:  ds1103
> [#1] ds1103 - RTLIB: DS1103 serial number: 47936 (0)
> [#2] ds1103 - RTLIB: Application UUID: 9E024565-0D6A-4651-9F59-58ADAD6AB50C
> (0)
> [#3] ds1103 - RTI: Initializing ... (720)
> [#4] ds1103 - RTI: Initialization completed (721)
> [#5] ds1103 - RTI: Simulation state: RUN (700)
> [#6] ds1103 - RTI: Task Overrun: Program cannot be executed in real-time.
> (12)
> [#7] ds1103 - RTI: Task Overrun: Occurred in task "Timer Task 1", execution
> step 2. (502)
> [#8] ds1103 - RTI: Simulation state: STOP (702)
> LOADING FAILED (2)
>
> --
> 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 dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Error while building - ds1103 - RTI: Task Overrun: Program cannot be executed in real-time.

2016-09-12 Thread maria jenisha
PLATFORM:  ds1103 
[#1] ds1103 - RTLIB: DS1103 serial number: 47936 (0) 
[#2] ds1103 - RTLIB: Application UUID: 9E024565-0D6A-4651-9F59-58ADAD6AB50C 
(0) 
[#3] ds1103 - RTI: Initializing ... (720) 
[#4] ds1103 - RTI: Initialization completed (721) 
[#5] ds1103 - RTI: Simulation state: RUN (700) 
[#6] ds1103 - RTI: Task Overrun: Program cannot be executed in real-time. 
(12) 
[#7] ds1103 - RTI: Task Overrun: Occurred in task "Timer Task 1", execution 
step 2. (502) 
[#8] ds1103 - RTI: Simulation state: STOP (702) 
LOADING FAILED (2) 

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.