0

OC4J で CommonJ を使用しようとしています。orion-web.xml に「resource-ref-mapping」を記述する必要があります

web.xml にそのようなエントリがある場合:

<resource-ref>
    <res-ref-name>tm/PublisherTimerManager</res-ref-name>
    <res-type>commonj.timers.TimerManager</res-type>
    <res-auth>Container</res-auth>
   <res-sharing-scope>Unshareable</res-sharing-scope>
</resource-ref>

次に、私が正しく理解していない場合は、orion-web.xml が必要です。

  <resource-ref-mapping name="tm/PublisherTimerManager"
                        location="tm/PublisherTimerManager">
        <lookup-context location="commonj.timers.TimerManager">
              <context-attribute name="java.naming.factory.initial"
                                 value="de.myfoo.commonj.timers.FooTimerManagerFactory"/>
        </lookup-context>
  </resource-ref-mapping>

私は正しいですか?

4

1 に答える 1

0

OC4JのCommonJ?CommonJは、BEA(現在はOracle)とIBMの間のコラボレーションであり、いくつかのポート(JBossへの)を除いて、WeblogicとWebsphereでのみ使用できます。

于 2011-05-23T16:48:44.080 に答える