Currently Being Moderated
Feb 14, 2008 6:01 AM
Hi!
We are trying to compile a project with lcds-samples.war,
using LCDS 2.6 Beta 1, and it does not work. It generate this
errors:
The method addChannel(String) is undefined for the type
DataDestination lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 55
The method createDestination(DestinationSettings) in the type
DataService is not applicable for the arguments (String)
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 54
The method createDestination(DestinationSettings) in the type
MessageService is not applicable for the arguments (String)
lcds-samples/src/flex/samples/runtimeconfig
ChatRoomService.java
line 42
The method createDestination(DestinationSettings) in the type
RemotingService is not applicable for the arguments (String)
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeRemotingDestination.java
line 18
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments () lcds-samples/src/flex/samples/feed
Feed.java
line 32
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments () lcds-samples/src/flex/samples/feed
Feed.java
line 53
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments ()
lcds-samples/src/flex/samples/marketdata
Feed.java
line 42
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments ()
lcds-samples/src/flex/samples/marketdata
Feed.java
line 67
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments ()
lcds-samples/src/flex/samples/pdfgen
PDFService.java
line 32
The method createUUID(boolean) in the type UUIDUtils is not
applicable for the arguments ()
lcds-samples/src/flex/samples/pdfgen
XDPXFAService.java
line 32
The method getFlexClient() is undefined for the type
FlexContext lcds-samples/src/flex/samples/qos
FlexClientConfigService.java line 15
The method getFlexClient() is undefined for the type
FlexContext lcds-samples/src/flex/samples/qos
FlexClientConfigService.java line 21
The method getService(String) is undefined for the type
MessageBroker lcds-samples/src/flex/samples/runtimeconfig
ChatRoomService.java
line 41
The method getService(String) is undefined for the type
MessageBroker lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 53
The method getService(String) is undefined for the type
MessageBroker lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeRemotingDestination.java
line 17
The method isStarted() is undefined for the type
MessageService lcds-samples/src/flex/samples/runtimeconfig
ChatRoomService.java
line 44
The method setDestination(DataDestination) is undefined for
the type JavaAdapter lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 78
The method setId(String) is undefined for the type
JavaAdapter lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 76
The method setMetadataSettings(MetadataSettings) is undefined
for the type DataDestination
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 61
The method setNetworkSettings(DataNetworkSettings) is
undefined for the type DataDestination
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 73
The method setScope(String) is undefined for the type
DataDestination lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 57
The method setSource(String) is undefined for the type
DataDestination lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 56
The method setSource(String) is undefined for the type
RemotingDestination lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeRemotingDestination.java
line 19
The method setSubscriptionTimeoutMinutes(int) is undefined
for the type DataNetworkSettings
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 64
The method start() is undefined for the type
MessageDestination lcds-samples/src/flex/samples/runtimeconfig
ChatRoomService.java
line 46
The type DatabaseCheckService must implement the inherited
abstract method Service.getSettings() lcds-samples/src/flex/samples
DatabaseCheckService.java line 9
The type EmployeeRuntimeDataDestination must implement the
inherited abstract method Service.getSettings()
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeDataDestination.java
line 44
The type EmployeeRuntimeRemotingDestination must implement
the inherited abstract method Service.getSettings()
lcds-samples/src/flex/samples/runtimeconfig
EmployeeRuntimeRemotingDestination.java
line 8
Do you know something about it ? There is an updated version
of lcds-samples.war to LCDS 2.6 ?