[SJN-68] Subcontexts not shared when org.osjava.sj.jndi.shared=true | |
| Status: | Closed |
| Project: | Simple-JNDI |
| Component/s: | |
| Affects Version/s: | 0.11 |
| Fix Version/s: | 0.11.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |