Gentlemen,
Thanks for your work on EJB3unit; it looks to be exactly what I want to use, with one small problem - it seems that I can't get it to work with a custom Hibernate NamingStrategy. I attempted a quick fix against the current codebase along the lines of the attached patch, but then discovered that the way that the the jarjar plugin munges packages breaks that fix: in my case I get this:
java.lang.ClassCastException: com.gaiam.gcsi.util.SensibleNamingStrategy cannot be cast to org.ejb3unit.hibernate.cfg.NamingStrategy
It seems to me that it would be really useful to provide a distribution in a maven repo (since you're using maven already) that doesn't take the uberjar route and hence doesn't botch package names and thus break external plugins.
Thanks again,
Kris