Java 1.4.2
JBoss 3.2.3
Linux (RH9)

I'm writing an Interceptor.  As a first step, I basically copied the LogInterceptor's 
implementation.  I put the class in jboss' classpath (via run.conf).  I put a 
reference to the classname in standardjboss.xml, right after the stanza reference 
LogInterceptor.

When I start jboss I get massive ClassNotFoundExceptions 

Unexpected error during load of: DaveInterceptor, 
msg=org/jboss/ejb/plugins/AbstractInterceptor

and then a huge stack trace.

Now, this class is in one of the jars inside the server's lib directory.  However, the 
Service class, which AbstractInterceptor implements was not.  Going for brute force, I 
put all the jboss jars in the server's lib directory, and the results were the same.

I must be missing something about how to deploy a custom interceptor.  It is very 
confusing as my interceptor is basically a simplified version of one that IS being 
deployed properly (LogInterceptor).

I have the jboss book and it has about 2 paragraphs on this and that's it.  Searches 
on the web reveal nothing.  I found 1 post here on this exact topic with no replies.

Can anyone help?

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826212#3826212";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826212>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to