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

aejazm
aejazm
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aejazm
Customize the badges you want to showcase on your profile
Re: RemoteObject Destination configuration problem - Adobe LiveCycle 25-04-2006
Thanks for your reply. The value present in the "Additionalcompiler arguments" field is,-services"C:\tomcat\webapps\flex\WEB-INF\flex\flex-enterprise-services.xml"when I change it to,-services"C:\tomcat\webapps\flex\WEB-INF\flex\flex-remoting-service.xml"I start getting,exception 'java.lang.RuntimeException' while setting variable'compiler.services'. It seems that the only value allowed is "C:\tomcat\webapps\flex\WEB-INF\flex\flex-enterprise-services.xml".I tried putting,"C:\tomcat\webapps\flex\...

Views

171

Likes

0

Replies

0
RemoteObject Destination configuration problem - Adobe LiveCycle 24-04-2006
Hi,I have created a very simple 2 state mxml file(attachedbelow) where you submit a name which is passed to a RemoteObjectwhich appends "Welcome " to the input string & returns thewhole string back.The java class which does this is,package samples.SimpleRemoteObject;public class Echo { public Echo(){ } public String getString(String str){ return "Welcome " + str ; }}I have added the following to flex-remoting-service.xml underc:\tomcat\webapps\flex\WEB-INF\flex, samples.SimpleRemoteObject.Echo...

Views

1.0K

Likes

0

Replies

7