fverbist
Nov 8th, 2005, 10:02 AM
Hi there ;-)
I have a question that's not directly related to spring but you never know ...
I would like to use Jencks with Weblogic 9.0.
in the jencks examples, they provide examples for activemq only.
here is a piece if the config :
<bean id="jencks" class="org.jencks.JCAContainer">
<!-- lets use the default configuration of work manager and transaction manager-->
<property name="bootstrapContext">
<bean class="org.jencks.factory.BootstrapContextFactoryBean">
<property name="threadPoolSize" value="25"/>
</bean>
</property>
<!-- the JCA Resource Adapter -->
<property name="resourceAdapter">
<bean id="activeMQResourceAdapter" class="org.activemq.ra.ActiveMQResourceAdapter">
<property name="serverUrl" value="tcp://localhost:51616"/>
</bean>
</property>
</bean>
I don't know what is the corresponding JCA Resource Adapter for weblogic.
any idea ?
thanks
Fred
I have a question that's not directly related to spring but you never know ...
I would like to use Jencks with Weblogic 9.0.
in the jencks examples, they provide examples for activemq only.
here is a piece if the config :
<bean id="jencks" class="org.jencks.JCAContainer">
<!-- lets use the default configuration of work manager and transaction manager-->
<property name="bootstrapContext">
<bean class="org.jencks.factory.BootstrapContextFactoryBean">
<property name="threadPoolSize" value="25"/>
</bean>
</property>
<!-- the JCA Resource Adapter -->
<property name="resourceAdapter">
<bean id="activeMQResourceAdapter" class="org.activemq.ra.ActiveMQResourceAdapter">
<property name="serverUrl" value="tcp://localhost:51616"/>
</bean>
</property>
</bean>
I don't know what is the corresponding JCA Resource Adapter for weblogic.
any idea ?
thanks
Fred