Hi all,

I've got it.

Tutorial is for deployment on JBoss 3.0 and *NOT* JBoss 3.2:
anonymous wrote : http://www.nemesisit.ro/opendocs/ejboverhttp.html 

DTD of jboss.xml has changed in v3.2, configuration should be for each ejb:
      
         <ejb-name>MyBean</ejb-name>
         <jndi-name>ejb/MyBean</jndi-name>
             <invoker-bindings>
                    
                           
<invoker-proxy-binding-name>stateless-http-invoker</invoker-proxy-binding-name>
                    
         </invoker-bindings>
        <method-attributes>
        </method-attributes>
      

and:

   <invoker-proxy-bindings>
      <!-- A custom invoker for RMI/HTTP -->
      <invoker-proxy-binding>
         stateless-http-invoker
         <invoker-mbean>jboss:service=invoker,type=http</invoker-mbean>
         <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
         <proxy-factory-config>
            <client-interceptors>
               
                  org.jboss.proxy.ejb.HomeInterceptor
                  org.jboss.proxy.SecurityInterceptor
                  org.jboss.proxy.TransactionInterceptor
                  org.jboss.invocation.InvokerInterceptor
               
               
                  org.jboss.proxy.ejb.StatelessSessionInterceptor
                  org.jboss.proxy.SecurityInterceptor
                  org.jboss.proxy.TransactionInterceptor
                  org.jboss.invocation.InvokerInterceptor
               
            </client-interceptors>
         </proxy-factory-config>
      </invoker-proxy-binding>
   </invoker-proxy-bindings> 

Modifying jboss.xml and jboss-service.xml allow to enable https if needed.

Regards.

Johann

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to