Re: [JBoss-user] [Security]Method Permission

2001-05-25 Thread arionyu
What approach would you use for that scenario? Thanks Arion [EMAIL PROTECTED]

Re: [JBoss-user] question about minerva connections pooling

2001-05-21 Thread arionyu
Hi! It depends on whether you wanna a bean-managed transaction or container-managed transaction. For bean-managed transaction, you should make use of javax.transacion.UserTransaction. For container-managed transaction, you should use setRollbackOnly() from your EJBContext. The transaction would

[JBoss-user] EJB Lookup in tomcat (out of JBoss)

2001-05-21 Thread arionyu
Hi! I can load an EJB Home from JBoss using jndi.lookup("myBean"). However, I can't do this with jndi.lookup("java:comp/env/ejb/myBean"); By browsing thru the old archive, I found that a file called jboss-web.xml is required to do so. So I embed a jboss-web.xml. When I start tomcat up, it com

[JBoss-user] deserializing a stateful session bean

2001-05-21 Thread arionyu
Hi! I have come to an error when I try to obtain the session through its handle: Authentication exception, principal=null [Shopping] java.rmi.RemoteException: checkSecurityAssociation; nested exception is: [Shopping] java.lang.SecurityException: Authentication exception [Shopping] java.la

[JBoss-user] [Security]Method Permission

2001-05-20 Thread arionyu
Hi! The scenario is like this: Client -> BeanA -> BeanB The client would call a method in beanA and beanA would call a method on BeanB. I have set the method permission for beanA to the client. However, I don't want to give the direct access to the client for beanB. Can I have beanA doing the

Re: [JBoss-user] Does it really needed the interfaces of the EJBHome andEJBObject subclasses to exist on the client side?

2001-05-14 Thread arionyu
Hi! I would view this question in this way: Do you need the class when you compile? If the answer is positive, it would be quite sure that you would need it when you use it (during runtime) Just my 2cents Arion

[JBoss-user] EJB Remote Interface for Tomcat

2001-05-13 Thread arionyu
Hi! Is it a must to place the classes of remote interface of EJB to classpath of Tomcat so that she can lookup? Why I can't make use of WEB-INF/classes? Thanks Arion ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/li

[JBoss-user] Question about RoleGroup

2001-05-13 Thread arionyu
- Forwarded by Arion Yu/Solutions Delivery/hk/i-stt on 2001/05/14 10:21 AM - Arion Yu

[JBoss-user] Question about RoleGroup

2001-05-13 Thread arionyu
I have read the chapter about Custom Login Modules (http://www.jboss.org/documentation/HTML/ch09s17.html). For DatabaseServerLoginModule, there is something called "RoleGroup" but I found no relevant information about this stuff. It is also not present in other Login Modules. Would another tell me

[JBoss-user] [Help]JBoss 2.2.1 + Tomcat 3.2.1 + Security Control Problem

2001-05-11 Thread arionyu
- Forwarded by Arion Yu/Solutions Delivery/hk/i-stt on 05/11/2001 07:01 PM - Arion Yu