0 Replies Latest reply on Feb 16, 2007 12:03 PM by lennartboklund

    EJB3 over HTTP possible? How?

    lennartboklund

      Hi,

      I run JBoss As 4.0.5. I'm trying to set up EJB3 over HTTP... Can't make it work.

      The JNDI lookup is quite all right over HTTP with these settings:

      java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
      java.naming.provider.url=http://localhost:8080/invoker/JNDIFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      


      I suppose I should also do something to ejb3.deployer/META-INF/jboss-service.xml but I cannot make it work...

      Hints? At all possible?


      Best regards / Lennart