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-11] Add Types to the system
Created: Thu, 17 Jul 2003 11:49:56 -0700 (PDT)  Updated: Thu, 17 Jul 2003 11:50:06 -0700 (PDT)

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

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
A property com.foo.Value may have a com.foo.Value.type which specifies the classname of the object to use for the value.
If it equals java.lang.Integer, and com.foo.Value=12, then it's akin to doing new Integer(12).