Issue « JPA « JSF Q&A





1. JSF, JPA, Hibernate Proxy Inheritance Issue    stackoverflow.com

I am using the inheritance strategy table per concrete class and today I faced something very strange. I still don't know the reason for that problem but let me explain what ...

2. Hibernate/Db2 Issue!    coderanch.com

Hi there, I'm using hibernate and Db2 with JSF. In the Db2 I have a table A, where I have a column B with two values. In the jsp I could directly/dynamically populate those two values in my selectonelistBox. My question is, after I select a value from the list and click add or save button, I want the selected value ...