Re: [JBoss-user] Authentication Problem

2003-11-25 Thread Scott M Stark
The problem is the invalid dsJiniName module-option name in the RestaurantSecurityRealm config. This should be dsJndiName which defaults to java:/DefaultDS and hence hypersonic. -- Scott Stark Chief Technology Officer JBoss Group, LLC Jack Lauman wr

Re: [JBoss-user] Authentication Problem

2003-11-24 Thread Jack Lauman
Scott: Sorry, forgot the files. Thanks again, Jack Jack Lauman wrote: > > I am trying to move an app from 3.0.7 to 3.2.3RC1 and am getting the > following error. Apparently it's trying to connect to hsqldb > instead of the mysql db named java:/RestaurantDS. The app works > correctly under 3.

Re: [JBoss-user] Authentication Problem

2003-11-24 Thread Jack Lauman
Scott: I have attached both the boot.log and server.log as seperate zip files as requested. Thanks, Jack Jack Lauman wrote: > > I am trying to move an app from 3.0.7 to 3.2.3RC1 and am getting the > following error. Apparently it's trying to connect to hsqldb > instead of the mysql db named j

Re: [JBoss-user] Authentication Problem

2003-11-24 Thread Scott M Stark
The query is going against the DefaultDS, not the RestaurantDS. Show the full stack trace. -- Scott Stark Chief Technology Officer JBoss Group, LLC Jack Lauman wrote: I am trying to move an app from 3.0.7 to 3.2.3RC1 and am getting the following er

[JBoss-user] Authentication Problem

2003-11-23 Thread Jack Lauman
I am trying to move an app from 3.0.7 to 3.2.3RC1 and am getting the following error. Apparently it's trying to connect to hsqldb instead of the mysql db named java:/RestaurantDS. The app works correctly under 3.0.7. I would appreciate any help in resolving this. I have included a short stack t

[JBoss-user] Authentication Problem - LDAP & JBoss

2002-11-11 Thread Dhiraj Ramakrishnan
Hi all, I am using JBoss-3.0.2 and have configured the login-config.xml to work with LDAP Server. My login-config.xml looks like this, com.sun.jndi.ldap.LdapCtxFactory ldap://hyd.nimaya.com:389/ simple cn=WLSPrincipal ,cn=users,dc=hyd,dc=nimaya,dc=com true My application uses a JTree to

[JBoss-user] Authentication problem when using JMS testQueue

2002-09-23 Thread jboss-user
Hi, I am trying to connect to the testQueue JMS queue in JBoss. I have read the forums about jdk versions etc, but please read on. I can connect both local and remotely to JBoss-3.0.3RC1 queue using both jdk 1.4.0_01 and 1.4.0_02 on client and 1.4.0_01 on server. I can connect locally to JBoss-3

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread Scott M Stark
om: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 11:30 AM Subject: Re: [JBoss-user] Authentication Problem... > I figured out how to fix it. > > I was rebuilding contrib/tomcat from Branch_2_4 and putting the > tomcat-se

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread David Green
Jun 2001, Scott M Stark wrote: > Ok, so your web.xml looked the same as the one I showed which works > and yours doesn't? > > - Original Message - > From: "David Green" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 27, 20

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread Scott M Stark
: Welcome to the Property Editor! This page has been accessed 0 times! - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 7:17 AM Subject: Re: [JBoss-user] Authentication Problem... > I am us

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread Scott M Stark
Ok, so your web.xml looked the same as the one I showed which works and yours doesn't? - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 6:34 AM Subject: Re: [JBoss-user] Authentication Pr

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread David Green
> > > > > > > > > Restricted > > Declarative security tests > > /* > > GET > > POST > > > > > > guest > > > > > >

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread David Green
gt; > > BASIC > JBossTest Servlets > > > > > - Original Message - > From: "David Green" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 26, 2001 9:36 PM > Subject: Re: [JBoss-user] Authent

Re: [JBoss-user] Authentication Problem...

2001-06-27 Thread Scott M Stark
gt; Sent: Tuesday, June 26, 2001 9:36 PM Subject: Re: [JBoss-user] Authentication Problem... > I'm having no luck with this :( > > Here's what I have now: > > WEB-INF/jboss-web.xml: > -- > > java:/jaas/simple > > -

Re: [JBoss-user] Authentication Problem...

2001-06-26 Thread David Green
Original Message - > From: "David Green" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 26, 2001 7:42 PM > Subject: [JBoss-user] Authentication Problem... > > > > > > I've deployed a .war file with

Re: [JBoss-user] Authentication Problem...

2001-06-26 Thread Scott M Stark
You still have to specify a security-domain in jboss-web.xml. See the JAAS tutorial: http://www.jboss.org/documentation/HTML/ch11s83.html - Original Message - From: "David Green" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 7:42 P

[JBoss-user] Authentication Problem...

2001-06-26 Thread David Green
I've deployed a .war file with an index.jsp, and a web.xml that says that the index.jsp should be protected. I've created a users.properties and a roles.properties file in my jboss/conf area per the docs, the role name matches what's in my web.xml, yet it isn't authenticating me when i visit the