andi-huber commented on PR #3375: URL: https://github.com/apache/causeway/pull/3375#issuecomment-3884446189
> The stack trace referenced in [#3375 (comment)](https://github.com/apache/causeway/pull/3375#issuecomment-3884030804) ... this is the error we see when the superclass module is weaved without there being any subclasses in that module. > > The workaround we intend to use for the actual application is to create a dummy subclass in that module, just so that weaving does indeed create the necessary constructor. Hi @danhaywood - The stacktrace above is from the Mojo that is calling EclipseLink to start the weaving. This happens at build-time (not runtime). Also `AuditLogEntry` at this point has no super type, just interfaces, which are not part of the weaving, I believe. So thats a bit of a puzzler now, as the Secman Extension already works, which is proof of concept that we are doing the right thing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
