Hi, Did you ever find a solution for this ? I have just upgraded to FM4 (beta-3) and am having the exact same problem.
On Mon, Aug 23, 2010 at 12:40 PM, jvfacio <[email protected]> wrote: > 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/ > -- Grant Smith - V.P. Information Technology Marathon Computer Systems, LLC. -- 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/
