HI, I have download and install LCDS 2.5.1
When I try to import sample.war to eclipse and compile (java side) got a lot of errors: Severity and Description Path Resource Location The method addChannel(String) is undefined for the type DataDestination /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 55 The method addChannel(String) is undefined for the type MessageDestination /src/flex/samples/runtimeconfig ChatRoomService.java line 45 The method createDestination(DestinationSettings) in the type DataService is not applicable for the arguments (String) /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 54 The method createDestination(DestinationSettings) in the type MessageService is not applicable for the arguments (String) /src/flex/samples/runtimeconfig ChatRoomService.java line 43 The method createDestination(DestinationSettings) in the type RemotingService is not applicable for the arguments (String) /src/flex/samples/runtimeconfig EmployeeRuntimeRemotingDestination.java line 18 The method getFlexClient() is undefined for the type FlexContext /src/flex/samples/qos FlexClientConfigService.java line 15 The method getFlexClient() is undefined for the type FlexContext /src/flex/samples/qos FlexClientConfigService.java line 21 The method getService(String) is undefined for the type MessageBroker /src/flex/samples/runtimeconfig ChatRoomService.java line 42 The method getService(String) is undefined for the type MessageBroker /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 53 The method getService(String) is undefined for the type MessageBroker /src/flex/samples/runtimeconfig EmployeeRuntimeRemotingDestination.java line 17 The method isStarted() is undefined for the type MessageService /src/flex/samples/runtimeconfig ChatRoomService.java line 53 The method setDestination(DataDestination) is undefined for the type JavaAdapter /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 78 The method setId(String) is undefined for the type JavaAdapter /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 76 The method setMetadataSettings(MetadataSettings) is undefined for the type DataDestination /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 61 The method setNetworkSettings(DataNetworkSettings) is undefined for the type DataDestination /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 73 The method setScope(String) is undefined for the type DataDestination /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 57 The method setServerSettings(ServerSettings) is undefined for the type MessageDestination /src/flex/samples/runtimeconfig ChatRoomService.java line 51 The method setSource(String) is undefined for the type DataDestination /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 56 The method setSource(String) is undefined for the type RemotingDestination /src/flex/samples/runtimeconfig EmployeeRuntimeRemotingDestination.java line 19 The method setSubscriptionTimeoutMinutes(int) is undefined for the type DataNetworkSettings /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 64 The method start() is undefined for the type MessageDestination /src/flex/samples/runtimeconfig ChatRoomService.java line 55 The type EmployeeRuntimeDataDestination must implement the inherited abstract method Service.getSettings() /src/flex/samples/runtimeconfig EmployeeRuntimeDataDestination.java line 44 The type EmployeeRuntimeRemotingDestination must implement the inherited abstract method Service.getSettings() /src/flex/samples/runtimeconfig EmployeeRuntimeRemotingDestination.java line 8 The type HSQLBootstrapService must implement the inherited abstract method Service.getSettings() /src/flex/samples HSQLBootstrapService.java line 12 None of these are class not found error. Where can I get a compiling sample.war? VELO

