Thinking about this a little more, my guess is the CDI implementation hasn't been initialized yet.
For example, if you are using weld, you would need to run: Weld weld = new Weld(); weld.initialize(); This would depend on the implementation you are using. On Tue, Nov 7, 2023 at 10:49 AM Brian Demers <[email protected]> wrote: > Hi, thanks for reaching out to us! > > Do you have an example that demonstrates the problem? (what dependencies > are you using, how did you construct the client, etc) > Is there more to the stacktrace you can share? > > > On Tue, Nov 7, 2023 at 7:36 AM Azmathulla Chinnakondepalli > <[email protected]> wrote: > >> Hello, >> >> i am trying to use the SCIMple scim-client. i tried creating a simple >> ScimUser using the ScimUserClient. i get below error message, Any Help >> greatly appreciated. >> >> Thanks, >> Azmath >> >> >> Nov 07, 2023 7:05:04 AM org.glassfish.jersey.internal.Errors logErrors >> >> WARNING: The following warnings have been detected: WARNING: HK2 failure >> has been detected in a code that does not run in an active Jersey Error >> scope. >> >> WARNING: Unknown HK2 failure detected: >> >> MultiException stack 1 of 3 >> >> org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no >> object available in __HK2_Generated_0 for injection at >> SystemInjecteeImpl(requiredType=SchemaRegistry,parent=ScimJacksonXmlBindJsonProvider,qualifiers={},position=0,optional=false,self=false,unqualified=null,1007660652) >> >> at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve( >> ThreeThirtyResolver.java:52) >> >> at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197) >> >> at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies( >> ClazzCreator.java:214) >> >> at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) >> >> at org.jvnet.hk2.internal.SystemDescriptor.create( >> SystemDescriptor.java:466) >> >> >> >> >> This electronic communication and the information and any files >> transmitted with it, or attached to it, are confidential and are intended >> solely for the use of the individual or entity to whom it is addressed and >> may contain information that is confidential, legally privileged, protected >> by privacy laws, or otherwise restricted from disclosure to anyone else. If >> you are not the intended recipient or the person responsible for delivering >> the e-mail to the intended recipient, you are hereby notified that any use, >> copying, distributing, dissemination, forwarding, printing, or copying of >> this e-mail is strictly prohibited. If you received this e-mail in error, >> please return the e-mail to the sender, delete it from your computer, and >> destroy any printed copy of it. > >
