AW: AW: [JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
Technology Officer JBoss Group, LLC Oliver Refle wrote: > Here is the full StackTrace: > > 15:25:38,714 ERROR [JBossSecurityMgrRealm] Error during authenticate > javax.naming.NameNotFoundException: jaas not bound > at org.jnp.server.NamingSe

AW: AW: [JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
console: for (Enumeration e = new InitialContext().list(""); e.hasMoreElements();) System.out.println(e.nextElement()); Regards, Adrian On Wed, 2003-09-10 at 16:18, Oliver Refle wrote: > This is what is defined in my jndi.properties. > > java.nam

[JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] WG: JAAS not bound Now change list("") to list("java:") Regards, Adrian On Thu, 2003-09-11 at 10:27, Oliver Refle wrote: > 09:28:44,599 INFO [STDOUT] invokers: org.jnp.interfaces.NamingContext > 09:28:44,599 INFO

AW: [JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] WG: JAAS not bound Now change list("") to list("java:") Regards, Adrian On Thu, 2003-09-11 at 10:27, Oliver Refle wrote: > 09:28:44,599 INFO [STDOUT] invokers: org.jnp.interfaces.NamingContext > 09:28:44,599 INFO

[JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
Technology Officer JBoss Group, LLC Oliver Refle wrote: > Here is the full StackTrace: > > 15:25:38,714 ERROR [JBossSecurityMgrRealm] Error during authenticate > javax.naming.NameNotFoundException: jaas not bound > at org.jnp.server.NamingSe

[JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
console: for (Enumeration e = new InitialContext().list(""); e.hasMoreElements();) System.out.println(e.nextElement()); Regards, Adrian On Wed, 2003-09-10 at 16:18, Oliver Refle wrote: > This is what is defined in my jndi.properties. > > java.nam

[JBoss-user] WG: JAAS not bound

2003-09-11 Thread Oliver Refle
? Regards, Adrian On Wed, 2003-09-10 at 14:59, Oliver Refle wrote: > Hi all, > i have a small problem. I am forced to use 3.0.3 in my production > environment. Now i deployed a web application which uses JAAS for > simple web authentication.(no EJB's). I use basic authenticati

AW: [JBoss-user] WG: JAAS not bound

2003-09-10 Thread Oliver Refle
? Regards, Adrian On Wed, 2003-09-10 at 14:59, Oliver Refle wrote: > Hi all, > i have a small problem. I am forced to use 3.0.3 in my production > environment. Now i deployed a web application which uses JAAS for > simple web authentication.(no EJB's). I use basic authenticati

AW: [JBoss-user] WG: JAAS not bound

2003-09-10 Thread Oliver Refle
] Betreff: Re: [JBoss-user] WG: JAAS not bound Show the full stacktrace. -- Scott Stark Chief Technology Officer JBoss Group, LLC Oliver Refle wrote: > Hi all, > i have a small problem. I am forced to use 3.0.3 in my production > environ

[JBoss-user] WG: JAAS not bound

2003-09-10 Thread Oliver Refle
Title: Nachricht Hi all, i have a small problem. I am forced to use 3.0.3 in my production environment. Now i deployed a web application which uses JAAS for simple web authentication.(no EJB's). I use basic authentication. I defined in my login-config.xml the following (simply the other co