The Artima Developer Community
Sponsored Link

Java Answers Forum
Stateful Session Beans

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
vipul

Posts: 1
Nickname: vipulm
Registered: May, 2002

Stateful Session Beans Posted: May 30, 2002 12:22 AM
Reply to this message Reply
Advertisement
<p>
Hi, I am trying out stateful session beans for the first time on weblogic 6.0 server. I have just given simply System.out.println statements in ejbPassivate() and ejbActivate() methods. In the deployment descriptors i have given max-beans-in-free-pool(=2) and idle-timeout-seconds(=1second). And I am creating 3 instances of the ejb bean in a for loop so that passivation and activation should take place. But nothing is happening. It does not display me the system.out.println statements which I have written in the ejbPassivate() and ejbActivate(). What could be the problem? Can any one guide me?
</p>
<p>
Thanks,
Vipul
</p>

Topic: Greek Fonts in Java Previous Topic   Next Topic Topic: ResultSet problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use