Hello,

I get the following warning mesasge every time when stateless session
beans are deployed onto clustered JBoss AS 4.0.0.

16:59:42,034 INFO  [EjbModule] Deploying BorrowRecordSearch
16:59:42,058 WARN  [EjbModule] Could not load the 
org.jboss.ejb.plugins.ServiceEndpointInterceptor interceptor


My standardjboss.xml in conf dir is the same as one in 'all' server
config and contains settings of the ServiceEndpointInterinterceptor like this:

<container-configuration>
      <container-name>Clustered Stateless SessionBean</container-name>
      ....
      org.jboss.ejb.plugins.ServiceEndpointIntercep
tor
      ....
        org.jboss.ejb.plugins.ServiceEndpointInterceptor</
interceptor>
      ....

but I couldn't find such a class in jar files of JBoss 4.0.0 binaries.

My questions are
(i) The warning message is caused by wrong 
  configurations(in standardjboss.xml) and negligible?

(ii) If (i) is true, is removing the interceptor configuration 
from standardjboss.xml no problem to make stateless session beans work
in clustered environments?

(iii) If (i) is incorrect, any ideas to remove the warnings???

-shu


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854944#3854944

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854944


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to