Showing posts with label jndi. Show all posts
Showing posts with label jndi. Show all posts

Monday, 14 August 2017

javax.naming.OperationNotSupportedException: bind not allowed in a ReadOnlyContext; remaining name ~ foundjava

I got this exception when i tried to define a mail session in WebLogic’s console. I defined the JNDI name to be java:/Mail but it seems that WebLogic does not like the java:/ prefix, so I had to remove it (both from the console and the calling code), and it worked.
Read More »