Index: lams_build/build.xml =================================================================== diff -u -r4f40b2a39d2e2a4fcaeebe3568eb91858732fb8f -r4fc7e8a26960d1b07c98811e92d82250b94b4532 --- lams_build/build.xml (.../build.xml) (revision 4f40b2a39d2e2a4fcaeebe3568eb91858732fb8f) +++ lams_build/build.xml (.../build.xml) (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -618,95 +618,270 @@ - + - + - - - - - - + + + + + + + + + + - - - + + + + + + - + - + + + + + + + + + + + - + + + + + + + - - + + + + + + - - - - - - - - - - - - + + + + + - - - - - - - + + + + + + + + - - + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: lams_build/conf/slim/bootstrap.xml =================================================================== diff -u --- lams_build/conf/slim/bootstrap.xml (revision 0) +++ lams_build/conf/slim/bootstrap.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,18 @@ + + + + + + bootstrap/vfs.xml + bootstrap/classloader.xml + bootstrap/aop.xml + bootstrap/jmx.xml + bootstrap/deployers.xml + bootstrap/profile.xml + + Index: lams_build/conf/slim/deployers.xml =================================================================== diff -u --- lams_build/conf/slim/deployers.xml (revision 0) +++ lams_build/conf/slim/deployers.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,262 @@ + + + + + + + + + ${jboss.lib.url}jboss-deployers-core-spi.jar + ${jboss.lib.url}jboss-deployers-core.jar + ${jboss.lib.url}jboss-deployers-client-spi.jar + ${jboss.lib.url}jboss-deployers-client.jar + ${jboss.lib.url}jboss-deployers-structure-spi.jar + ${jboss.lib.url}jboss-deployers-spi.jar + ${jboss.lib.url}jboss-deployers-impl.jar + ${jboss.lib.url}jboss-deployers-vfs-spi.jar + ${jboss.lib.url}jboss-deployers-vfs.jar + + ${jboss.lib.url}jboss-dependency.jar + ${jboss.lib.url}jboss-kernel.jar + + + ${jboss.lib.url}jaxb-impl.jar + + ${jboss.lib.url}wstx.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .zip + .ear + .jar + .rar + .war + .sar + .har + .aop + .deployer + .beans + + + + + + + + + + + + + .class + + + + + + + + + + + + + + + -service.xml + -beans.xml + -ds.xml + -aop.xml + + + + + + + + + + org.jboss.aop.microcontainer.beans.metadata.AOPDeployment + + -aop.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jboss-beans.xml + + + + + org.jboss.kernel.spi.deployment.KernelDeployment + + + beans + + + + + org.jboss.kernel.spi.deployment.KernelDeployment + + + + + + + + + + + + + + + + + + + + + + + org.jboss.classloading.spi.metadata.ClassLoadingMetaData + + jboss-classloading.xml + true + + + + + + + + + + + + + + + + + Index: lams_build/conf/slim/legacy-invokers-service.xml =================================================================== diff -u --- lams_build/conf/slim/legacy-invokers-service.xml (revision 0) +++ lams_build/conf/slim/legacy-invokers-service.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + jboss:service=TransactionManager + + + + + jboss:service=TransactionManager + + + + + Index: lams_build/conf/slim/standardjboss.xml =================================================================== diff -u --- lams_build/conf/slim/standardjboss.xml (revision 0) +++ lams_build/conf/slim/standardjboss.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,1115 @@ + + + + + + + + + + + + true + + anonymous + + + + + entity-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-entity-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.EntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.ListEntityInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateless-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateless-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatelessSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + stateful-unified-invoker + jboss:service=invoker,type=unified + org.jboss.proxy.ejb.ProxyFactory + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + clustered-stateful-unified-invoker + jboss:service=invoker,type=unifiedha + org.jboss.proxy.ejb.ProxyFactoryHA + + + + org.jboss.proxy.ejb.HomeInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + org.jboss.proxy.ejb.StatefulSessionInterceptor + org.jboss.proxy.SecurityInterceptor + org.jboss.proxy.ejb.SecurityContextInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.proxy.ejb.SingleRetryInterceptor + org.jboss.invocation.InvokerInterceptor + org.jboss.invocation.MarshallingInvokerInterceptor + + + + + + + + + + + + + message-inflow-driven-bean + default + org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory + + + org.jboss.proxy.ClientMethodInterceptor + org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor + org.jboss.proxy.TransactionInterceptor + org.jboss.invocation.InvokerInterceptor + + + + + + + + + + + Standard Pessimistic CMP 2.x EntityBean + false + entity-unified-invoker + false + false + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.InvalidableEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + B + + + + + cmp2.x jdbc2 pm + false + entity-unified-invoker + false + true + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 + org.jboss.ejb.plugins.lock.NoLock + + + 500 + 10000 + + + + 10 + + + + + + 100 + + C + + + + Clustered CMP 2.x EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + B + + ${jboss.partition.name:DefaultPartition} + org.jboss.ha.framework.interfaces.RoundRobin + org.jboss.ha.framework.interfaces.FirstAvailable + + + + + Standard CMP 2.x EntityBean with cache invalidation + false + entity-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.InvalidableEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Instance Per Transaction CMP 2.x EntityBean + false + entity-unified-invoker + false + false + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard CMP 2.x EntityBean + + + + Standard Pessimistic CMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Clustered CMP EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + ${jboss.partition.name:DefaultPartition} + org.jboss.ha.framework.interfaces.RoundRobin + org.jboss.ha.framework.interfaces.FirstAvailable + + + + + Instance Per Transaction CMP EntityBean + false + entity-unified-invoker + false + false + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard CMP EntityBean + + + + Standard Stateless SessionBean + false + stateless-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstancePool + + + + 100 + + + + + Clustered Stateless SessionBean + false + clustered-stateless-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.StatelessSessionInstancePool + + + + 100 + + + ${jboss.partition.name:DefaultPartition} + org.jboss.ha.framework.interfaces.RoundRobin + org.jboss.ha.framework.interfaces.RoundRobin + + + + + + Standard Stateful SessionBean + false + stateful-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.StatefulSessionSecurityInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceCache + org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager + + org.jboss.ejb.plugins.LRUStatefulContextCachePolicy + + 50 + 1000000 + 1800 + 1800 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + + + + Clustered Stateful SessionBean + false + clustered-stateful-unified-invoker + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + + org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor + org.jboss.ejb.plugins.TxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.StatefulSessionSecurityInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.StatefulHASessionSynchronisationInterceptor + + org.jboss.ejb.plugins.StatefulHASessionInstanceCache + org.jboss.ejb.plugins.StatefulHASessionPersistenceManager + + org.jboss.ejb.plugins.LRUStatefulContextCachePolicy + + 50 + 1000000 + 1800 + 1800 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + + ${jboss.partition.name:DefaultPartition} + org.jboss.ha.framework.interfaces.RoundRobin + org.jboss.ha.framework.interfaces.FirstAvailable + /HASessionState/Default + + + + + Standard Pessimistic BMP EntityBean + false + entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + + + Clustered BMP EntityBean + false + clustered-entity-unified-invoker + false + false + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.CleanShutdownInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.EntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock + + org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy + + 50 + 1000000 + 300 + 600 + 400 + 60 + 1 + 0.75 + + + + 100 + + A + + ${jboss.partition.name:DefaultPartition} + org.jboss.ha.framework.interfaces.RoundRobin + org.jboss.ha.framework.interfaces.FirstAvailable + + + + + Instance Per Transaction BMP EntityBean + false + entity-unified-invoker + false + false + true + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.security.PreSecurityInterceptor + org.jboss.ejb.plugins.SecurityInterceptor + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.EntityCreationInterceptor + org.jboss.ejb.plugins.EntityLockInterceptor + org.jboss.ejb.plugins.EntityInstanceInterceptor + org.jboss.ejb.plugins.EntityReentranceInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + org.jboss.ejb.plugins.EntitySynchronizationInterceptor + + org.jboss.ejb.plugins.EntityInstancePool + org.jboss.ejb.plugins.PerTxEntityInstanceCache + org.jboss.ejb.plugins.BMPPersistenceManager + org.jboss.ejb.plugins.lock.NoLock + + + 100 + + C + + + + Standard BMP EntityBean + + + + Standard Message Driven Bean + false + message-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + Singleton Message Driven Bean + false + singleton-message-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + Standard Message Inflow Driven Bean + false + message-inflow-driven-bean + + org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor + org.jboss.ejb.plugins.LogInterceptor + org.jboss.ejb.plugins.RunAsSecurityInterceptor + + org.jboss.ejb.plugins.TxInterceptorCMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor + org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT + org.jboss.ejb.plugins.CallValidationInterceptor + org.jboss.resource.connectionmanager.CachedConnectionInterceptor + + org.jboss.ejb.plugins.MessageDrivenInstancePool + + + + 100 + + + + + + Index: lams_build/conf/slim/war-deployers-jboss-beans.xml =================================================================== diff -u --- lams_build/conf/slim/war-deployers-jboss-beans.xml (revision 0) +++ lams_build/conf/slim/war-deployers-jboss-beans.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,253 @@ + + + + + + + + + + + .jar + + + true + 1000 + + + + + 2000 + + + 2001 + + + + + + + + -1 + javax.servlet,org.apache.commons.logging + + + + + + + standard-session-cache + + field-granularity-session-cache + + + INSTANT + 1000 + + SESSION + SET_AND_NON_PRIMITIVE_GET + true + + + + + + 60 + + + + + + + + org.jboss.metadata.web.jboss.JBossWebMetaData + + + war + + + + + org.jboss.metadata.web.jboss.JBossWebMetaData + + + + + + + 2003 + + + + + jboss.web:service=WebServer + ${jboss.server.home.url}${/}deploy${/}jbossweb.sar${/}server.xml + + + + + + + + BASIC + org.apache.catalina.authenticator.BasicAuthenticator + + + CLIENT-CERT + org.apache.catalina.authenticator.SSLAuthenticator + + + DIGEST + org.apache.catalina.authenticator.DigestAuthenticator + + + FORM + org.apache.catalina.authenticator.FormAuthenticator + + + NONE + org.apache.catalina.authenticator.NonLoginAuthenticator + + + + + + java:/jaas/jboss-web-policy + + + false + + + + + javax.servlet,org.apache.commons.logging + + true + + + + true + + + org.jboss.web.tomcat.service.session.JBossCacheManager + + + + + + + jboss.web + + JBossSecurityPolicyRegistration + + + JNDIBasedSecurityManagement + + + org.jboss.security.plugins.JBossSecurityContext + + + + + + Index: lams_build/conf/slim/web.xml =================================================================== diff -u --- lams_build/conf/slim/web.xml (revision 0) +++ lams_build/conf/slim/web.xml (revision 4fc7e8a26960d1b07c98811e92d82250b94b4532) @@ -0,0 +1,1184 @@ + + + + + + + + + + + + + + + + + + + com.sun.faces.duplicateJARPattern + ^tmp\d+(\S*\.jar) + + + + + + com.sun.faces.injectionProvider + org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider + + + + + + + + org.jboss.web.tomcat.security.SecurityFlushSessionListener + + + + + + org.jboss.web.jsf.integration.config.JBossJSFConfigureListener + + + + + + + com.sun.faces.application.WebappLifecycleListener + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + org.apache.catalina.servlets.DefaultServlet + + debug + 0 + + + listings + false + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jsp + org.apache.jasper.servlet.JspServlet + + fork + false + + + xpoweredBy + false + + + + compilerSourceVM + 1.5 + + + + engineOptionsClass + + org.jboss.web.tomcat.service.jasper.JspServletOptions + + + + JSF standard tlds + tagLibJar0 + jsf-libs/jsf-impl.jar + + + JSTL standard tlds + tagLibJar1 + jstl.jar + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + / + + + + + + + + jsp + *.jsp + + + + jsp + *.jspx + + + + + + + + + + + + + + + + 30 + + + + + + + + + + + + abs + audio/x-mpeg + + + ai + application/postscript + + + aif + audio/x-aiff + + + aifc + audio/x-aiff + + + aiff + audio/x-aiff + + + aim + application/x-aim + + + art + image/x-jg + + + asf + video/x-ms-asf + + + asx + video/x-ms-asf + + + au + audio/basic + + + avi + video/x-msvideo + + + avx + video/x-rad-screenplay + + + bcpio + application/x-bcpio + + + bin + application/octet-stream + + + bmp + image/bmp + + + body + text/html + + + cdf + application/x-cdf + + + cer + application/x-x509-ca-cert + + + class + application/java + + + cpio + application/x-cpio + + + csh + application/x-csh + + + css + text/css + + + dib + image/bmp + + + doc + application/msword + + + dtd + application/xml-dtd + + + dv + video/x-dv + + + dvi + application/x-dvi + + + eps + application/postscript + + + etx + text/x-setext + + + exe + application/octet-stream + + + gif + image/gif + + + gtar + application/x-gtar + + + gz + application/x-gzip + + + hdf + application/x-hdf + + + hqx + application/mac-binhex40 + + + htc + text/x-component + + + htm + text/html + + + html + text/html + + + hqx + application/mac-binhex40 + + + ief + image/ief + + + jad + text/vnd.sun.j2me.app-descriptor + + + jar + application/java-archive + + + java + text/plain + + + jnlp + application/x-java-jnlp-file + + + jpe + image/jpeg + + + jpeg + image/jpeg + + + jpg + image/jpeg + + + js + text/javascript + + + jsf + text/plain + + + jspf + text/plain + + + kar + audio/x-midi + + + latex + application/x-latex + + + m3u + audio/x-mpegurl + + + mac + image/x-macpaint + + + man + application/x-troff-man + + + mathml + application/mathml+xml + + + me + application/x-troff-me + + + mid + audio/x-midi + + + midi + audio/x-midi + + + mif + application/x-mif + + + mov + video/quicktime + + + movie + video/x-sgi-movie + + + mp1 + audio/x-mpeg + + + mp2 + audio/x-mpeg + + + mp3 + audio/x-mpeg + + + mp4 + video/mp4 + + + mpa + audio/x-mpeg + + + mpe + video/mpeg + + + mpeg + video/mpeg + + + mpega + audio/x-mpeg + + + mpg + video/mpeg + + + mpv2 + video/mpeg2 + + + ms + application/x-wais-source + + + nc + application/x-netcdf + + + oda + application/oda + + + + odb + application/vnd.oasis.opendocument.database + + + + odc + application/vnd.oasis.opendocument.chart + + + + odf + application/vnd.oasis.opendocument.formula + + + + odg + application/vnd.oasis.opendocument.graphics + + + + odi + application/vnd.oasis.opendocument.image + + + + odm + application/vnd.oasis.opendocument.text-master + + + + odp + application/vnd.oasis.opendocument.presentation + + + + ods + application/vnd.oasis.opendocument.spreadsheet + + + + odt + application/vnd.oasis.opendocument.text + + + + otg + application/vnd.oasis.opendocument.graphics-template + + + + oth + application/vnd.oasis.opendocument.text-web + + + + otp + application/vnd.oasis.opendocument.presentation-template + + + + ots + application/vnd.oasis.opendocument.spreadsheet-template + + + + ott + application/vnd.oasis.opendocument.text-template + + + + ogx + application/ogg + + + ogv + video/ogg + + + oga + audio/ogg + + + ogg + audio/ogg + + + spx + audio/ogg + + + flac + audio/flac + + + anx + application/annodex + + + axa + audio/annodex + + + axv + video/annodex + + + xspf + application/xspf+xml + + + pbm + image/x-portable-bitmap + + + pct + image/pict + + + pdf + application/pdf + + + pgm + image/x-portable-graymap + + + pic + image/pict + + + pict + image/pict + + + pls + audio/x-scpls + + + png + image/png + + + pnm + image/x-portable-anymap + + + pnt + image/x-macpaint + + + ppm + image/x-portable-pixmap + + + ppt + application/powerpoint + + + ps + application/postscript + + + psd + image/x-photoshop + + + qt + video/quicktime + + + qti + image/x-quicktime + + + qtif + image/x-quicktime + + + ras + image/x-cmu-raster + + + rdf + application/rdf+xml + + + rgb + image/x-rgb + + + rm + application/vnd.rn-realmedia + + + roff + application/x-troff + + + rtf + application/rtf + + + rtx + text/richtext + + + sh + application/x-sh + + + shar + application/x-shar + + + + smf + audio/x-midi + + + sit + application/x-stuffit + + + snd + audio/basic + + + src + application/x-wais-source + + + sv4cpio + application/x-sv4cpio + + + sv4crc + application/x-sv4crc + + + swf + application/x-shockwave-flash + + + t + application/x-troff + + + tar + application/x-tar + + + tcl + application/x-tcl + + + tex + application/x-tex + + + texi + application/x-texinfo + + + texinfo + application/x-texinfo + + + tif + image/tiff + + + tiff + image/tiff + + + tr + application/x-troff + + + tsv + text/tab-separated-values + + + txt + text/plain + + + ulw + audio/basic + + + ustar + application/x-ustar + + + vxml + application/voicexml+xml + + + xbm + image/x-xbitmap + + + xht + application/xhtml+xml + + + xhtml + application/xhtml+xml + + + xml + application/xml + + + xpm + image/x-xpixmap + + + xsl + application/xml + + + xslt + application/xslt+xml + + + xul + application/vnd.mozilla.xul+xml + + + xwd + image/x-xwindowdump + + + wav + audio/x-wav + + + svg + image/svg+xml + + + svgz + image/svg+xml + + + vsd + application/x-visio + + + + wbmp + image/vnd.wap.wbmp + + + + wml + text/vnd.wap.wml + + + + wmlc + application/vnd.wap.wmlc + + + + wmls + text/vnd.wap.wmlscript + + + + wmlscriptc + application/vnd.wap.wmlscriptc + + + wmv + video/x-ms-wmv + + + wrl + x-world/x-vrml + + + Z + application/x-compress + + + z + application/x-compress + + + zip + application/zip + + + xls + application/vnd.ms-excel + + + doc + application/vnd.ms-word + + + ppt + application/vnd.ms-powerpoint + + + + + + + + + + + + + + + + index.html + index.htm + index.jsp + + + Fisheye: Tag 4fc7e8a26960d1b07c98811e92d82250b94b4532 refers to a dead (removed) revision in file `lams_build/conf/unix/jboss/bootstrap.slim.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 4fc7e8a26960d1b07c98811e92d82250b94b4532 refers to a dead (removed) revision in file `lams_build/conf/windows/jboss/bootstrap.slim.xml'. Fisheye: No comparison available. Pass `N' to diff?