Add the following snippet of code to the autogenerated EntityHome classes created by JBoss Tools through the “New Seam Entity” wizard:

@Override
public String remove() {
	String res = super.remove();
	clearInstance();
	return res;
}
 

One Response to [Solved] Workaround to JBoss Tools’ autogenerated EntityHome

Leave a Reply