yeah...i have search the error over the net but it seems like the error doesnt exits before. :)
Thank you!
Regards,
tiffany
Type: Posts; User: chiatai; Keyword(s):
yeah...i have search the error over the net but it seems like the error doesnt exits before. :)
Thank you!
Regards,
tiffany
Hi karldmoore,
The error message is "java.util.AbstractList$Itr@110f98f" after i had step over to highlighted red line. This method will put in DAOHIBERNATE and it extends HibernateDaoSupport:
...
Hi, i had a problem with Hibernate. I have this code in DAOHIBERNATE:
public Flight selectFlight(String city) {
Flight flight = null;
List result = getHibernateTemplate().find("from...