Hello, After installing sync2 on OpenMRS 1.x I get this error, anyone ever encountered it?
java.lang.NoSuchMethodError: org.hibernate.SessionFactory.getCurrentSession()Lorg/hibernate/Session; at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.getSession(AtomFeedSpringTransactionManager.java:69) at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager.getConnection(AtomFeedSpringTransactionManager.java:58) at org.ict4h.atomfeed.server.repository.jdbc.AllEventRecordsQueueJdbcImpl.getAll(AllEventRecordsQueueJdbcImpl.java:96) at org.ict4h.atomfeed.server.service.publisher.EventRecordsPublishingService.publish(EventRecordsPublishingService.java:14) at org.openmrs.module.atomfeed.scheduler.tasks.EventPublisherTask$PublishTransaction.doInTransaction(EventPublisherTask.java:40) at org.ict4h.atomfeed.transaction.AFTransactionWorkWithoutResult.execute(AFTransactionWorkWithoutResult.java:6) at org.openmrs.module.atomfeed.transaction.support.AtomFeedSpringTransactionManager$1.doInTransaction(AtomFeedSpringTransactionManager.java:41)