for an eeca I'm taking a created or stored value (GenericValue) and passing it to a simple method. I don't want to set each field in order to pass that Map to another service. Since userLogin and locale get added to the parameter map, it throws an error as they aren't members of GenericValue entity.
--- David E Jones <[EMAIL PROTECTED]> wrote: > > I'm not sure what you are trying to do... the > GenericValue object > _is_ a Map, or in other words it implements the Map > interface. > > -David > > > On Aug 28, 2006, at 7:59 AM, Chris Howe wrote: > > > Is it possible to convert a GenericValue to a Map > or > > HashMap? It seems that minilang doesn't actually > > convert, it takes the GenericValue and simply > returns > > the GenericValue untouched in ObjectType.java > circa > > line 863. > >
