Issue Type: Bug Bug
Assignee: Unassigned
Created: 06/Aug/13 9:51 PM
Description: The generic Exception is caught here:

https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataExport.java#L138

and a null is returned. No message is logged. That makes it impossible for the user to find out what went wrong. Possible solutions:
1) log the exception message
2) find out which specific exceptions can occur here and catch those, letting anything unexpected produce a stacktrace
Project: DSpace
Priority: Minor Minor
Reporter: Ivan Masár
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to