Hi,

you need to use compatible dependencies
  
run the 6.11 examples with these dependencies
   
    <dependency>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-core</artifactId>
        <version>6.11.0</version>
    </dependency>

    <dependency>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-cdi</artifactId>
        <version>6.11.0</version>
    </dependency>

    <dependency>
        <groupId>javax.enterprise</groupId>
        <artifactId>cdi-api</artifactId>
        <version>1.0-SP4</version>
    </dependency>

    <dependency>
        <groupId>org.jboss.seam.conversation</groupId>
        <artifactId>seam-conversation-spi</artifactId>
        <version>3.0.0.Final</version>
    </dependency>

François

François Meillet
Formation Wicket - Développement Wicket





Le 30 oct. 2013 à 16:10, brazz <alexander.li...@man.eu> a écrit :

> 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