This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SJN-70] AbstractContext: Can't unbind a subcontext
Created: Wed, 28 Sep 2005 20:26:34 -0700 (PDT)  Updated: Thu, 29 Sep 2005 07:58:39 -0700 (PDT)

Status:Closed
Project:Simple-JNDI
Component/s:
Affects Version/s:0.11
Fix Version/s:0.11.1

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Won't Fix 
Environment:


 Description   
The unbind method only removes from the table Hashtable (ie the data in that Context) and not from the subContexts variable.
Comment by bayard [ Wed, 28 Sep 2005 20:27:51 -0700 (PDT) ]
Code changed. Will mention it to Robert to make sure it's a legal thing to be asking for.
Comment by bayard [ Thu, 29 Sep 2005 07:58:11 -0700 (PDT) ]
We're going to NOTFIX this. I should have used destroySubcontext instead.
Comment by bayard [ Thu, 29 Sep 2005 07:58:39 -0700 (PDT) ]
 I should have used destroySubcontext instead.