Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
borderStylesolid
titleclasspath:edu/ucdavis/myapp/config/rice-common.xml

<bean

...

id="rice"

...

class="org.kuali.rice.core.impl.config.module.

...

CoreConfigurer">

...


<property

...

name="dataSource"

...

ref="

...

appDataSource"

...

/>

...


<property

...

name="

...

serverDataSource"

...

ref="

...

krWorkflowDataSource"/>

...


<property

...

name="

...

nonTransactionalDataSource"

...

ref="

...

nonTransDataSource" />

...


<property

...

name="transactionManager"

...

ref="jotm"

...

/>

...


<property

...

name="userTransaction"

...

ref="jotm"

...

/>

...


</bean>

<bean id="ksbConfigurer" class="org.kuali.rice.ksb.messaging.config.KSBConfigurer" depends-on="coreConfigurer"/>
<bean id="knsConfigurer" class="org.kuali.rice.krad.config.KRADConfigurer" depends-on="coreConfigurer"/>
<bean id="coreServiceConfigurer" class="org.kuali.rice.coreservice.impl.config.CoreServiceConfigurer" depends-on="coreConfigurer"/>
<bean id="kimConfigurer" class="org.kuali.rice.

...

kim.config.

...

KIMConfigurer" depends-on="coreConfigurer"/>

...


<bean id="kewConfigurer" class="org.kuali.rice.

...

kew.config.

...

KEWConfigurer" depends-on="coreConfigurer"/>

Code Block