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-68] Subcontexts not shared when org.osjava.sj.jndi.shared=true
Created: Wed, 14 Sep 2005 22:09:53 -0700 (PDT)  Updated: Wed, 28 Sep 2005 20:50:44 -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:Robert M. Zigweid
Resolution:Fixed 
Environment:


 Description   
Bug in AbstractMemoryContext. Only this.table is static, the subcontext table is not static.
Comment by bayard [ Wed, 28 Sep 2005 20:50:44 -0700 (PDT) ]
Test added, and StaticHashtables created in AbstractContext to provide shared contexts.