Home > Java Tips and Tricks > javax.naming.OperationNotSupportedException: bind not allowed in a ReadOnlyContext; remaining name

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

March 3rd, 2011

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.

Java Tips and Tricks

  1. No comments yet.
  1. No trackbacks yet.