Did you add flex-messaging.jar and flex-messaging-common.jar to your classpath when compiling?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mayur Bais Sent: Monday, May 28, 2007 1:14 AM To: [email protected] Subject: Re: [flexcoders] Re: compiling java classes for flex data services Thanks for replying, but for compiling java class why would i need swc? though I have one in my class library path. Regards PS ε On 5/28/07, simonjpalmer <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: I think you are probably missing fds.swc from your library path. If you are using the Eclipse IDE, search for it on your computer and then add it to the Flex Build Path / Library Path in your Flex project. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , learner <[EMAIL PROTECTED]> wrote: > > I have trying the sample examples for the flex data service and following > the CRM samples . > > I could write good value object class in both AS and JAVA , and also the > class to communicate with database(my-sql in my case). > > but while looking at the EmployeeAssembler.java in the sample and tried to > modify to suit my needs > I am getting following error > > samples\crm\EmployeeAssembler.java:21package flex.data does not exist import > flex.data.ChangeObject; > > samples\crm\EmployeeAssembler.java:22package flex.data does not exist import > flex.data.DataSyncException; > > samples\crm\EmployeeAssembler.java:23package flex.data does not exist import > flex.data.DataServiceTransaction; > > samples\crm\EmployeeAssembler.java:23 package flex.data does not exist > import flex.data.assemblers.AbstractAssembler; > > Can any body put light on this? > > Regards <http://www.google.com/reader/shared/01613629439254822020 <http://www.google.com/reader/shared/01613629439254822020> > > PS å >

