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
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