4.2.M3 Modeler Error when generating classes

2021-03-30 Thread Markus Reich
Hi, I have opened a project which was created with 4.1 when I try to generate the classes within the modeler I get the following error: [ERROR] Error generating classes org.apache.cayenne.di.DIRuntimeException: DI container has no binding for key at org.apache.cayenne.di.spi.DefaultInjector.getP

Re: [ANN] Cayenne 4.2.M2 release

2020-10-13 Thread Markus Reich
using EXISTS instead of JOIN + > DISTINCT for to-many conditions [2]. > > Enjoy M2! > > Andrus > > [1] https://cayenne.apache.org/2020/10/cayenne-42m2-released/ > [2] https://issues.apache.org/jira/browse/CAY-2684 -- *Markus Reich* Waldweg 62 6393 St. Ulrich am Pillersee www.markusreich.at / www.meeximum.at markus.re...@markusreich.at

Cayenne 4.1.RC2 Logging

2019-10-30 Thread Markus Reich
Hi, since the move to slf4j I'm not able to control the log level anymore. As I couldn't find any documentation, my last hope is the community :-) I'm no logging expert :-/ best regards Meex

Switch DbEntity schema at runtime

2016-11-18 Thread Markus Reich
Hi, I have a very special requirement :-) We need to change the schema after logon (it's a JSF Tomcat WebApp) I tried the following After login final String SESSION_CONTEXT_KEY = SessionContextRequestHandler.class.getName() + ".SESSION_CONTEXT"; ObjectContext context = (ObjectContext) session.g