Hi, As you may know a lot of people (i'm in these people ;)) use hibernate instead of openjpa for different reasons.
As we deliver an Apache product we can't activate hibernate. However we can put a profile with hibernate into our pom if we dont' activate it on Apache platform isn't it? What i would like to do: - add a profile in openejb-core for openjpa -> by default - add a profile in openejb-core for hibernate -> activate on hibernate system property - ...if someone want eclipselink we can do the same etc... What is important if we do it is to use the system property because it will allow us to activate transitive profile from maven (yes!). Any thought? - Romain
