HI All, When i try to upgrade from Flex2 to Flex3 in my Blaze App i am getting the following Error:
SEVERE: Allocate exception for servlet MessageBrokerServlet java.lang.NoSuchFieldError: ENDPOINT_REQ_CHILDREN at flex.messaging.config.ServerConfigurationParser.channelDefinition(ServerConfigurationParser.java:265) at flex.messaging.config.ServerConfigurationParser.channelsSection(ServerConfigurationParser.java:241) at flex.messaging.config.ServerConfigurationParser.parseTopLevelConfig(ServerConfigurationParser.java:56) at flex.messaging.config.AbstractConfigurationParser.parse(AbstractConfigurationParser.java:68) at flex.messaging.config.ConfigurationManager.getMessagingConfiguration(ConfigurationManager.java:77) at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:90) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1160) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:805) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:133) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) at java.lang.Thread.run(Thread.java:619)\ On the Client side trace log i am getting the following.. An error occured while checking credentials and result =[FaultEvent fault=[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost:8080/myapp/messagebroker/amf'"] messageId="ADF348F-2DE5-456E-340C-40DFC4ACEF8D" type="fault" bubbles=false cancelable=true eventPhase=2] When i checked the config files from the turnkey app the enpoint Node in services-config.xml doesn't have any Child Elements..!! [CODE] <endpoint uri="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"> [/CODE] i tried the attributes "url" and "uri" and getting the same Error ?? Why can't we have the schema for these config files..If one exists could pls some one let me know where i can find those.. Thanks Mars..

