0

我尝试将 CommonJ 与 OC4J 一起使用。我需要在 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 回答