Hello, 

I worked with an application Flex that uses Blazdes. In our lib there are these 
librairees : 

              - flex-messaging-common.jar
              - flex-messaging-core.jar
              - flex-messaging-opt.jar
              - flex-messaging-proxy.jar
              - flex-messaging-remoting.jar
              - commons-httpclient-3.0.1.jar
              - commons-logging.jar
              - concurrent.jar


We
modified our application in order to use Maven, so we have use removed
the librairis located in the folder lib od Webapp and in the pom.xml we
added these dependecies 

                   
        <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-common</artifactId>
            <version>3.0.0.544</version>
        </dependency>
        
        <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-core</artifactId>
            <version>1.0-beta1</version>
        </dependency>
          
         <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-opt</artifactId>
            <version>3.0.0.544</version>
        </dependency>
        <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-proxy</artifactId>
            <version>3.0.0.544</version>
        </dependency>
        <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-proxy</artifactId>
            <version>3.2.0.3978</version>
        </dependency>
        <dependency>
            <groupId>com.adobe.blazeds</groupId>
            <artifactId>blazeds-remoting</artifactId>
            <version>3.0.0.544</version>
        </dependency>    
        <dependency>


When we runned our application with Maven, we have this error 

        Error during connexion with server : 
(mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "9B4657AA-C406-F588-5157-5EA0140B7503"
  destination = ""
  extendedData = (null)
  faultCode = "Client.Error.MessageSend"
 
faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed:
HTTP: Status 404: url:
'http://localhost:8080/orchestradesigner/messagebroker/amf'"
  faultString = "Send failed"
  headers = (Object)#2
  messageId = "8E185A4B-C1C2-3D1A-F9B9-5EA0156399C4"
  rootCause = (mx.messaging.events::ChannelFaultEvent)#3
    bubbles = false
    cancelable = false
    channel = (mx.messaging.channels::AMFChannel)#4
      authenticated = false
      channelSets = (Array)#5
      connected = false
      connectTimeout = -1
      enableSmallMessages = true
      endpoint = "http://localhost:8080/orchestradesigner/messagebroker/amf";
      failoverURIs = (Array)#6
      id = "my-amf"
      mpiEnabled = false
      netConnection = (flash.net::NetConnection)#7
        client = (mx.messaging.channels::AMFChannel)#4
        connected = false
        objectEncoding = 3
        proxyType = "none"
        uri = "http://localhost:8080/orchestradesigner/messagebroker/amf";
      piggybackingEnabled = false
      polling = false
      pollingEnabled = true
      pollingInterval = 0
      protocol = "http"
      reconnecting = false
      recordMessageSizes = false
      recordMessageTimes = false
      requestTimeout = -1
      uri = 
"http://{server.name}:{server.port}/orchestradesigner/messagebroker/amf";
      url = 
"http://{server.name}:{server.port}/orchestradesigner/messagebroker/amf";
      useSmallMessages = false
    channelId = "my-amf"
    connected = false
    currentTarget = (mx.messaging.channels::AMFChannel)#4
    eventPhase = 2
    faultCode = "Channel.Connect.Failed"
   
faultDetail = "NetConnection.Call.Failed: HTTP: Status 404: url:
'http://localhost:8080/orchestradesigner/messagebroker/amf'"
    faultString = "error"
    reconnecting = false
    rejected = false
    rootCause = (Object)#8
      code = "NetConnection.Call.Failed"
      description = "HTTP: Status 404"
      details = "http://localhost:8080/orchestradesigner/messagebroker/amf";
      level = "error"
    target = (mx.messaging.channels::AMFChannel)#4
    type = "channelFault"
  timestamp = 0
  timeToLive = 0




I am not able to resolve this problem, any boday has seen that before :( please 
??
Thank you very very much 

                                          
_________________________________________________________________
Installez gratuitement les nouvelles Emoch'ticones !
http://www.ilovemessenger.fr/emoticones/telecharger-emoticones-emochticones.aspx

Reply via email to