tags:

views:

672

answers:

1

In our Spring application we use clustered Hibernate Search with ActiveMQ which sets up some objects via JNDI. These objects are configured via the Spring application context and I am looking for a way to resolve JNDI calls to these objects.

All I could find was the JNDI lookups from the Spring context.

We need it the other way around: resolve JNDI lookups from Spring application context.

Any pointers are appreciated.

A: 

This recipe by James Strachan may be the way to go but I need to check.

Sasha O