[Seasar-user:20243] T2のAmf送信について

道広 [E-MAIL ADDRESS DELETED]
2010年 10月 18日 (月) 11:45:18 JST


道広と申します。

今、T2を勉強しています。



「sc2009autumn_s307_4_t2_hacks」の章「T2 Hack with JavaFX」に参照し

JavaアプリからT2でサーバーに送信してみます。



クライアント側

public class AmfClient {



        public static void main(String[] args) {

                AmfConnection amf = new AmfConnection();

                amf.setDestination("/amfServer");

                amf.setOperation("sayHello");

                amf.connect("http://localhost:8080/t2-samples/t2.amf");

                String str = null;

                try {

                        str = (String) amf.call("myname");

                } catch (AmfFaultException e) {

                        e.printStackTrace();

                }

                System.out.println(str);        }

}



サーバー側



@Page("/amfServer")

public class AmfServerPage {



        @Amf

        public Navigation sayHello(String name) {

                System.out.println("sayHello:" + name);

                return AmfResponse.to("Hello," + name);

        }

}



サーバー側に受け取りのパラメータはNullになりました。

どういう原因ですか?困りました。

ご指導いただきたいです。



バージョン t2-0.6.2-ga.jar



Log情報:



10:05:11.853 [HttpProcessor:init1] DEBUG o.t.t.f.a.a.i.AmfActionInvokerImpl

org.t2framework.t2.design - AMF通信のためのコンテキストオブジェクト

([E-MAIL ADDRESS DELETED])が

生成されました.

10:05:11 [HttpProcessor:init1] DEBUG o.t.t.f.a.a.i.AmfActionInvokerImpl -

AMF通信のためのコンテキストオブジェクト

([E-MAIL ADDRESS DELETED])が

生成されました.

10:05:11.900 [HttpProcessor:init1] INFO

o.t.t2.action.impl.ActionInvokerImpl  - リクエストを処理するPageクラスを検出

しました。(Pageクラス名:AmfServerPage).

10:05:11 [HttpProcessor:init1] INFO  o.t.t2.action.impl.ActionInvokerImpl -

リクエストを処理するPageクラスを検出しました。(Pageクラス名:AmfServerPage).

10:05:11.916 [HttpProcessor:init1] DEBUG
o.t.t.a.impl.ActionInvokerFilterImpl org.t2framework.t2.lifecycle -

URL(/amfServer/sayHello)に対して、アクションメソッド

(AmfServerPage#sayHello(null,

[E-MAIL ADDRESS DELETED]))を実行します.

10:05:11 [HttpProcessor:init1] DEBUG o.t.t.a.impl.ActionInvokerFilterImpl -

URL(/amfServer/sayHello)に対して、アクションメソッド

(AmfServerPage#sayHello(null,

[E-MAIL ADDRESS DELETED]))を実行します..

---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20101018/cebad6fd/attachment.html>


Seasar-user メーリングリストの案内