I get an error at injection of the Entity Manager:
Caused by: com.sap.engine.lib.injection.InjectionException: Injection on field em of instance de.aseaco.cf.uif.community.COMDatabaseBean@13d5aa00 failed. Could not get a value to be injected from the factory. at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:115) at com.sap.engine.lib.injection.InjectionMatrix.inject(InjectionMatrix.java:45) at com.sap.engine.services.ejb3.runtime.impl.Interceptors_DependencyInjection.invoke(Interceptors_DependencyInjection.java:22) ... 141 more Caused by: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.services.orpersistence.model.ormappingmodel.Column.getTable() of an object loaded from local variable 'col'
There is nowhere in the log a hint, on which entity the problem happens... Is there any possibility to get a more detailed log what really happens?? I have 30 entities and I can't randomly change and hope to find the problem...
Frank