This is pretty much what we have in 3.1. Look at the jboss.xml file of
the hellojrmpiiop test:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jbosstest/src/resources/hellojrmpiiop/META-INF/jboss.xml?rev=1.1&content-type=text/vnd.viewcvs-markup

Cheers,

Francisco

On Sun, 14 Jul 2002, Scott M Stark wrote:

> What I would like to see is something like this:
> 
> <jboss>
>     <enterprise-beans>
>         <session>
>             <ejb-name>MySession</ejb-name>
>             <configuration-name>Standard Stateless
> SessionBean</configuration-name>
>             <client-configuration-names>
>                 <client-configuration-name>Stateless
> Session/JRMP</client-configuration-name>
>                 <client-configuration-name>Stateless
> Session/IIOP</client-configuration-name>
>             </client-configuration-names>
>         </session>
>     </enterprise-beans>
> 
>     <client-container-configurations>
>         <client-container-configuration>
>             <container-name>Stateless Session/JRMP</container-name>
>             <invoker-name>jboss:service=invoker,type=jrmp</invoker-name>
>             <client-interceptors>
>             <home>
> 
> <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor>
> 
> <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
> 
> <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
> 
> <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
>             </home>
>             <bean>
> 
> <interceptor>org.jboss.proxy.ejb.EntityInterceptor</interceptor>
> 
> <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
> 
> <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
> 
> <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
>             </bean>
>             </client-interceptors>
> ...
>         </client-container-configuration>
>     </client-container-configurations>
> </jboss>
> 
> I have only glaced out the 3.1 parsing so maybe this is what we are doing
> there,
> but it certainly is not how 3.0 is handling invokers.
> 
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to