Hello everybody, I am using Hibernate 3, MySQL and JDevloper 11g.I
when run in console mode hibernete runs fine, but I when run a jsf that has an ADF table, I get empty table, reading is because JDeveloper 11g using weblogic 10, but the truth is that it leaves me not error.
Copy of libreiras of direcotio hibernate in weblogic. Also add the following code to weblogic.xml
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
I hope your answers. thanks in advance for responding.
|