[Seasar-user:17652] Re: S2Axis2で自動登録を行いたい

高橋 幸一 [E-MAIL ADDRESS DELETED]
2009年 6月 9日 (火) 16:26:09 JST


山田様お世話になります。
返信ありがとうございます。

下記スレッド参考にさせていただきました。
現在CoolDeployにて動作検証をしておりますが、
上手く行っておりません。

web.xmlを添付致します。
もし何か漏れ等があればご指摘頂ければ幸いです。
大変恐縮ですが、宜しくお願い致します。


2009/06/09 15:52 山田 祐己 <[E-MAIL ADDRESS DELETED]>:

> 山田と申します。
> いつもお世話になります。
>
> この前、私も同様の確認をしたことがあります。
>
> [Seasar-user:17204] [S2BlazeDS][S2Axis2]同じサービスを同時に認識しない
> からのスレッドが参考になると思いますが、web.xml側の変更が
> まず漏れていませんんでしょうか。
>
> それと、S2Axis(2) では HOT/WARM deploy は使用でき無いそうですので、
> その変更手順も上記のMLスレッドがそのまま参考になると思います。
>
> 山田 祐己(Yuki Yamada)
> E-Mail [E-MAIL ADDRESS DELETED]
>
>
> あああううう さんは書きました:
> > はじめまして。
> > 高橋と申します。
> >
> > 現在、SAStruts + S2JDBC + S2Axis2 の環境を使用して、
> > S2Axis2のサービスを自動登録したいと考えておりますが、
> > 上手く行かず行き詰っております。
> >
> > ○行ったこと
> > diconファイルに以下を記述。
> >
> > -- app.dicon --
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.4//EN"
> > "http://www.seasar.org/dtd/components24.dtd">
> > <components>
> > <include condition="#ENV != 'ut' and #ENV != 'ct'"
> > path="cooldeploy-autoregister.dicon"/>
> > <include path="s2axis2.dicon"/>
> > <include path="convention.dicon"/>
> > <include path="aop.dicon"/>
> > <include path="j2ee.dicon"/>
> > <include path="s2jdbc.dicon"/>
> > <component name="actionMessagesThrowsInterceptor"
> > class="org.seasar.struts.interceptor.ActionMessagesThrowsInterceptor"/>
> > </components>
> >
> > -- s2container.dicon --
> > <components>
> > <include condition="#ENV == 'ut'" path="warmdeploy.dicon"/>
> > <include condition="#ENV == 'ct'" path="hotdeploy.dicon"/>
> > </components>
> >
> > -- customizer.dicon --
> > <component name="serviceCustomizer"
> > class="org.seasar.framework.container.customizer.CustomizerChain">
> > <initMethod name="addCustomizer">
> > <arg>
> > <component
> > class="org.seasar.framework.container.customizer.MetaCustomizer">
> > <meta name="autoRegister">
> > <meta name="axis-service"/>
> > </meta>
> > </component>
> > </arg>
> > </initMethod>
> > </component>
> >
> > jp.co.example.service.HogeServiceImplを呼び出したく、
> > 下記のURLにリクエストしても、
> > http://localhost:8080/example/services/hogeService?wsdl
> > javax.servlet.ServletException: JSP ファイル
> > &quot;/axis2-web/listSingleService.jsp&quot; が見つかりません
> > となってしまいます。
> >
> > また起動時に以下のログが出てきますが、こちらが何か関係あるのでしょうか?
> > INFO org.apache.axis2.deployment.DeploymentEngine - No services
> > directory was found under C:\Program
> > Files\workspace\example\src\main\webapp\WEB-INF.
> >
> > 以上、ご指導の程、よろしくお願いいたします。
> >
> > --
> > 高橋 幸一
> >
>
>
>
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090609/5a8574b4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: web.xml
Type: text/xml
Size: 7087 bytes
Desc: 無し
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20090609/5a8574b4/attachment.xml>


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