Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Claudia Jürgen
Hi Amy,

it is possible to add any metadata to an item.
The metadata must be registered in the metadata registry first and then 
you are able to use it in the input-forms.xml.

Claudia


Anny Bridge schrieb:
 Hi all,
 
 Is it possible to add more attributes of items than the default in the
 webUI? For example,a item represent a ebook in my case,and I want to store
 the attributes of the ebook such as its price,its pages,MARC record etc.?
 How to customize,does it need to modify the java source code Or just modify
 the configure file somewhere?
 
 Thanks in Advance.
 
 Best Regards,
 Anny
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Anny Bridge

Hi Cluadia,

Could you tell me how to register the metadata in the metadata registry or
where can i find relative document.As for input-forms.xml , I found the
webpage as follows is nice enough.
http://www.dspace.org/technology/system-docs/submission.html.

Thanks for your attention.

Best Regards,
Anny

On 4/2/07, Claudia Jürgen [EMAIL PROTECTED] wrote:


Hi Amy,

it is possible to add any metadata to an item.
The metadata must be registered in the metadata registry first and then
you are able to use it in the input-forms.xml.

Claudia


Anny Bridge schrieb:
 Hi all,

 Is it possible to add more attributes of items than the default in the
 webUI? For example,a item represent a ebook in my case,and I want to
store
 the attributes of the ebook such as its price,its pages,MARC record
etc.?
 How to customize,does it need to modify the java source code Or just
modify
 the configure file somewhere?

 Thanks in Advance.

 Best Regards,
 Anny


 


-
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
your
 opinions on IT  business topics through brief surveys-and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV


 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 2 Tier Dspace Implementation

2007-04-02 Thread James Rutherford
On Mon, Apr 02, 2007 at 03:57:55PM +0800, Jayan Chirayath Kurian wrote:
 (3) when ant fresh_install was given from client machine, the DB
 connection error was not seen but build was not successful. I just
 copied the war files to Tomcat webapp folder. Accessing and browsing
 items was fine. But submitting a new item gives an internal error. Since
 I have not properly build DSpace, the log file was not seen. I am
 attaching the command line output when I execute ant fresh_install.
 The error starts with PSQLException: ERROR: function getnextid
 already exists with same argument types. Please suggest.

This error is being thrown because the database structure already
exists. How are you able to access and browse items if you can't
submit them? It's difficult to figure out exactly how far you've got
with your installation; if you haven't successfully completed a
fresh_install, you shouldn't deploy the WARs and start using DSpace.
Deploying DSpace half-built is definitely a Bad Idea.

If there is no content in your database, I would recommend dropping it
and starting again with a fresh_install.

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-devel] DSpace 1.4.2

2007-04-02 Thread Mark Diggory
Hi Jim,

Heres a list of Patches I worked on/with and think are important to  
get in the loop:

[ 1687783 ] Improve API for IgnoreAuthorization blocks
http://sourceforge.net/tracker/index.php? 
func=detailaid=1687783group_id=19984atid=319984

[ 1655583 ] Avoid index lock with filter-media
http://sourceforge.net/tracker/index.php? 
func=detailaid=1655583group_id=19984atid=319984

[ 1667989 ] Various deprecated / warning fixes
http://sourceforge.net/tracker/index.php? 
func=detailaid=1667989group_id=19984atid=319984

Of course the oracle ones that Graham and Stuart submitted.

-Mark

On Apr 2, 2007, at 5:19 AM, James Rutherford wrote:

 Hi All,

 I'm pleased to announce that work has started on putting together  
 DSpace
 1.4.2. We're aiming to get a beta release out around the 23rd, with  
 the
 final release available shortly after (hopefully by the end of the
 month). This will be pretty much exclusively a bugfix release; there
 will be no API, configuration, or database schema changes, so  
 upgrading
 from 1.4 or 1.4.1 should be relatively painless. If anyone is  
 sitting on
 patches that they think would be suitable for inclusion, please upload
 them to SourceForge by the end of the week.

 See http://wiki.dspace.org/index.php/RoadMap#Version_1.4.2 for more
 information.

 cheers,

 Jim

 -- 
 James Rutherford  |  Hewlett-Packard Limited registered  
 Office:
 Research Engineer |  Cain Road,
 HP Labs   |  Bracknell,
 Bristol, UK   |  Berks
 +44 117 312 7066  |  RG12 1HN.
 [EMAIL PROTECTED]   |  Registered No: 690597 England

 The contents of this message and any attachments to it are  
 confidential and
 may be legally privileged. If you have received this message in  
 error, you
 should delete it from your system immediately and advise the  
 sender. To any
 recipient of this message within HP, unless otherwise stated you  
 should
 consider this message and attachments as HP CONFIDENTIAL.

 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Dspace-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-devel

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to add more attributes of a item?

2007-04-02 Thread Anny Bridge

Hi Claudia,

Thanks to your help,It works now.

Thank you.

Best Regards,
Anny

On 4/2/07, Claudia Jürgen [EMAIL PROTECTED] wrote:


Hi Anny,

the instruction can be found in the documentation and the online help.

For changing your metadataregistry log in as admin to your instance, go
to [YourURL]/dspace-admin and click on metadata registry there. You also
got the admin help at this momoment.

The docs about the configuration of submission reside in
[dspace-source]/docs/submission.html.

Claudia


Anny Bridge schrieb:
 Hi Cluadia,

 Could you tell me how to register the metadata in the metadata registry
or
 where can i find relative document.As for input-forms.xml , I found the
 webpage as follows is nice enough.
 http://www.dspace.org/technology/system-docs/submission.html.

 Thanks for your attention.

 Best Regards,
 Anny

 On 4/2/07, Claudia Jürgen [EMAIL PROTECTED] wrote:

 Hi Amy,

 it is possible to add any metadata to an item.
 The metadata must be registered in the metadata registry first and then
 you are able to use it in the input-forms.xml.

 Claudia


 Anny Bridge schrieb:
  Hi all,
 
  Is it possible to add more attributes of items than the default in
the
  webUI? For example,a item represent a ebook in my case,and I want to
 store
  the attributes of the ebook such as its price,its pages,MARC record
 etc.?
  How to customize,does it need to modify the java source code Or just
 modify
  the configure file somewhere?
 
  Thanks in Advance.
 
  Best Regards,
  Anny
 
 
 


 
 

-
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to
share
 your
  opinions on IT  business topics through brief surveys-and earn cash
 

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 


 
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Admin/feedback email problems?

2007-04-02 Thread Michael White
Thanks Bjorn,

 Not very helpful, but I have the exact same problem. I've contacted 
 the add-on developers at the University of Minho, but have not
received 
 a fix yet.

That's actually very helpful - at least I know it's not just something
stupid that I've done :-)

If you receive a fix, or any further information, I would, of course, be
grateful if you could pass it on. If I make any progress, I'll let you
know.

Regards,

Mike

Michael White 
eLearning Developer
Centre for eLearning Development (CeLD) 
S7, The Library 
University of Stirling 
Stirling SCOTLAND 
FK9 4LA 

Email: [EMAIL PROTECTED] 
Tel: +44 (0) 1786 466877 
Fax: +44 (0) 1786 466880 

http://www.is.stir.ac.uk/celd/

-- 
The University of Stirling is a university established in Scotland by
charter at Stirling, FK9 4LA.  Privileged/Confidential Information may
be contained in this message.  If you are not the addressee indicated
in this message (or responsible for delivery of the message to such
person), you may not disclose, copy or deliver this message to anyone
and any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful.  In such case, you should destroy this
message and kindly notify the sender by reply email.  Please advise
immediately if you or your employer do not consent to Internet email
for messages of this kind.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] inser/delete into the metadatavalue table

2007-04-02 Thread Jose Blanco
I have a big chunk of items I would like to add and delete metadata to.
Previously I have updated the metadatavalue table when I have just wanted to
do updates to certain metadata values, and then ran index-all, but I have
never done inserts and deletes to this table via a script, and I want to
make sure this will not cause any problems.  Could some one let me know if
this is safe to do?

 

Thanks!

 

Jose

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Custom metadata or keywords?

2007-04-02 Thread Chris B
I apologize for the cross post, but after a few days of review, I
think this may belong in the Tech list rather than the general.

Our DSpace repository will be used for a large amount of dental media
resources. This includes, images, video, documents, etc..

One important thing required for our purposes is the use of ADA
Procedure Codes, their descriptions, and discipline headings. The idea
of using keywords is not very helpful since the codes and descriptions
are standardized. Each item may have one or several codes assigned to
it, and searches need to return items based on the code descriptions.

I did explore using the MeSH codes, since it seems that most of the
ADA codes are a subset of MeSH. However, many codes are different, and
there does not seem to be a 1 to 1 mapping.

The other option I explored was to register a new metadata namespace
and name. Then, add Elements, Qualifiers, and Scope Notes for the
Discipline, Code, and Description respectively. But this methodology
also does not seem right.

I am stuck trying to figure out what the DSpace way is for
facilitating this. I am just thinking of adding a table to the schema,
but then that would require a lot of other backend work. Is there a
best practice for this sort of content?

Any ideas or guides would be very helpful.

Thanks,
Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech