Re: [Resin-interest] Incorrect ejb-30.jar with Resin 3.0.22?

2007-02-05 Thread Rodrigo Westrupp
--- cilquirm <[EMAIL PROTECTED]> wrote: > > The one from the ejb-30.jar file that comes with Resin 3.0.22 has > the same > class, but the method "createContainerEntityManagerFactory" only > takes in a > PersistenceUnitInfo , when it should be taking a > PersistenceUnitInfo and a > Map of additiona

[Resin-interest] Incorrect ejb-30.jar with Resin 3.0.22?

2007-02-05 Thread cilquirm
The ejb-3.0 jar that comes bundled with Resin 3.0.22 seems to be different than the ejb3-persistence.jar that comes bundled with Hibernate 3. More importantly, the PersistenceProvider interface under javax.persistence.spi in that jar file seems to diverge from the 1.0 API. The PersistenceProvid