Hello Friends,
I am deploying an
J2EE application which uses Hibernate as ORM on Oracle 10g Application Server (10.1.3 OC4J).
Application gets deployed successfully, however when i request for initial pages through browser, queries do not fetch any data,from the logs it is seen that SQL queries failed to fetch records from Oracle 10g database.
One of the log message is:
No Persistent classes found for Query Class same application works fine & gives expected results on Tomcat 5.0.28 Does anybody have idea to resolve this problem?
Thanks in advance,
Shriniwas