[jboss-user] [Security JAAS/JBoss] - Problem with authorization in standalone client

2008-08-15 Thread zlosynus
Hi, I am programming standalone client and I would like to use DatabaseServerLoginModule. So I added these lines to login-config.xml. |application-policy name = Konfigurator |authentication | login-module code = org.jboss.security.auth.spi.DatabaseServerLoginModule

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I have following classpath, can you tell what I am missing: | echo $CLASSPATH |

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I was looking at my classpaths and currently I have all jars in {$JBOSS-HOME}/client and {$JBOSS-HOME}/server/default/lib included and still it doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170798#4170798 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Problem with authorization in standalone client

2008-08-15 Thread zlosynus
I have all classes in my classpaths, I know it is incorrect, but it is not my problem to solve it now (and I think for client is sufficent jboss-all.jar): |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss 4.2.2.GA + Hibernate + tutorial application from Getti

2008-07-22 Thread zlosynus
Hi, I am new user to JBoss and Hibernate. I wanted to test deploy sample application. I have downloaded http://docs.jboss.org/jbossas/getting_started/v5/pdf/startguide.pdf and started go step by step throught chapter 9. I downloaded source codes