39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd">
|
|
<weblogic-ejb-jar>
|
|
<weblogic-enterprise-bean>
|
|
<ejb-name>SyncService</ejb-name>
|
|
<stateless-session-descriptor>
|
|
<pool>
|
|
<max-beans-in-free-pool>10</max-beans-in-free-pool>
|
|
<initial-beans-in-free-pool>5</initial-beans-in-free-pool>
|
|
</pool>
|
|
</stateless-session-descriptor>
|
|
<enable-call-by-reference>true</enable-call-by-reference>
|
|
<jndi-name>ejb/dbcgoSyncService</jndi-name>
|
|
</weblogic-enterprise-bean>
|
|
<weblogic-enterprise-bean>
|
|
<ejb-name>PriorityService</ejb-name>
|
|
<stateless-session-descriptor>
|
|
<pool>
|
|
<max-beans-in-free-pool>10</max-beans-in-free-pool>
|
|
<initial-beans-in-free-pool>5</initial-beans-in-free-pool>
|
|
</pool>
|
|
</stateless-session-descriptor>
|
|
<enable-call-by-reference>true</enable-call-by-reference>
|
|
<jndi-name>ejb/dbcgoPriorityService</jndi-name>
|
|
</weblogic-enterprise-bean>
|
|
<weblogic-enterprise-bean>
|
|
<ejb-name>RequestDispatcher</ejb-name>
|
|
<message-driven-descriptor>
|
|
<pool>
|
|
<max-beans-in-free-pool>10</max-beans-in-free-pool>
|
|
<initial-beans-in-free-pool>5</initial-beans-in-free-pool>
|
|
</pool>
|
|
<destination-jndi-name>jms/dbcgoRequestToMnp</destination-jndi-name>
|
|
<connection-factory-jndi-name>jms/dbcgoCFactory</connection-factory-jndi-name>
|
|
</message-driven-descriptor>
|
|
</weblogic-enterprise-bean>
|
|
<disable-warning>BEA-010054</disable-warning>
|
|
</weblogic-ejb-jar>
|