|Do you call remove on your beans once you don't use them anymore?
Yes good catch sebastien...
for those out there that get this error, do DOUBLE CHECK THAT YOU REMOVE THE
BEANS.
If you don't the passivation will remove them from memory but it will grow
your disks which is good (better) than memory but still MAKE SURE YOUR APPS
ARE WELL BEHAVED.
The trace you see below probably means you don't remove (or are you using
really long lived beans???)
regards
marc
|
|Sebastien
|
|
|>
|>
|> [Container factory] javax.ejb.EJBException
|> [Container factory] at
|>
|org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passiva
|teSession(StatefulSessionFilePersistenceManage
|> r.java:278)
|> [Container factory] at
|>
|org.jboss.ejb.plugins.StatefulSessionInstanceCache.passivate(Statef
|ulSessionInstanceCache.java:49)
|> [Container factory] at
|>
|org.jboss.ejb.plugins.EnterpriseInstanceCache$1.execute(EnterpriseI
|nstanceCache.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]
|
|
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]