• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Jaas, DatabaseServerLoginModule, Client, auth.conf

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there

I'm using Jboss5.1 with Postgre DB my database works fine with jboss
and i'm prgramming a standaloneclient.

my problem is that i can't use the DatabaseServerLoginModule in my auth.conf



when I'm using client-login there is no problem because sofar I know does ClientLoginModule always return true.
but When I'm using stpSecurity i get


clientcode

hope you can help me ...
here is more detailed information

login-config.xml


HOPE anyone can help me ;)

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am also facing the same exception with the similar configuration of security as Chris has done



Has anybody resolved or came across this exception?

Regards,
Bhavesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic