Hi Martin,

thanks for your answer!
With the dependencies from your link i now can see log entries of weld. So
now it seems to initialize correctly. 

But i have to run it with wicket version 1.5.10 from the examples page?
When i run the examples with wicket 6.11, i get the compile error that
method "get()" of Class CdiConfiguration does not exist. 
When i run the old examples with wicket 6.11, i get the following (now well
known error):

WELD-001408 Unsatisfied dependencies for type [ApplicationCounter] with
qualifiers [@Default] at injection point [[field] @Inject
net.ftlines.wicket.cdi.examples.InjectionPage.counter]

this seems to be the "main default error" of weld. 


30.10.2013 15:16:30 org.jboss.weld.bootstrap.WeldBootstrap <clinit>
INFO: WELD-000900 1.1.9 (Final)
30.10.2013 15:16:30 org.jboss.weld.bootstrap.WeldBootstrap startContainer
INFO: WELD-000101 Transactional services not available. Injection of @Inject
UserTransaction not available. Transactional observers will be invoked
synchronously.
30.10.2013 15:16:31 org.jboss.weld.environment.tomcat7.Tomcat7Container
initialize
INFO: Tomcat 7 detected, CDI injection will be available in Servlets and
Filters. Injection into Listeners is not supported
30.10.2013 15:16:31 org.jboss.weld.interceptor.util.InterceptionTypeRegistry
<clinit>
WARNUNG: Class 'javax.ejb.PostActivate' not found, interception based on it
is not enabled
30.10.2013 15:16:31 org.jboss.weld.interceptor.util.InterceptionTypeRegistry
<clinit>
WARNUNG: Class 'javax.ejb.PrePassivate' not found, interception based on it
is not enabled




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-conversation-scope-weld-integration-tp4662028p4662049.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to