Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

java callout : messagecontext.setvariable : cannot access DataProvider

Hi,

When i try to package my app (mvn clean package), i get this error :

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ..

[ERROR] JWTParser.java:[64,16] error: cannot access DataProvider

the error comes from that line:

messageContext.setVariable("X-OIDC-VALIDATION-RESULT", "FAIL");

is seems that i have a problem with messageContext.setVariable.

I'm using the same POM then the one used in the tutorials

Can some one help me plz

Solved Solved
0 7 443
1 ACCEPTED SOLUTION

t works for me

I was using fish shell lol.

I come back to my /bin/bash and I can package my app

Thank you @wwitman

View solution in original post

7 REPLIES 7