[JBoss JIRA] Created: (JBCACHE-990) PojoCache leaks memory
by Manik Surtani (JIRA)
PojoCache leaks memory
----------------------
Key: JBCACHE-990
URL: http://jira.jboss.com/jira/browse/JBCACHE-990
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PojoCache
Affects Versions: 2.0.0.ALPHA2, 2.0.0.BETA1
Reporter: Manik Surtani
Assigned To: Jason T. Greene
Priority: Critical
Fix For: 2.0.0.BETA2
I've included the test from the forum thread into
tests/perf/org/jboss/cache/manualtests/PojoCacheMemoryLeakTest.java - note that since this is in the "manualtests" package, it will not be run by cruise control.
When running from within my IDE, after about 8 loops it bombs with an OOME.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years
[JBoss JIRA] Created: (JBMICROCONT-168) Add a plugin spi to support the ordering of deployment package/bundle processing
by Scott M Stark (JIRA)
Add a plugin spi to support the ordering of deployment package/bundle processing
--------------------------------------------------------------------------------
Key: JBMICROCONT-168
URL: http://jira.jboss.com/jira/browse/JBMICROCONT-168
Project: JBoss MicroContainer
Issue Type: Feature Request
Components: Deployment
Affects Versions: JBossMC_2_0_0 Beta3
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: JBossMC_2_0_0_CR1
There are some startup issues in jboss5 due to not having an ordering notion for the DeploymentContexts that go into a MainDeployer.process scan. Probably all of these are due to improper specification of container dependencies, but in general we are going to run into startup issues due to missed dependency declaration. We should have the ability to order the DeploymentContext set via an spi contract that integrates with the structural parse phase. We should have the ability to define this globally ala the legacy directory scanner sorter, as well as per deployment level to allow for alternate deployment packaging models: Russian doll, ear, cross deployment model, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years