[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): | /usr/jboss/jboss-4.2.3.GA/server/default/lib/activation.jar:/usr/jboss/jboss-4.2.3.GA/server/default/lib/antlr.jar:/usr/jboss/jboss-4.2.

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

2008-08-15 Thread ragavgomatam
Hi..The class is under jboss-system.jar which is under %JBOSS_HOME%/lib folder. Put it in the classpath & you are set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170805#4170805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2008-08-15 Thread ragavgomatam
check in which jar file where this class anonymous wrote : org/jboss/system/ServiceMBeanSupport occurs. ALso I think you need jbosssx-client.jar too. I think that class is in jboss-system-client.jar. Which version of jboss are you using ? I don't see thid class in 4.2.3 GA inside jboss-system-

[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=bb&op=viewtopic&p=4170798#4170798 Reply to the post : http://www.jboss.

[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 | .:/usr/jboss/jboss-4.2.3.GA/client/jnp-client.jar:/usr/jboss/jboss-4.2.3.GA/client/jboss-j2ee.jar:/usr/jboss/jboss-4.2.3.GA/client/jboss-common.jar:/usr/jboss/jboss-4.2.3.GA/client/log4j.jar:/usr/jboss/jboss-4.2.

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

2008-08-15 Thread ragavgomatam
Check your classpath on your client..It has to have all the jaas libraries plus some specific jboss libraries as well. anonymous wrote : java.lang.NoClassDefFoundError indicates there is a dependency jar that is missing in your classpath View the original post : http://www.jboss.com/index.html