Hello all,
I am trying to set the instance-cache configuration in my jboss.xml file. However, I 
have not been able to pass a class loader error. My configuration is as follows:

<container-configurations>
                <container-configuration 
configuration-class="org.jboss.ejb.deployment.EntityContainerConfiguration">
                        <container-name>LRU Configuration</container-name>
                        
<container-invoker>org.jboss.ejb.plugins.jrmp13.server.JRMPContainerInvoker</container-invoker>
                        
<instance-pool>org.jobss.ejb.plugins.EntityInstancePool</instance-pool>
                        
<instance-cache>org.jboss.ejb.plugins.EntitySessionInstanceCache</instance-cache>
                        <container-cache-conf>
                                
<cache-policy>org.jobss.ejb.plugins.LRUEnterpriseContextCachePolicy</cache-policy>
                                        <cache-policy-conf>
                                                <min-capacity>50</min-capacity>
                                                <max-capacity>100000</max-capacity>
                                                <overager-period>300</overager-period>
                                                <max-bean-age>600</max-bean-age>
                                                <resizer-period>400</resizer-period>
                                                
<max-cache-miss-period>60</max-cache-miss-period>
                                                
<min-cache-miss-period>1</min-cache-miss-period>
                                                
<cache-load-factor>0.75</cache-load-factor>
                                        </cache-policy-conf>
                        </container-cache-conf>
                        <container-pool-conf>
                                100
                        </container-pool-conf>
                </container-configuration>
        </container-configurations>

As I mentioned I get a very big error of which I put only the last few lines.

Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/local/a/usr/lsd/jboss-3.2.3/server/default/deploy/jobs.jar }
  deployer: [EMAIL PROTECTED]
  status: null
  state: FAILED
  watch: file:/local/a/usr/lsd/jboss-3.2.3/server/default/deploy/jobs.jar
  lastDeployed: 1080863135880
  lastModified: 1080863135000
  mbeans:
]MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.j2ee:module=jobs.jar,service=EjbModule
 state: FAILED
 I Depend On: 
 Depends On Me: org.jboss.deployment.DeploymentException: Missing or invalid Instance 
Cache (in jboss.xml or standardjboss.xml); - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.ejb.plugins.EntitySessionInstanceCache)]

I have been searching the web for a solution, but no luck. I am not sure what is wrong.
Any help is appreciated.
Thanks in advance
-r

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828944#3828944

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828944


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to