Andrei Ivanov created LOG4J2-2434:
-------------------------------------
Summary: Generate and include the JPA metamodel for the JPA
appender
Key: LOG4J2-2434
URL: https://issues.apache.org/jira/browse/LOG4J2-2434
Project: Log4j 2
Issue Type: Improvement
Components: Appenders
Affects Versions: 2.11.1
Reporter: Andrei Ivanov
After managing to get Log4j to insert the log events in a DB using JPA, I'm
trying to query them using typesafe Criteria queries.
The problem is that since my entity extends {{BasicLogEventEntity}}, the
generated metamodel also extends the metamodel for {{BasicLogEventEntity}},
which doesn't exist.
Reading [HHH-8711|https://hibernate.atlassian.net/browse/HHH-8711], I see it's
not possible for the generator to process classes inside jars, hence the
request to generate them and include them in the jar.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)