tomay / rebioma

Automatically exported from code.google.com/p/rebioma
0 stars 0 forks source link

missing BasisOfRecord thows exception #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Upload attached data with no BasisOfRecord (no longer required per issue 202)
2.Throws java exception ("Upload failed due to exception:"null")

What is the expected output? What do you see instead?
Should be valid without BasisOfRecord

Please use labels and text to provide additional information.

Original issue reported on code.google.com by tom.alln...@gmail.com on 15 Jul 2009 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r1417
Commented out function that validates BasisOfRecord by comparing to 
BASIS_OF_RECORD
set: This was trying to evaluate a null string and throwing the error in case 
where
there is no BasisOfRecord. 

Original comment by tom.alln...@gmail.com on 15 Jul 2009 at 8:32