Liferay « Connection « JPA Q&A





1. Second datasource results in: 'org.hibernate.QueryException: in expected:'    liferay.com

Second datasource results in: 'org.hibernate.QueryException: in expected:' September 8, 2011 4:15 AM Answer Marc-Hendrik De Rycker Rank: New Member Posts: 5 Join Date: September 8, 2011 Recent Posts tldr; clause: My questions are: - What am i still missing in my configuration (or doing wrong) - Can services in the same hook/plugin map to different datasources? /tldr; clause Thread: For a ...

2. One Hibernate connection for mutiple portlets    liferay.com

Hi Guys, I need our help to do that... I have a software and will convert to Liferay Portal. How i could have one hibernate connection for mutiple portles.For example: I can create a Jar Library with all DAO,Model, etc for hibernate and only one connection. How can i do that and how i can acces this hibernate connection from mutiple ...

3. Adding a new Hibernate DataSource with annotations    liferay.com

Hi all, i need some hints on how to proceed to build my application. I've an already existing data layer comprised of: - domain model POJOs classes annotated with JPA annotation (plus some hibernate3 specifics) - a generic DAO layer - some components using the DAOs to implement higher level business intelligence. I would like to integrate these in liferay but ...