This is using 3.1B2.
>From Eclipse, I export my project as a runnable jar file. When I try to
>execute it from bash, I get this exception thrown at startup:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at s
Yes, it works fine. The problem were two different cayenne-project.xml
files in classpath, because the testsrc directory pointed to the same dir.
I detected this by creating new dbEntities and objEntities, which couldnt
be found by cayenne.
2013/12/10 jotpe
> Thanks for reply. I tried several t