Hello Benjamin! Sorry for the late reply. Most of us were in vacation in the last weeks... Could you also provide a unit test which shows your issue? You can create an issue at [1]. You can read more about how to contribute at [2].
[1] https://issues.apache.org/jira/browse/CAMEL [2] http://camel.apache.org/contributing.html Best, Christian On Tue, Sep 4, 2012 at 8:41 AM, Benjamin Graf <benjamin.g...@gmx.net> wrote: > Hi, > > I got no feedback to this issue, yet. Any suggestions? > > Benjamin > > -------- Original Message -------- Subject: Issue with JndiContext in > camel tests Date: Tue, 21 Aug 2012 21:18:18 +0200 From: Benjamin Graf > <benjamin.g...@gmx.net> <benjamin.g...@gmx.net> Reply-To: > dev@camel.apache.org To: dev@camel.apache.org > > > Hi, > > I had a lot of troubles with JndiContext in camel junit tests. I recognized > that > if you configure the jndiregistry in the unit test produced by > CamelInitialContextFactory you'll always will get a new one if any library in > between with do a new InitialContext() call. Thats why I created a simple > threadsafe mock for easy use in unit tests. > > Maybe anybody can create a jira issue and put it to trunk. I would consider > adding to camel-test component fits best. Maybe a last minute change for > 2.10.1? > > Best regards > Benjamin > > > > --