lukefitzwolfgang / icatproject

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

Exception raised when there is an attempt to add a file which is already in ICAT via createMany() #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The bug is in the exception raised when there is an attempt to add a file which 
is already in ICAT via createMany(). The exception should return an offset 
parameter which tells you which entry in your list caused the problem, allowing 
you remove it and retry. The bug is that the exception offset is always -1. 
Steve has written a test which replicates the bug and mentioned it on the 
mailing list. I think since he is aware of it any bug fix request entry should 
come from him.

Original issue reported on code.google.com by crcami...@gmail.com on 31 Jan 2013 at 2:49

GoogleCodeExporter commented 9 years ago
This is fixed in the source code and will go out in the next release.

Original comment by dr.s.m.f...@gmail.com on 4 Feb 2013 at 2:49

GoogleCodeExporter commented 9 years ago
Fixed in release 4.2.3

Original comment by dr.s.m.f...@gmail.com on 8 Mar 2013 at 11:06