Hi all,
I've problem when a previously passivated Session Bean
is activated from JBoss.
JBoss container configuration for SFSB is:


  | <remover-period>5400</remover-period>             
  | <max-bean-life>5400</max-bean-life>               
  | <overager-period>900</overager-period>            
  | <max-bean-age>1800</max-bean-age>                 
  | <resizer-period>400</resizer-period>              
  | <max-cache-miss-period>60</max-cache-miss-period> 
  | <min-cache-miss-period>1</min-cache-miss-period>  
  | 

I call a Session Bean, I don't use it for  half an hour and I see
that the bean is correctly passivated.
When I reuse the bean the ejbActivate() method is called
but when I try to call one of bean's method, I have the following error:


  | 2006-03-28 11:15:51,250 ERROR [org.jboss.ejb.plugins.LogInterceptor] 
RuntimeException:  java.lang.NullPointerException 
  | 

Is there something wrong in container configuration ?
Is there something wrong in my bean's method ?
What is the meaning of this RuntimeException ?

Many thanks in advance for your help
Moreno



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933050#3933050

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933050


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to