Related questions
Hibernate: No CurrentSessionContext configured
I keep getting a :
HibernateException: No
CurrentSessionContext configured!
in my code. The only information other searches that returned is that the culprit is:
<property name="current_session_context_class">thread</property>
in my hibernate.cfg.xml. …
How to get parameters from URL in Liferay portlet?
I'm using jsp of out-of-box portlet like feed.jspf in Liferay 6:
String articleId =null;
HttpServletRequest httpReq = PortalUtil.getOriginalServletRequest(PortalUtil.getHttpServletRequest(renderRequest));
articleId = httpReq.getParameter("articleId");
It is giving a null value whether in custom portlet or in .jsp files, but …
PKIX path building failed in Eclipse
i'm working with Liferay and i'm using eclipse, and running a client/server model, using an encrypted socket (SSL).
Currently, my application is running the client/server connection ok when I run the application in batch mode but when i …