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> PS ε

