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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

package flex.messaging does not exist

Avatar

Not applicable
When I try to compile a new .java file based on Feed.java in the examples application I keep getting this error.



"package flex.messaging does not exist"



Where can I get the flex.messaging package - or am I just doing something wrong?
1 Reply

Avatar

Level 10
Jordan,



Feed.java imports three Flex messaging classes:



1) flex.messaging.MessageBroker

2) flex.messaging.messages.AsyncMessage

3) flex.messaging.util.UUIDUtils



These classes must be included in the build path. If you have a license for LiveCycle Data Services ES, these classes are available in ../WEB-INF/lib. If you do not have a license for LiveCycle Data Services ES, you can get these classes in the open source version of Data Services ES called BlazeDS.



http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/



Steve