0 Replies Latest reply on Nov 8, 2011 12:41 PM by mackerman

    Rest configuration in AS7

    mackerman

      Hi, i'm still struggling with Rest integration in AS7 - see http://community.jboss.org/message/632559#632559.

       

      Right now I would like to configure Rest to use JBoss JNDI via web.xml.  Does anyone know how to do this???

       

      A little background:

       

      In order to get clustering to work, i'm revisiting trying to get Rest working with messaging configured in AS7.  Part of the problem with that is that as Rest is not yet well integrated in AS7 (7.0.2), you have to configure a HornetqBootstrapListener in web.xml.  The HornetqBootstrapListener then sets up an EmbeddedJMS configuration, which does not have visibility to the AS7 configuration.  I see that there may be some way to configure the listener with the appropriate JNDI context, in which case it may be able to see the configuration, but can't figure out how to do it.  Can this be done, how, and will it work?

       

      Thanks, Mitchell