Hi ,
Iam working with LCDS in my application,there i got some errors in which
one of this is:-
*undefined attribute "url" in the endpoints of Service.config file. So i
searched for this and changed the "url" with "uri"in endpoints of service
config file*.
After this error resolving .i came with another error which is
Exception found.
*Exception flex.messaging.config.ConfigurationException
Attribute 'messageTypes' must be specified for element 'service'.
*
**
**
*To resolve this error i done the following:-*
**
Checked with my messaging-config.xml..
*<?xml version="1.0" encoding="UTF-8"?>
<service id="message-service"
class="flex.messaging.services.MessageService"
* messageTypes="flex.messaging.messages.AsyncMessage">* ---> newly added
by mee( i.e) not there before when i opened this file,by following the
google groups.
*
* <adapters>
<adapter-definition id="actionscript"
class="flex.messaging.services.messaging.adapters.ActionScriptAdapter"
default="true" />
<adapter-definition id="jms"
class="flex.messaging.services.messaging.adapters.JMSAdapter"/>
</adapters>
</service> *
**
*Now the actual problem is ,eventhen after changing the required changes
the error is not resolved .*
**
*So how can i resolve this.*
**
*regards,*
*chandu.*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---