zamp...@gmail.com
unread,Jun 1, 2009, 4:52:24 PM6/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to osjava
I'm using Simple-JNDI in a straight JSE app (no Tomcat, now other
container). Everything works fine, until I try to use some code that
tries to add some RMI objects to the JNDI tree.
Basically, I'm using a custom JMX Agent to startup the
JMXConnectorServer and provide some customized logic. When I try to do
this with Simple-JNDI installed and configured as the
InitialContextFactory, things fail. I suspect the issue is that Simple
JNDI is not able to handle this case.
Anyone see this? Anyone have any ideas on how to fix?