hi dear
First
I am interested in exploring projects in jsf spring hibernate ones to use in IDE MyEclipse only.
so I found petclinic project is one of them using eclipse which is vague to me. Therefore I tried to build the project in MyEclipse in steps.
At this stage I get this error of Cannot find class [org.hibernate.jmx.StatisticsService]
09:52:34,046 ERROR [org.springframework.web.context.ContextLoader] (MSC service thread 1-2) Context initialization failed: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.hibernate.jmx.StatisticsService] for bean with name ‘petclinic:type=HibernateStatistics’ defined in class path resource [common/mapping/Common_HibernateSpringDAO.xml]; nested exception is java.lang.ClassNotFoundException: org.hibernate.jmx.StatisticsService from [Module “deployment.JsfSpringHibernate.war:main” from Service Module Loader]
This error is thrown whenadding the next bean
<!– Hibernate’s JMX statistics service –>
<bean name=”petclinic:type=HibernateStatistics” class=”org.hibernate.jmx.StatisticsService” autowire=”byName”/>
Second
Has anyone got links of more projects of jsf spring hibernate apart from Catalog and petstore ?
Many thanks to all nice responses and its senders
Amir