Re: Database recommendation: Maria DB or PostgreSQL

2016-12-12 Thread Bengt Rodehav
Sorry, never did thank you for your reply! I ended up choosing PostgreSQL and so far it works fine. /Bengt 2016-10-07 11:37 GMT+02:00 Francesco Chicchiriccò : > On 07/10/2016 10:47, Francesco Chicchiriccò wrote: > >> On 07/10/2016 09:47, Bengt Rodehav wrote: >> >>> I'm in the process of choosin

metamodel npe

2016-12-12 Thread Jason Reilly
Hi all, I am using OpenJPA 2.4.1 in Karaf and am seeing a NPE thrown...here is stacktrace: java.lang.NullPointerException at org.apache.openjpa.persistence.criteria.PathImpl.get(PathImpl.java:245) at org.renci.binning.dao.jpa.clinbin.DiagnosticBinningJobDAOImpl.findByExample(Diagnosti

Re: metamodel npe

2016-12-12 Thread Jason Reilly
Hi all, I have this sorted...turns out a different bundle/jar was exporting my dao code. Once I fixed the bundle exports, the NPE went away. Sorry for the noise. Regards, Jason On 12/12/2016 12:23 PM, Jason Reilly wrote: Hi all, I am using OpenJPA 2.4.1 in Karaf and am seeing a NPE throw