On Tue, Mar 22, 2011 at 4:11 PM, Jean-Louis MONTEIRO <[email protected]>wrote:
> Hi, > > OK ready to commit for 3.2.x. > I also did some small changes regarding maven variables (project.version > instead of pom.version) to make maven 3 happier. > +1 > > I haven't been able to run all tests because there is still some JPA 2 > fixes > to do. > > @Thiago, lemme know if I broke something. > I didn't see your commit yet, but I'm pretty sure you didn't break anything. The tests are already broken. I'm still playing with the following: • org.apache.openejb.core.stateful.EntityManagerPropogationTest: org.apache.openjpa.persistence.ArgumentException: This configuration disallows runtime optimization, but the following listed types were not enhanced at build time or at class load time with a javaagent • org.apache.openejb.core.cmp.jpa.UnenhancedTest: org.apache.openjpa.persistence.ArgumentException: This configuration disallows runtime optimization, but the following listed types were not enhanced at build time or at class load time with a javaagent • org.apache.openejb.core.mdb.AmqXmlTest: javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused: connect > BTW, i noticed some errors I also got will implementing JPA 2. If you need > some help, I can give it a try. > > Errors with my last commits? Shoot me an email with the details, I'll look at these as soon as I get home. Some help on that would be nice... I have a feeling that you guys will finish the version 4.0 before getting me doing this... :O) Sorry for the delay. > Now, let's have a look to trunk version. > > Jean-Louis > > tkx, Thiago.
