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

    261

    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

    275

    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

    230

    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

    298

    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

    284

    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

    246

    Likes

    0

    Replies

    0
  • Rajsihu,This part of the error, "Channel.Connect.Failed", indicates that the underlying client channel failed to connect to the server. Specifically, it received a 404 for your endpoint URL: 'http://localhost:8088/rajcon/messagebroker/amf'This is generally due to a startup error on the server. If th...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Laurie,<br /><br />Your original error indicates that a component on the client (apparently your DataService instance) has its destination set to "<my dest id>", but no destination with that id is defined in your config. <br /><br />I'd make sure that in your client code you set the destination f...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Ron,We don't currently provide a client-side Java API for LC DS. If you plan on switching from Swing to Flex/Air in the future, the major thing to watch out for is that the classes you ship over the wire from the server to the client adhere to the Java bean serialization rules that Flash AMF seri...

    Type

    Discussions

    Views

    269

    Likes

    0

    Replies

    0
  • Hi Michael,<br /><br />1. There's no timeout for requests. The RTMPChannel (along with any other channel) supports a connectTimeout property, that will fault the current connect attempt if it hasn't succeeded or failed within the defined timespan. This can be assigned directly in client code or conf...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
Top badges earned by seth_hodgson
Customize the badges you want to showcase on your profile