[JBoss-user] [Security JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread Michael Konietzka
colin_daly wrote : Hi,
  | 
  | 
  | i then created a small jar containing my custom interceptor, put it in 
$JBOSS_HOME/lib and added it to JBOSS_BOOT_CLASSPATH
  | 
  | 
  | I guess i've got some classloading issue or my approach is wrong because 
when i try to start jboss i get the following exception on every bean 
deployment. I would really like to get this working without having to build 
jboss from source with a hacked security interceptor so any help would be 
greatly appreciated.
  | 
  |  [..]
  | 
  | 

Well, try to put you classes in another directory.
For example, i have my own Interecptors in the same jar as my ejb and this is 
normally deployed. This works, if your ear is the only application,which uses 
this configuration.
So my interceptor classes are here: $JBOSS_HOME/server/$YOUR_SERVER/deploy/

My LoginModule and SecurityProxy are in $JBOSS_HOME/server/$YOUR_SERVER/lib/

HTH
 Michael



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3887232#3887232

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887232


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread colin_daly

Thanks Michael,

That worked a treat.
I should have tried the easy option first i guest :)

Colin.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3887281#3887281

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887281


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user