[flexcoders] LiveCycleDS + Java Enums

2008-10-06 Thread cwicky99
This post:
http://www.drflex.eu/2008/07/livecycle-es-data-services-data-management-and-java-enums/

Says that LiveCycleDS 2.6 handles Java enum's out of the box.  Does
anyone know if this only works with DataService objects?  I am using a
Consumer to listen to a JMS topic...but it doesn't seem to work.



RE: [flexcoders] LiveCycleDS + Java Enums

2008-10-06 Thread Jeff Vroom
The enum handling is part of the AMF serialization so you should be able to use 
that with LC DS2.6 as well.Since AS does not have a native enum type, by 
default a Java5 enum gets serialized to the client using the string value of 
the enum.

Jeff

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cwicky99
Sent: Monday, October 06, 2008 8:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] LiveCycleDS + Java Enums


This post:
http://www.drflex.eu/2008/07/livecycle-es-data-services-data-management-and-java-enums/

Says that LiveCycleDS 2.6 handles Java enum's out of the box. Does
anyone know if this only works with DataService objects? I am using a
Consumer to listen to a JMS topic...but it doesn't seem to work.

inline: image001.jpginline: image002.jpg