cancel
Showing results for 
Search instead for 
Did you mean: 

get log warning on JNDI context rebind

Former Member
0 Kudos

After the initial BIND I cannot unbind or rebind a JNDI object in the context without getting a warning in the log saying:

Application performs a REBIND operation, thus violating the J2EE Specification v.1.3/1.4, section 5.2.4. Change operations, performed in the application namespace are not allowed!

The location is: com.sap.engine.services.jndi.implclient

Any ideas what's wrong?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

sean_doyle
Discoverer
0 Kudos

I've been through all those tutorials but they all seem to indicate you can rebind and unbind objects that are already bound. The question is why does rebinding violate J2EE Specification v.1.3/1.4, section 5.2.4 and how do I get around that?