[Hibernate] IndexArrayOutOfBoundException in ObjectType

2004-03-01 Thread Jerome Bonnet
Hello Hibernate guys ! I am triggered an ArrayIndexOutOfBound Exception in the hibernate code. This happens when I try to bind a positional parameter of type object. For instance: List finds = session.find("from package.MyClass as myclass where myclass.myAttrib=?", subobject, Hibernate.O

[Hibernate] Issues at FinderRenderer class

2004-02-25 Thread Jerome Bonnet
I have a couple of issues and correction to submit to the mailing list for comment. I use the finder renderer In hibernate-extension (hbm2java.FinderRenderer) and I found problems with them. The file is: \hibernate-extensions-2.0.2\tools\src\net\sf\hibernate\tool\hbm2java\Fin derRenderer.java 1)Fi