[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS and ServiceMBean

2004-09-28 Thread Wolff
sorry wrong error from the security interceptor 12:35:25,853 ERROR [SecurityInterceptor] Authentication exception, principal=nul l 12:35:25,853 ERROR [LogInterceptor] EJBException, causedBy: java.lang.SecurityException: Authentication exception, principal=null at org.jboss.ejb.plugins.Secu

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS and ServiceMBean

2004-09-28 Thread Wolff
here my security settings from the ejb : user.properties username=password roles.properties username=userrole ### ejb-jar.xml http://java.sun.com/dtd/ejb-jar_2_0.dtd";> EchoBean MBeanServiceAndJaas.EchoHome MBeanServiceAndJaas.Echo M

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS and ServiceMBean

2004-09-28 Thread Wolff
I have used the following code and tested the login sequenz with an externel ejbclient, the jaas settings are correct What i have doing wrong, is this constract legal to the JBoss architektur ? package MBeanServiceAndJaas; import org.jboss.system.ServiceMBean; public interface ServiceAdaptorMBe

[JBoss-user] [Security & JAAS/JBoss] - Re: adaptor/service access a secure ejb

2004-08-31 Thread Wolff
Hallo Scott Stark, thanks for your reply, if have read the faq, but this solves not my problem. I think i have problem in under standing. I have tested some sample code in the following steps. ( I used eclipse with jboss-3.2.4 my package is ) 1. I haved establish a security domain in file jboss-lo

[JBoss-user] [Security & JAAS/JBoss] - adaptor/service access a secure ejb

2004-08-25 Thread Wolff
Hallo my name is stephan i'm student . and i have done some experiments with jboss. I have build an simple EJB and have done the Jaas configuration. I have edit service-login.config and add my own security-domain with UserRolesLoginModule. than I deploy my EJB with user,roles properties a

[JBoss-user] [Beginners Corner] - Jaas Security Config

2004-08-25 Thread Wolff
Hallo my name is stephan i'm student . and i have done some experiments with jboss. I have build an simple EJB and have done the Jaas configuration. I have edit service-login.config and add my own security-domain with UserRolesLoginModule. than I deploy my EJB with user,roles properties and a

[JBoss-user] Storing subjects with jaas ?

2003-01-20 Thread Philipp . Wolff
Hi, i'am really new to Jaas/JBossSX but i have to develop a prototype of a portal, based on Jetspeed and JBoss. For a secure access i've implemented some new Jetspeed-Security Classes (UserManagement etc.) that are using an custom Jaas LoginModule (LDAP). Now i want to store subjects that are creat

[JBoss-user] Secure NamingContext

2002-11-26 Thread philipp . wolff
Hi, i'm new to the JBossSX module and i have to secure the NamingContext of my JBoss instance. When i try to fetch the NamingContext of my JBoss from another JVM without setting any security properties (e.g. Context.SECURITY_PRINCIPAL), i'll get one, but i want to prohibit this. So i've tried to se

[JBoss-user] Can't get Jetspeed running on JBoss

2002-11-12 Thread philipp . wolff
I have to run jetspeed on JBoss, but when is deploy jetspeed, i get the following exception: java.io.FileNotFoundException: null/WEB-INF/conf/TurbineResources.properties ... I've deployed with "JBoss 3.0.3-tomcat-4.1.x" and various versions of jetspeed (1.3.x - 1.4.x). I also read other threads r