Hello, after using wicket 6.9.0 which solved https://issues.apache.org/jira/browse/WICKET-5226 I gave it another try with a quickstart and injecting a simple helloBean, but got some warnings:
> INFO: WELD-000900 2.0.0 (SP1) > WARNING: Class 'javax.ejb.PostActivate' not found, interception based on it > is not enabled > WARNING: Class 'javax.ejb.PrePassivate' not found, interception based on it > is not enabled > ... > WARNING: No matching SeamConversationContext for store type interface > javax.servlet.http.HttpServletRequest, using NOOP instance! > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.cdi.ConversationPropagator which does not have any > appropriate constructor. > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.cdi.ConversationExpiryChecker which does not have any > appropriate constructor. > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.cdi.DetachEventEmitter which does not have any > appropriate constructor. > ... > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class de.tremel_computer.gf4minimum.HomePage which does not have any > appropriate constructor. > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.markup.html.basic.Label which does not have any > appropriate constructor. > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.markup.html.internal.HtmlHeaderContainer which does > not have any appropriate constructor. > WARNING: WELD-001529 An InjectionTarget implementation is created for a > class org.apache.wicket.markup.html.TransparentWebMarkupContainer which does > not have any appropriate constructor. I suppose the first two warnings are a missing dependency, does anybody know which? Any hint how to get rid of the other warnings? Thank You Dieter Tremel --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
