Hello,

I'm testing an exisiting EJB application with Jboss 2.1 CVS (as of
today). The EJBs are verified ok by Jboss. Everything deploys and works
correctly, excepet for one thing: when a bean is passivated,
ejbPassivate() is not called. I've put all sort of traves in my beans and
Jboss (logging verbose, ...). The problem lies in (for
example) StatefulSessionFilePersistenceManager.java line 273. The line 

ejbPassivate.invoke(ctx.getInstance(), new Object[0]);

is started but doesn't seem to do anything.

I've tried with all sorts of beans (Stateful, Stateless, Entity BMP and
CMP). Any ideas ?

Plateform: JBoss CVS, Linux kernel 2.2, JDK1.3 Sun or JDK1.3 IBM

-- 
Yann Doussot <[EMAIL PROTECTED]>
Grey Interactive - France - http://www.gifrance.com/



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to