I am trying to deploy Hibernate code as "
.har" (hibernate archive) in JBoss App Server & my web application with struts as ".war" based on the information available at the link below:
http://docs.jboss.org/jbossas/getting_s ... rnate.html
But, the problem I have in using this architecture the Hibernate's
SessionFactory can be exposed outside ".har" but
not the
persistence classes of hibernate and to perform CRUD operations using Hibernate's
Session the persistence classes are required.
Any advise to solve this problem.
thanks & regards,
RamPrasad