Re: Simple example for JMSAppender usage (without JNDI)

2006-09-28 Thread Henning Sprang
Hi Jacob, Thanks for the hint, On 9/27/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: You should look into Spring's Mock classes. Specifically... org.springframework.mock.jndi.SimpleNamingContextBuilder I somehow didn't like the idea of adding even more complexity by using that mock object if al

Re: Simple example for JMSAppender usage (without JNDI)

2006-09-27 Thread Jacob Kjome
Quoting Henning Sprang <[EMAIL PROTECTED]>: > Hi, > I want to use the JMSAppender class in a simple environment, where we > don't have a jndi service running. Because I have not so much > knowledge about JNDI and we simply don't need it. > You should look into Spring's Mock classes. Specifically

Simple example for JMSAppender usage (without JNDI)

2006-09-27 Thread Henning Sprang
Hi, I want to use the JMSAppender class in a simple environment, where we don't have a jndi service running. Because I have not so much knowledge about JNDI and we simply don't need it. I tried a lot and searched the docs for hours now, but could not find how this can simply be accomplished - any