You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.IllegalAccessError: class nl.kvk.gio.digimelding.AnnotatieInterfaceImpl tried to access protected field nl.kvk.gio.digimelding.AnnotatieToevoegenRequest.annotatieBoom (nl.kvk.gio.digimel
ding.AnnotatieInterfaceImpl is in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @31e04b13; nl.kvk.gio.digimelding.AnnotatieToevoegenRequest is in unnamed module of loader io.q
uarkus.bootstrap.classloading.QuarkusClassLoader @1ed1993a)
The lib is indexed
quarkus.index-dependency.wsdl.group-id=nl.kvk.gio
quarkus.index-dependency.wsdl.artifact-id=gio-digimelding-service-wsdl
What is the best way to fix this. Useing the getters work but we would rather not do that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have a web service in quarkus
Some fiels are generated by cxf as protected,
Now we get:
Caused by: java.lang.IllegalAccessError: class nl.kvk.gio.digimelding.AnnotatieInterfaceImpl tried to access protected field nl.kvk.gio.digimelding.AnnotatieToevoegenRequest.annotatieBoom (nl.kvk.gio.digimel
ding.AnnotatieInterfaceImpl is in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @31e04b13; nl.kvk.gio.digimelding.AnnotatieToevoegenRequest is in unnamed module of loader io.q
uarkus.bootstrap.classloading.QuarkusClassLoader @1ed1993a)
The lib is indexed
quarkus.index-dependency.wsdl.group-id=nl.kvk.gio
quarkus.index-dependency.wsdl.artifact-id=gio-digimelding-service-wsdl
What is the best way to fix this. Useing the getters work but we would rather not do that.
Beta Was this translation helpful? Give feedback.
All reactions