Am porting web applications which were earlier on Jboss 4.2.3 onto Jboss 6. There are about 12 web applications totally and out of which only 4 are deployed as of now.
These web applications are based on Axis2 1.5.5,spring 2.5,hibernate 3.2.5,OpenJPA 1.0, saxon 9.1.
The classloader isolation is set as follows
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
webapp:loader=webapp.war
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>
</class-loading>
I see that the PermGen has already reached 440MB and growing on Jboss 6 and I have set -XX:MaxPermSize=512m
Can anyone provide me inputs in identifying the problem here.
Environment: JDK 1.6.0_26, Ubuntu 11.10