Hello,

Im using Wicket 1.5.8 + EJB 3.1. To configure Wicket with EJB Im using:
<dependency>
   <groupId>org.wicketstuff</groupId>
   <artifactId>javaee-inject</artifactId>
   <version>1.5-RC5.1</version>
</dependency>

Everything seemed to work when I was using only @Stateless beans. But now,
it's the time that I need to introduce @Stateful bean into the application.
And because of that I'm struggling with a very strange problem. Everything
works as expected except... back button. When I click back button -
@Stateful EJB is being recreated each time I press back button. So it's
ruining my logic. 

Any idea what's happening ?

Thank you in advance, Satrix



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-8-EJB-3-1-strange-problem-tp4653977.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