Cédric Tabin
Cédric Tabin
@slawekjaranowski FYI this bug is still present in 3.4.0 with maven 3.9.8 and JDK21.
Hi @lindyer, Maybe something related to `fromWritableBuffer` ? :thinking: Is it working if you use a regular file instead of a memory zip ?
Maybe I found out [something](https://github.com/ctabin/libzippp/blob/master/tests/tests.cpp#L154) strange while working on #233... libzip seems to read the invalid data after adding empty entries after a file and that might be the same...
Hi @andrelehto, I do not know anything about FetchContent unfortinately. Do you mind submitting a PR ?
@OndroMih Amazing :thumbsup: Looking forward to see this implemented in GlassFish and sorry I didn't have the time to work on this.
Hi @artur-mal, Here is the [reproducer](https://github.com/ctabin/gf-test) in the `payara-7-alpha` branch: ```sh git clone https://github.com/ctabin/gf-test.git payara-7141 cd payara-7141 git checkout payara-7-alpha mvn clean package ``` You'll get the error printed and...
@artur-mal Can you please open this issue again ? The response has been provided with an example.
FYI the problem is still present in version 7.2025.1.Alpha1.
FYI the problem remains with version 72025.1.Beta1: ``` SEVERE: Exception during lifecycle processing org.glassfish.deployment.common.DeploymentException: Error in committing security policy for ejbs of SNV4SRV -- Cannot invoke "jakarta.security.jacc.PolicyFactory.getPolicy()" because the return...
Solved in 7.2025.1 by updating the jacc configuration in `domain.xml` by: ```xml ``` And adding this in ``: ```xml -Djakarta.security.jacc.PolicyFactory.provider=org.glassfish.exousia.modules.def.DefaultPolicyFactory ```