LiveCycle Data Services

Debugging Livecycle Data Services in Livecycle ES

0

The other day I was spending some time with a client of mine who ran into an issue with a Flex Remoting endpoint in Livecycle/ADEP

Essentially what happened was that within an object tree supposed to be sent from the Flex application to a Livecycle endpoint contained a lot of unexpected null references. Monitoring the AMF remoting traffic with Charles showed however that the data was serialised fine on the Flex side of things. At the other end of the wire though, something clearly went wrong. Even more confusing was that the serialisation seemed to work fine for non-complex data types which led us to the suspicion that the conversion of ArrayCollections to Java generics was setup incorrectly.

Without elaborating on details of coding and configuration switches that can modify how all that works in depth (hint: IExternalizable and java.io.Externalizable are your friends…), I rather want to explain some other configuration settings that a lot of people wouldn’t be aware of, but that are extremely helpful when you run into a possible serialisation problem.

---

Read the complete post at Blog In Black.

LiveCycle Data Services is now an “SAP Certified Integration with SAP NetWeaver”

0

- Juergen Hauser, Sr. Product Manager for Adobe LiveCycle Data Services

I’m happy to announce that we finally certified Data Services for use with SAP(R) systems. More specifically we did a BOR-API certification for an integration with SAP ECC 6.0 using the SAP Connector which is a new Data Services 4.6 feature. The certification test is documented in SAP’s report no. 16413978 on April 5th 2012 and expires on April 4th 2015.

---

Read the complete post at Adobe LiveCycle Blog.

Go to Top