Flex errors

View: New views
2 Messages — Rating Filter:   Alert me  

Flex errors

by NetSQL :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I place the SVN files in FlexBuilder and I get these errors:

1172: Definition flash:Date could not be found. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 36 1189014927208 51
1120: Access of undefined property sockectConnected. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 167 1189014927205 49
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 91 1189014927201 47
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 89 1189014927201 46
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 87 1189014927200 45
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 85 1189014927199 44
1119: Access of possibly undefined property text through a reference with static type flash.events:Event. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 173 1189014927205 50
1067: Implicit coercion of a value of type String to an unrelated type int. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 128 1189014927202 48


Any hints?

tia.

.V


Re: Flex errors

by Derek Wischusen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The STOMP library you using was built using an older version of Flex.  I recently update/rewrote the AS3 STOMP lib so that works with the latest version of Flex and such that it implements most of the STOMP protocol.  You can download it here: http://code.google.com/p/as3-stomp/

I wrote some posts on using AS3 client with ActiveMQ and ActiveMessaging on my blog.  You can view them here: http://flexonrails.net/?cat=26

Derek Wischusen


NetSQL wrote:
I place the SVN files in FlexBuilder and I get these errors:

1172: Definition flash:Date could not be found. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 36 1189014927208 51
1120: Access of undefined property sockectConnected. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 167 1189014927205 49
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 91 1189014927201 47
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 89 1189014927201 46
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 87 1189014927200 45
1120: Access of undefined property CodedAssets. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 85 1189014927199 44
1119: Access of possibly undefined property text through a reference with static type flash.events:Event. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 173 1189014927205 50
1067: Implicit coercion of a value of type String to an unrelated type int. w3a/flex_src/org/codehaus/stomp STOMPClient.as line 128 1189014927202 48


Any hints?

tia.

.V