> Peter Henderson wrote:
>
> Hi all
>
> I get this exception while running the jBoss 2.0 BETA-PROD-04.
> My app continues to run fine!
>
> Should i worry about this, + what am i doing wrong...
>
> If you need more info, tell me what and i will supply it..
Hi,
The file persistence manager for stateful session beans is currently
buggy. We are working on it.
This just means that your stateful session beans can't be passivated, so
they will stay in memory. It should not be a problem (not until a few
hundred of thousands beans...)
Do you call remove on your beans once you don't use them anymore?
Sebastien
>
>
> [Container factory] javax.ejb.EJBException
> [Container factory] at
>
>org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManage
> r.java:278)
> [Container factory] at
>
>org.jboss.ejb.plugins.StatefulSessionInstanceCache.passivate(StatefulSessionInstanceCache.java:49)
> [Container factory] at
>
>org.jboss.ejb.plugins.EnterpriseInstanceCache$1.execute(EnterpriseInstanceCache.java:339)
> [Container factory] at
> org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:194)
> [Container factory] at java.lang.Thread.run(Thread.java:484)
> [Bean Cache] Passivated overaged bean AgentSession with id = null
> [Container factory] in ejbPassivate
> [Bean Cache] Passivated overaged bean ContactBean with id = null
>
>
>
>
> P.S.
> I will have to pause the work i was doing on an EJB/jsp code
> generator.. I just got told, that the 3month project I recently
> started is being DEMOed next week... sheezzzz!.. I gonna be a bit busy
> ;-)
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]