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-52] Do conversion of values on parse and not on lookup?
Created: Tue, 4 May 2004 21:26:29 -0700 (PDT)  Updated: Wed, 30 May 2007 22:49:03 -0700 (PDT)

Status:Closed
Project:Simple-JNDI
Component/s:Converter
Affects Version/s:0.9.1
Fix Version/s:0.10

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


 Description   
Currently the conversion occurs when a value is looked up and not when it is initially read in. It makes more sense to convert when you read in, though this slows down loading time.

It would make th erest of the systme nicer as special variables like 'type' do not have to be able to fit into the system. Optionally, every HierarcahialMap needs to have a Value for when values are set directlry on it. ie) Our nodes may be leafs too.
Comment by bayard [ Tue, 4 May 2004 21:38:15 -0700 (PDT) ]
Nope, bad idea. Instead will hold onto the type information in a value rather than doing lots of upfront conversion. Node's cannot be leafs too, this breaks JNDI.