-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjgridshift-service.xml
More file actions
55 lines (49 loc) · 2.47 KB
/
jgridshift-service.xml
File metadata and controls
55 lines (49 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- ==================================================================== -->
<!-- ConnectionManager setup for jGridShift Resource Adapter -->
<!-- Add jgridshift.rar to the deploy folder in addition to this file -->
<!-- ==================================================================== -->
<server>
<mbean code="org.jboss.resource.connectionmanager.NoTxConnectionManager"
name="jboss.jca:service=NoTxCM,name=jgridshift">
<attribute name="JndiName">ra/jgridshift</attribute>
<depends>jboss.jca:service=RARDeployer</depends>
<depends optional-attribute-name="ManagedConnectionPool">
<mbean code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
name="jboss.jca:service=NoTxPool,name=jgridshift">
<depends optional-attribute-name="ManagedConnectionFactoryName">
<mbean code="org.jboss.resource.connectionmanager.RARDeployment"
name="jboss.jca:service=NoTxPF,name=jgridshift">
<depends optional-attribute-name="OldRarDeployment">
jboss.jca:service=RARDeployment,name=jGridShiftAdapter
</depends>
<attribute name="ManagedConnectionFactoryProperties">
<properties>
<config-property>
<config-property-name>DataSource</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>RandomFile</config-property-value>
</config-property>
<config-property>
<config-property-name>GridShiftFile</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>c:/Apps/GDA/A66.gsb</config-property-value>
</config-property>
</properties>
</attribute>
</mbean>
</depends>
<attribute name="MinSize">0</attribute>
<attribute name="MaxSize">10</attribute>
<attribute name="BlockingTimeoutMillis">5000</attribute>
<attribute name="IdleTimeoutMinutes">30</attribute>
<attribute name="Criteria">ByContainer</attribute>
</mbean>
</depends>
<depends optional-attribute-name="CachedConnectionManager">
jboss.jca:service=CachedConnectionManager
</depends>
<depends optional-attribute-name="JaasSecurityManagerService">
jboss.security:service=JaasSecurityManager
</depends>
</mbean>
</server>