[jboss-user] [EJB 3.0] - Re: A better IsLocalInterceptor?
jahlborn
do-not-reply at jboss.com
Tue Jul 3 23:04:52 EDT 2007
we have the compiled class in a jar in the server/[profile]/lib directory. the interceptors file has:
| <!-- near the top -->
| <interceptor class="com.hmsonline.jbossbootstrap.remoting.IsReallyLocalInterceptor" scope="PRE_VM"/>
|
| <!-- in each stack -->
| <stack>
| <interceptor-ref name="com.hmsonline.jbossbootstrap.remoting.IsReallyLocalInterceptor"/>
| ...
| </stack>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060220#4060220
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060220
More information about the jboss-user
mailing list