First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path:
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
|
||||
<ejb-jar>
|
||||
<enterprise-beans>
|
||||
<session>
|
||||
<display-name>SyncService</display-name>
|
||||
<ejb-name>SyncService</ejb-name>
|
||||
<home>it.valueteam.dbcgo.sync.SyncServiceHome</home>
|
||||
<remote>it.valueteam.dbcgo.sync.SyncService</remote>
|
||||
<ejb-class>it.valueteam.dbcgo.sync.SyncServiceBean</ejb-class>
|
||||
<session-type>Stateless</session-type>
|
||||
<transaction-type>Container</transaction-type>
|
||||
</session>
|
||||
<session>
|
||||
<display-name>PriorityService</display-name>
|
||||
<ejb-name>PriorityService</ejb-name>
|
||||
<home>it.valueteam.dbcgo.priority.local.PriorityServiceHome</home>
|
||||
<remote>it.valueteam.dbcgo.priority.local.PriorityService</remote>
|
||||
<ejb-class>it.valueteam.dbcgo.priority.local.PriorityServiceBean</ejb-class>
|
||||
<session-type>Stateless</session-type>
|
||||
<transaction-type>Container</transaction-type>
|
||||
</session>
|
||||
<message-driven>
|
||||
<display-name>RequestDispatcher</display-name>
|
||||
<ejb-name>RequestDispatcher</ejb-name>
|
||||
<ejb-class>it.valueteam.dbcgo.mnp.RequestDispatcher</ejb-class>
|
||||
<transaction-type>Container</transaction-type>
|
||||
<message-driven-destination>
|
||||
<destination-type>javax.jms.Queue</destination-type>
|
||||
</message-driven-destination>
|
||||
</message-driven>
|
||||
</enterprise-beans>
|
||||
<assembly-descriptor>
|
||||
<container-transaction>
|
||||
<method>
|
||||
<ejb-name>SyncService</ejb-name>
|
||||
<method-name>*</method-name>
|
||||
</method>
|
||||
<trans-attribute>RequiresNew</trans-attribute>
|
||||
</container-transaction>
|
||||
<container-transaction>
|
||||
<method>
|
||||
<ejb-name>PriorityService</ejb-name>
|
||||
<method-name>*</method-name>
|
||||
</method>
|
||||
<trans-attribute>Required</trans-attribute>
|
||||
</container-transaction>
|
||||
<container-transaction>
|
||||
<method>
|
||||
<ejb-name>RequestDispatcher</ejb-name>
|
||||
<method-name>*</method-name>
|
||||
</method>
|
||||
<trans-attribute>Required</trans-attribute>
|
||||
</container-transaction>
|
||||
</assembly-descriptor>
|
||||
</ejb-jar>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user