I get the same error.
ITS SO FINE TO SEE EVERYONE POSTING THE FIX WHEN THEY FINALLY FIND WHY THEIR
ERROR OCCURED
NOT ! please remember to post how you fixed it !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953187#3953187
Reply to the post :
htt
When you solve a problem !
PLEASE POST HOW YOU FIXED IT !!!
Others could be facing the same problem
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870664#3870664
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870664
Im looking for a newbie jaas example from a standalone application.
I realize this might not be the right forum, but this is for beginners. I can
only speak for myself and I find the docs confusing and not very friendly for
newbies on security.
I think ive found it out... finally... But how do
I fixed it. I think
By adding the
java -Djava.security.auth.login.config=./resources/auth.conf
but now I get a different error
javax.security.auth.login.LoginException: unable to find LoginModule class:
org.jboss.security.ClientLoginModule
at javax.security.auth.login.LoginContex
Im creating a standalone web start application
I get this error while trying to use a loginContext
java.lang.SecurityException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97)
Everything works fine up till
LoginContext lc = new LoginCont
Hi,
I find j2ee/jboss security hard to get a good grip on for a beginner. The 3-4
year old tutorial is good but It lacks one thing. how to connect from an
application client. All the tutorials Ive found only show examples of servlets
and web pages.
Im trying to create an application that you e
When I run a client on entity bean A it updates the db correct, but when I run
it the second time it uses the cache. It doesnt go for the db to reload the
bean..
I took an example an changed the primarykey from a String to an Integer. I
didnt think that mattered. Using bean persistency.
tried