|
From: <php...@li...> - 2008-10-27 16:51:12
|
Hi,
> Session session = HibernateUtil.openSession();
> br.edu.utfpr.helper.HibernateUtil.openSession(HibernateUtil.java:22)
seems like you don't have a hibernate session factory, hence the NullPointerException. Use HibernateUtil.getSession() instead.
However, this has nothing to do with the PHP/Java Bridge.
Regards,
Jost Boekemeier
|