"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=bb&op=viewtopic&p=3887232#3887232

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=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

Reply via email to