User: starksm
Date: 02/03/11 18:08:00
Modified: src/resources/security-spec/META-INF jboss.xml
Log:
Fix the entity jndi bindings
Revision Changes Path
1.5 +23 -27 jbosstest/src/resources/security-spec/META-INF/jboss.xml
Index: jboss.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/security-spec/META-INF/jboss.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jboss.xml 10 Mar 2002 03:08:20 -0000 1.4
+++ jboss.xml 12 Mar 2002 02:08:00 -0000 1.5
@@ -25,8 +25,7 @@
<!-- A stateless session config that is not secured -->
<container-configuration>
<container-name>Unsecure Stateless SessionBean</container-name>
- <call-logging>false</call-logging>
-
<container-invoker>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker</container-invoker>
+ <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
<container-interceptors>
<interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
<interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
@@ -39,45 +38,42 @@
<interceptor
transaction="Bean">org.jboss.ejb.plugins.TxInterceptorBMT</interceptor>
<interceptor transaction="Bean"
metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>
</container-interceptors>
- <client-interceptors>
- <home>
- <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor>
- <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
- <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
- <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
- </home>
- <bean>
-
<interceptor>org.jboss.proxy.ejb.StatelessSessionInterceptor</interceptor>
- <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
- <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
- <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
- </bean>
- </client-interceptors>
+ <client-interceptors>
+ <home>
+ <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor>
+ <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
+ <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
+ <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
+ </home>
+ <bean>
+
<interceptor>org.jboss.proxy.ejb.StatelessSessionInterceptor</interceptor>
+ <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
+ <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
+ <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
+ </bean>
+ </client-interceptors>
<instance-pool>org.jboss.ejb.plugins.StatelessSessionInstancePool</instance-pool>
- <instance-cache></instance-cache>
- <persistence-manager></persistence-manager>
- <transaction-manager>org.jboss.tm.TxManager</transaction-manager>
<container-invoker-conf>
- <RMIObjectPort>4444</RMIObjectPort>
- <Optimized>True</Optimized>
+ <RMIObjectPort>4444</RMIObjectPort>
+ <Optimized>True</Optimized>
</container-invoker-conf>
<container-pool-conf>
- <MaximumSize>100</MaximumSize>
- <MinimumSize>10</MinimumSize>
+ <MaximumSize>100</MaximumSize>
+ <MinimumSize>10</MinimumSize>
</container-pool-conf>
</container-configuration>
</container-configurations>
<enterprise-beans>
- <session>
+ <entity>
<ejb-name>Entity</ejb-name>
<jndi-name>spec.Entity</jndi-name>
- </session>
- <session>
+ </entity>
+ <entity>
<ejb-name>PrivateEntity</ejb-name>
<jndi-name>spec.PrivateEntity</jndi-name>
- </session>
+ </entity>
<session>
<ejb-name>StatelessSession</ejb-name>
<jndi-name>spec.StatelessSession</jndi-name>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development