-
Mar 30th, 2008, 10:21 PM
#1
JNDI Bind from Spring Context...
Is there a way to bind a bean to JNDI directly from within the Spring Context XML? I would like to do it similar to how the JMX MBean stuff works, but I can't seem to find a class to do it.
-
Mar 31st, 2008, 01:19 AM
#2
There is a bean which can do that, however that will make use of Rmi. Checkout the JndiRmiServiceExporter. If you don't want that you can always use that class as a sample and create your own JndiServiceExporter.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules