[flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2008-01-07 Thread Vijay Ganesan
Enhancement Request filed: https://bugs.adobe.com/jira/browse/BLZ-17 Vijay --- In flexcoders@yahoogroups.com, James Ward [EMAIL PROTECTED] wrote: Hi Vijay, Only mapping Strings to Enums is supported. Can you file an enhancement request? http://bugs.adobe.com/flex Let the list know

Re: [flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2008-01-03 Thread James Ward
Please file a Feature Request: http://bugs.adobe.com/flex Send the list the bug number so that we can all go vote for it. -James On Wed, 2008-01-02 at 21:33 -0500, Anatole Tartakovsky wrote: James, You might want to consider to add [Enum... to thecompiler metatags - henerated code

Re: [flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2008-01-02 Thread James Ward
Hi Vijay, Only mapping Strings to Enums is supported. Can you file an enhancement request? http://bugs.adobe.com/flex Let the list know the bug number so those interested can go vote for it. -James On Wed, 2007-12-19 at 19:05 -0800, moonusamy wrote: Unfortunately that doesn't work for me.

Re: [flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2008-01-02 Thread Anatole Tartakovsky
James, You might want to consider to add [Enum... to thecompiler metatags - henerated code provided -in the bottom portion of blog http://flexblog.faratasystems.com/?p=242 Thanks, Anatole On 1/2/08, James Ward [EMAIL PROTECTED] wrote: Hi Vijay, Only mapping Strings to Enums is

[flexcoders] Re: BlazeDS and Java 5 Enum Support - works only one way?

2007-12-19 Thread moonusamy
Unfortunately that doesn't work for me. I have an AS class corresponding to every Java class including enums. I want to be able to pass an instance of the AS class as the arg and have it translate to the appropriate Enum. So basically here's what I want to do: on the Java side: public enum Color