Expand my Community achievements bar.

seth_hodgson
seth_hodgson
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Den,That's not a bug - it's a result of the AMF serialization rules.http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcds/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=serialize_data_3.htmlFor a class to support AMF serialization it must follow Java bean syntax (no-ar...

    Type

    Discussions

    Views

    183

    Likes

    0

    Replies

    0
  • Hi Adam,You should have a swfkit.jar in your /WEB-INF/flex/jars/ directory. That's the jar, used by the webtier compiler, that contains flash.util.Trace.If that's missing you might want to start out with the empty flex.war that the installer lays down, and update with your custom application sources...

    Type

    Discussions

    Views

    200

    Likes

    0

    Replies

    0
  • Hi Charles,Debugging character encoding issues can be difficult. When you state that it can't display Chinese or Japanese what display problems are you seeing?The problem could be that the system (or embedded font) in use doesn't contain glyphs for Chinese or Japanese characters.Some further testing...

    Type

    Discussions

    Views

    142

    Likes

    0

    Replies

    0
  • Hi Roland,First, it seems like you don't need to be new'ing an Employee and then assigning to the same variable? Should this:Employee ct = new Employee(); ct = (Employee)newObj; // HERE be this:Employee ct = (Employee)newObj;As for the ClassCastException, your AS class does define the class mapping ...

    Type

    Discussions

    Views

    231

    Likes

    0

    Replies

    0
  • Sorry Steve,I don't know whether the JOTM project has active support lists or forums but I'd recommend just testing using a simple JSP page that tries to access the current UserTransaction. Once you get Tomcat and JOTM configured and working properly based on successful execution of your JSP then yo...

    Type

    Discussions

    Views

    217

    Likes

    0

    Replies

    0
  • RTMP is only used as a transport protocol in LCDS (there's no NetConnection API on the server), but you can definitely write chat-style applications with LCDS.Take a look at the various samples contained in the samples.war that the installer lays down.To display the LiveCycle Data Services ES sample...

    Type

    Discussions

    Views

    181

    Likes

    0

    Replies

    0