Haven't seen this as an issue yet. We are just trying to add a simple tag to an artifact already in the system.
Getting a hibernate error - object references an unsaved transient instance.
Please see attached file.
Well that was a tough one. I was able to duplicate the error. The scenario goes like this.
Two artifacts art-1 and art-2
add a tag to art-1 called "artsTag"
save
add a tag to art-2 called (here's the kicker) "artsTag" Notice that the name is the same.
save - Hibernate error.
I'll save you from the gory technical details. We'll post a patch in the next couple of days.
The work around is to always either select a tag from the tag list or create a new one that is unique. The fault is on some code that tries to synch unique tag names with tags already in the database.
