Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: Hibernate2
I implemented the codes above as suggested for byte[] Indentifier.
When tried to query against the database, I'm getting this error:
IllegalArgumentException in class: com.model.xmldoc, setter method of
property: dxxrootId
[4/20/05 8:49:28:663 EDT] 1f15a08e BasicProperty E
net.sf.hibernate.property.BasicPropertyAccessor
expected type: com.util.BytesType,
actual value: com.util.Bytes
[4/20/05 8:49:28:813 EDT] 1f15a08e DispatcherSer E
org.springframework.web.servlet.DispatcherServlet Could not complete
request
Please refer to this link for Bytes and BytesType implementation
http://www.hibernate.org/50.html
Thank you