andi-huber commented on PR #3408:
URL: https://github.com/apache/causeway/pull/3408#issuecomment-3913680160
Build with weaving enabled fails tests in
`org.apache.causeway.extensions.secman.jpa.permission.dom.ApplicationPermissionRepository_IntegTest`:
```
Exception Description: Deployment of PersistenceUnit [default] failed. Close
all factories for this PersistenceUnit.
Internal Exception: java.lang.NoSuchMethodError: 'void
org.apache.causeway.extensions.secman.applib.permission.dom.ApplicationPermission.<init>(org.eclipse.persistence.internal.descriptors.PersistenceObject)'
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:801)
```
This is perhabs due to tests happening before weaving completed in super
module, not sure.
If true, potential workaround could be to move failing tests to regression
tests, which run later.
--
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]