org.apache.openjpa.persistence.PersistenceException: null
问题 The second line is causing the exception listed below. This code actually works on the test server, but is blowing up on my box. Can anyone offer a clue what I need to look at to solve this? TypedQuery<ed> _TypedQuery = _EntityManager.createQuery(_CriteriaQuery); List<ed> _edList = _TypedQuery.getResultList(); Exception org.apache.openjpa.persistence.PersistenceException: null at org.apache.openjpa.kernel.BrokerImpl.find(BrokerImpl.java:1017) ~[openjpa-2.2.0.jar:2.2.0] at org.apache.openjpa