Hi, I'm doing a project using Icefaces+ Hibernate.. At moment I'm having a error when I try to access to my hibernate session.
When Iceface call to the Bean's constructor the first sentence is this one
this.session = HibernateUtil.getSessionFactory().getCurrentSession();
But when I'm on debugging mode the sentence is not executed and appears this error:
\nbproject\build-impl.xml:576: Deployment error: BUILD FAILED (total time: 0 seconds) "Cannot perform required operation, since the server is currently in suspended state and thus cannot handle any requests. See the server log for details."
Could you please tell me what could be happening here??
Thanks in advance
|