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

JeromeGainer
JeromeGainer
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JeromeGainer
Customize the badges you want to showcase on your profile
Re: How do I use LiveCycle JAVA API's to LOCALLY invoke my application? - Adobe LiveCycle 17-02-2012
I think I may have found an answer to this problem here:http://robertmarkbramprogrammer.blogspot.com/2011/10/connection-properties-and-adobe.htmlThis blog indicates that you can do local invocation by not setting the connection properties. I am going to try it out using code something like this:ServiceClientFactory serviceClientFactory = ServiceClientFactory.createInstance(null);I am assuming that this will work as long as I deploy my client application in the same JVM. We'll see...

Views

120

Likes

0

Replies

0
How do I use LiveCycle JAVA API's to LOCALLY invoke my application? - Adobe LiveCycle 13-02-2012
Hi All,I have created a client application that can invoke my LiveCycle applications using either EJB or SOAP. Now, one of our architects is asking me to move my client application into the SAME JVM as LiveCycle is running and invoke the application locally for performance sake.I expect that it is probably a simple change, but I have been unable to find documentation that shows how to do it and I am not able to tell from simply looking at the API's directly. The following link describes how to s...

Views

1.0K

Likes

0

Replies

1
Re: Urgent issues involving the invokeDDX operation - Adobe LiveCycle 09-02-2012
I was getting this same problem and it was driving me crazy trying to figure out what was wrong. Finally, I just recreated the invokeDDX operation that was failing and then it all of a sudden started working.

Views

155

Likes

0

Replies

0