Replies: 1 comment
-
I'm not sure what the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to use a CustomListener to catch Events related to Assets, which basically implements AssetListener to do something when Assent events appear:
`
`
But following error appears during gradle build:
feb 17, 2025 9:59:31 A.áM. org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider CustomListener registered in SERVER runtime does not implement any provider interface s applicable in the SERVER runtime. Due to constraint configuration problems the provider CustomListener will be ignored.
And I can check during execution than Listener is not working as expected during Asset creation.
Any idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions