On May 12, 2011, at 4:14 PM, Luke McCollum wrote: > I am attempting to move our project to Hibernate 3.6 and I understand that > OpenEJB 3.2 supports JPA 2, but I'm unaware of the level of support in > OpenEJB 4.0, or if it's even ready for use. I'm not expecting rock-solidness, > but I'd like to get the basics in place and see what works. So, which version > should I build against?
Definitely 3.2. CDI is down deep into the guts of 4.0 and there's been plenty of instability and TODOs with that. The 3.2 release is specifically targeted at JPA2 and has plenty of people who will happily answer questions and track down bugs. Really really hoping we can get 3.2 out by the end of the month. We've been making big strides forward with 4.0, especially in the last two months, but these have been unstable strides for tinkerers :) A couple more strides and things will settle enough to shift into the "ok, try this out" mode. > Also, I'm trying to use the snapshots in my maven build, but maven doesn't > seem to like the timestamped artifacts I see on the apache snapshots repo. > How do I include those in my project? Let me try and push some new snapshots and then try again. -David
