我尝试将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>
我是对的吗?
答案 0 :(得分:0)
OC4J中的CommonJ? CommonJ是BEA(现在的Oracle)和IBM之间的合作,除了少数几个端口(我相信JBoss)只能在Weblogic和Websphere上使用。