Hi I would like to use orchestra with hibernate in a JSF project. As far as I could find out orchestra is fairly strong coupled to JPA (at least the example programs). As we do not yet have any experiances inJPA, but have some experiances in Hibernate and Hibernate-Spring integration I would prefer to use plain Hibernate.
Here my questions, Is there any reason not to use plain Hibernate ? Does anyone have some sample configuration and DAOs to illustrate how this could work ?

