I'll put them in the change notes.

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury
> Sent: Thursday, September 20, 2001 5:34 PM
> To: [EMAIL PROTECTED]; Jboss-User@Lists.
> Sourceforge. Net
> Subject: [JBoss-user] RE: [JBoss-dev] PLEASE NOTE!
> container-configuration has changed in 2.4.1
>
>
> it is in the "changelog notes" right? I found these to be very useful when
> cutting a package
>
> marcf
>
> |-----Original Message-----
> |From: [EMAIL PROTECTED]
> |[mailto:[EMAIL PROTECTED]]On Behalf Of Bill
> |Burke
> |Sent: Wednesday, September 19, 2001 11:54 AM
> |To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists.
> |Sourceforge. Net
> |Subject: [JBoss-dev] PLEASE NOTE! container-configuration has changed in
> |2.4.1
> |
> |
> |PLEASE NOTE!
> |There has been an extra interceptor added to the interceptor chain
> |in 2.4.1.
> |Please look in the distributed standardjboss.xml that comes with 2.4.1.
> |EntityLockInterceptor should be in the interceptor chain, and also a new
> |field <locking-policy> should be set to QueuedPessmisticEJBLock.
> |
> |i.e.
> |<container-configuration>
> |<container-name>Standard CMP EntityBean</container-name>
> |<call-logging>false</call-logging>
> |<container-invoker>org.jboss.ejb.plugins.jrmp.server.JRMPContainerI
> |nvoker</c
> |ontainer-invoker>
> |<container-interceptors>
> |<interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
> |<interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
> |<interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
> |<interceptor
> |metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</int
> |erceptor>
> |<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
> |<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</int
> erceptor>
> |<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor
> |</interce
> |ptor>
> |</container-interceptors>
> |<instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
> |<instance-cache>org.jboss.ejb.plugins.EntityInstanceCache</instan
ce-cache>
> |<persistence-manager>org.jboss.ejb.plugins.jaws.JAWSPersistenceMana
> |ger</pers
> |istence-manager>
> |<transaction-manager>org.jboss.tm.TxManager</transaction-manager>
> |<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock
> |</locking
> |-policy>
> |<container-invoker-conf>
> |<RMIObjectPort>4444</RMIObjectPort>
> |<Optimized>True</Optimized>
> |</container-invoker-conf>
> |<container-cache-conf>
> |<cache-policy>org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy
> |</cache-p
> |olicy>
> |<cache-policy-conf>
> |<min-capacity>50</min-capacity>
> |<max-capacity>1000</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>
> |<MaximumSize>100</MaximumSize>
> |<MinimumSize>10</MinimumSize>
> |</container-pool-conf>
> |<commit-option>A</commit-option>
> |</container-configuration>
> |
> |
> |
> |_______________________________________________
> |Jboss-development mailing list
> |[EMAIL PROTECTED]
> |https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to