Hi currently i have an application run using
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>3.7.1</version>
and the framework
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex-framework</artifactId>
<version>3.2.0.3958</version>
<type>pom</type>
</dependency>
and the app work
but when i try to change the flexmojos version to:
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>4.0-alpha-5</version>
and the framework to 4.1.0.16248
<dependency>
<groupId>com.adobe.flex.framework</groupId>
<artifactId>flex-framework</artifactId>
<version>4.1.0.16248</version>
<type>pom</type>
</dependency>
Throws the next error when BlazeDS try to conect to java object
faultCode:InvokeFailed faultString:'[MessagingError
message='Destination 'todoService' either does not exist or the
destination has no channels defined (and the application does not
define any default channels.)']' faultDetail:'Couldn't establish a
connection to 'todoService''
thanks in advance!
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" 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-mojos
http://flexmojos.sonatype.org/