Hi, 1) yes, known, not sure it is a real issue since both deps are test deps and both are not mandatory 2) same code as openwebbeans (would be better to go on openwebbeans list for this issue IMO) 3) you generated them (a sample here https://github.com/rmannibucau/JeBlog/tree/master/pom.xml)? was the entitymanager already used - if not try to add <property name="openejb.jpa.init-entitymanager" value="true" /> in your persistence.xml?
PS: sorry was not able to build your project with my current network connection Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/6/4 Thomas Hug <[email protected]> > > Hey TomEE experts > > I'm currently working on getting the CDI query code base ready for import > [1] but haven't been successful running it under the TomEE profile (JBoss > and Glassfish run both fine). > > As far as I could drill down to the problems it's > - a Maven Aether library conflict with ShrinkWrap (solved by upgrading to > ShrinkWrap 2 beta) > - some of the partial beans not created (haven't checked all errors but > seems mainly related to abstract classes) > - JPA metamodel classes not initialized (all null) > > Haven't run it with the debugger yet, but in case any of those problems > ring a bell, a hint is very welcome. > > [1] https://github.com/ctpconsulting/query/tree/dsimport
