Believe I answered this one for myself... this relationship is defined as
inverse="true" in the Hibernate mappings... therefore changing the pooledactor
set on the swimlane will no effect to the persistent data.
We must change the assinment on the PooledActor side:
pooledActor.setSwimlaneInstance(null);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156816#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...