One problem is fixed: I updated also something in the standardjboss.xml file, tag invoker-proxy-binding:
| <invoker-proxy-binding> | <name>stateless-rmi-invoker</name> | <invoker-mbean>jboss:service=invoker,type=jrmp</invoker-mbean> | <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory> | <proxy-factory-config> | <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> | </proxy-factory-config> | </invoker-proxy-binding> | However, another exception occurs: | access denied (java.io.SerializablePermission enableSubstitution) | | java.security.AccessControlException: access denied (java.io.SerializablePermission enableSubstitution) | This exception does not occur when I enable the following line in java.policy (at client-side): | // permission java.io.SerializablePermission "enableSubstitution"; | I'm going to find out, if it is possible to fix this server-side. Any advice is welcome! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823777#3823777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823777 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
