Re: Running with Karaf and Spring-Data

2014-01-30 Thread Daniel McGreal
Hi Kevin, Thanks for your assistance. bundle #143 (the .10 I guess is revision, the :1 not sure - maybe fragment?) is the bundle responsible for initialising the PU (via Spring's LocalContainerEntityManagerFactoryBean), it also holds the SpringData Repository definitions and @Entity classes.

Re: Running with Karaf and Spring-Data

2014-01-30 Thread Kevin Sutter
Hi Daniel, OpenJPA is in the middle of parsing for persistent types. And, while parsing urls, it's coming across the one referenced in the exception (bundle://143.10:1) that it can't read. This looks to be related to some osgi bundle. Does that identifier mean anything to you? Do you have your

Running with Karaf and Spring-Data

2014-01-27 Thread Daniel McGreal
Hi all. I started using Karaf 3.0.0 features for the Spring dependencies (3.1.4.RELEASE and OpenJPA 2.3.0). I now have an OpenJPA error: Exception in thread "SpringOsgiExtenderThread-2" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemRepository': In