Yeah... looks like some problem with Tomcat's configuration. Check out the
config xmls. Its difficult to pinpoint the issue as the error also does not
give any details. You will have to do a trial-and-error to figure out a
solution to the problem.

Regards,
Venkat
www.venkatv.com

On Sun, Nov 30, 2008 at 12:45 AM, jozeFlex <[EMAIL PROTECTED]> wrote:

>
> him pretty sure that spring works correctly because my servlets are
> running ok but I follow your advice i and I simplified de example.
> Right now I'm only invoking a java object without going throught
> spring. I modified de remoting-config.xml and I looks like that right
> now:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <service id="remoting-service"
> class="flex.messaging.services.RemotingService">
>    <default-channels>
>        <channel ref="my-amf"/>
>    </default-channels>
>
>        <destination id="mortgageService">
> <!--        <properties>
>                <factory>spring</factory>
>                <source>mortgageBean</source>
>             </properties>-->
>            <properties>
>            <source>flex.samples.spring.mortgage.Mortgage</source>
>        </properties>
>        </destination>
> </service>
>
> I verified that the classes are compiled at WEB-IN/classes and all the
> config is ok but I still get this anoying message that don't give much
> feedback. Have you got anymore ideas what is the problem? I'm starting
> to think it's all about tomcat configuration, but I java the flex jar
> correctly in the lib. I'm using tomcat 6 update 18.
>
> I really appreciate you're trying to help me out
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to