Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

martypitt1
martypitt1
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by martypitt1
Customize the badges you want to showcase on your profile
Serializing InputStream as ByteArray using BeanProxy - Adobe LiveCycle 05-01-2011
[Note: Also posted on StckOverflow here]I'm trying to serialize an object which has an InputStream. I need it to arrive on the flex client as a ByteArray.Note - I can't implement `IExternalizable` on this class, as it's not mine.I've registered a custom `BeanProxy` to do the conversion, however it doesn't appear to be working: public class InputStreamBeanProxy extends BeanProxy { @Override public Object getInstanceToSerialize(Object instance) { InputStream stream = (InputStream) instance; Byte[]...

Views

1.1K

Likes

0

Replies

0
LCDS - Expect List<Long>, get ArrayCollection of Integer - Adobe LiveCycle 14-12-2010
I have a POJO which declares a collection of List.We're currently sending an ArrayCollection of Number, and it's arriving at the client as an ArrayCollection, populated with Integers.Given the issues with Type Erasure & generics I understand how this is happening. How do I fix it?Unfortunately because of some internal limitations, the model cannot be changed. Ie - we can't use a subtype, and we can't implement IExternalizable.Are there other options for registering custom type converters in LCDS...

Views

684

Likes

0

Replies

0
Re: Configuring LCDS HTTPProxy service behind a firewall - Adobe LiveCycle 06-04-2010
Docs ftw:http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcds/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=rpc_config_4.htmlUse the tag.

Views

65

Likes

0

Replies

0
Configuring LCDS HTTPProxy service behind a firewall - Adobe LiveCycle 06-04-2010
I have an LCDS server sitting behind a corporate proxy/firewall.I need to use a configured HTTPProxyService on the LCDS server to make requests out to beyond the firewall (can't go directly from the client because of crossdomain.xml issues)How do I configure LCDS to use the corporate proxy on it's outbound requests?RegardsMarty

Views

461

Likes

0

Replies

1