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
I'm having a bit of a hard time getting managed objects up and running, whenever I try adding managed beans I get something like
Exception in thread "main" java.lang.IllegalArgumentException: Unknown bean com.schnaub.managed.Foo@3ff0dbfd
at org.eclipse.jetty.util.component.ContainerLifeCycle.manage(ContainerLifeCycle.java:352)
at com.hmsonline.dropwizard.spring.SpringService.loadManagedBeans(SpringService.java:165)
at com.hmsonline.dropwizard.spring.SpringService.run(SpringService.java:60)
at com.hmsonline.dropwizard.spring.SpringService.run(SpringService.java:30)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:42)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:76)
at io.dropwizard.cli.Cli.run(Cli.java:70)
at io.dropwizard.Application.run(Application.java:72)
In the main app I'm on right now all other beans are created just fine.
Hi there,
I'm having a bit of a hard time getting managed objects up and running, whenever I try adding managed beans I get something like
In the main app I'm on right now all other beans are created just fine.
I've created a super simple demo app here that highlights the issue: https://github.com/JanGorman/ManagedBeanDemo/
Thanks in advance.
Best regards
Jan
The text was updated successfully, but these errors were encountered: