In my application, we were creating an instance of the EntityManager with no properties, and then later setting properties using the setProperties method of the EntityManager. I ran into a problem however in that when you use setProperties and give it a service name, it doesn't set the dataServiceAdpterInstance property on the EntityManager, this causes all queries to fail.
0
votes