We just upgraded to DSpace 1.5.0. When trying to add a new bitstream to an existing item, I get an org.postgresql.util.PSQLException:
ERROR: constraint <unnamed>: table bundle does not have an attribute mets_bitstream_id I see that the mets_bitstream_id was removed from the bundle table as part of the schema changes for 1.5, but psql shows that there are still 3 RI_ConstraintTriggers in the system catalog referring to mets_bitstream_id -- 1 on bundle and 2 on bitstream. Is it safe to just drop those 3 triggers (when I did that on a test copy of the database, I was able to add the bitstream successfully)? --Bill **************************************************************** William Jordan Associate Dean University of Washington Libraries Resource Acquisition and Description/ Information Technology Services Box 352900, Seattle, WA 98195-2900 Voice: (206) 685-1625 Fax: (206) 543-5457 **************************************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

