[JBoss-user] unsubscribing

2002-05-23 Thread wlp
Hi, how can I unsubscribe me from this mailing list? Bye __ Fai i tuoi acquisti su www.kwshopping.it ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in

Re: [JBoss-user] unsubscribing

2002-05-23 Thread wlp
Hi Tim, thank you, but I've already tried that and it doesn't point me to a way for unsubscribinj, but only for subscribing. If I try to insert my email address and password again it tells me I0'm already subscribed! What should I do? Thanks again __

[JBoss-user] Unsubscibing from this mailing list

2002-05-23 Thread wlp
Can anyone tell me how can I unsubscribe me? At the URL https://lists.sourceforge.net/lists/listinfo/jboss-user I can only find how to subscribe, and if I try to insert my password again it tells me I'm already subscribed. So what's the standard procedure to do so? Thanx Andrea

[JBoss-user] (no subject)

2002-01-21 Thread wlp
Hi, I'm using JBoss and Tomcat for my web application. I have two stateful session ejbs: InsegnamentiEJB and MatDidEJB. The MatDidEJB is restricted to a security domain, but the other is not. So I did not specify any method permission in the ejb-jar.xml for the first bean, but only for the

[JBoss-user] Jboss security with databaselogin module

2002-01-21 Thread wlp
Hi, I'm using JBoss and Tomcat for my web application. I have two stateful session ejbs: InsegnamentiEJB and MatDidEJB. The MatDidEJB is restricted to a security domain, but the other is not. So I did not specify any method permission in the ejb-jar.xml for the first bean, but only for

[JBoss-user] DatabaseServerLoginModule problem

2002-01-17 Thread wlp
Hi, I'm developing a J2EE application with JBoss and Tomcat I have a problem with authentication using the DataBaseServerLoginModule on SQLServer under the JNDI name SQLServerPool I have created the tables: PRINCIPALS : principalid varchar(64), password varchar(64), primary key(principalid)

[JBoss-user] How to capture authentication error

2002-01-17 Thread wlp
Hi, I'm using JBoss and Tomcat to develop my web application. I have a security domain and the user must authenticate itself to access the restricted area. I'm using the DatabaseServer login module and I have defined the necessary tables. I want to display an error page when the user is not