Another strange thing is that when i define the bind variable as List or Set the setter is
never called:
public void setCommittee(List committee) {
this.committee = committee;
}
If i define as array, the setter is called but the exeption above is always thrown.
Any idea how to solve? Any known workaround?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105688#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...