Advertisement
Advertisement
| 04.25.2008 at 04:01AM PDT, ID: 23353072 | Points: 500 |
|
[x]
Attachment Details
|
||
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 04.25.2008 at 04:59AM PDT, ID: 21438528 |
| 04.28.2008 at 03:14PM PDT, ID: 21458102 |
| 04.28.2008 at 09:46PM PDT, ID: 21459746 |
| 04.28.2008 at 11:28PM PDT, ID: 21460011 |
| 04.29.2008 at 05:38AM PDT, ID: 21461572 |
| 04.29.2008 at 05:52AM PDT, ID: 21461675 |
| 04.29.2008 at 06:03AM PDT, ID: 21461764 |
| 04.29.2008 at 07:22AM PDT, ID: 21462525 |
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: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: |
This is my ***-ds.xml file which i am already using:
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<no-tx-datasource>
<jndi-name>ACSServerDS</jndi-name>
<!-- Oracle version: replace SERVER_NAME and SID -->
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<connection-url>jdbc:oracle:thin:@192.16.18.745:1521:orcl</connection-url>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
<!-- Authentication: replace USER_NAME and PASSWORD -->
<user-name>test</user-name>
<password>test1</password>
<!-- The minimum connections in a pool/sub-pool. Pools are lazily constructed on first use -->
<min-pool-size>5</min-pool-size>
<!-- The maximum connections in a pool/sub-pool -->
<max-pool-size>50</max-pool-size>
<!-- this will be run before a managed connection is removed from the pool for use by a client-->
<check-valid-connection-sql>select count(model_id) from model</check-valid-connection-sql>
</no-tx-datasource>
<local-tx-datasource>
<jndi-name>ACSServerXADS</jndi-name>
<!-- Oracle version: replace SERVER_NAME and SID -->
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<connection-url>jdbc:oracle:thin:@192.16.18.745:1521:orcl</connection-url>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
<!-- Authentication: replace USER_NAME and PASSWORD -->
<user-name>test</user-name>
<password>test1</password>
<!-- The minimum connections in a pool/sub-pool. Pools are lazily constructed on first use -->
<min-pool-size>5</min-pool-size>
<!-- The maximum connections in a pool/sub-pool -->
<max-pool-size>50</max-pool-size>
<!-- this will be run before a managed connection is removed from the pool for use by a client-->
<check-valid-connection-sql>select count(model_id) from model</check-valid-connection-sql>
</local-tx-datasource>
</datasources>
This is my ***-service.xml which i am using:
<?xml version="1.0" encoding="UTF-8"?>
<server>
<!-- JMS Services -->
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=acs/IncomingEventQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
<depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
<attribute name="SecurityConf">
<security>
<role name="guest" read="true" write="true"/>
<role name="publisher" read="true" write="true" create="false"/>
<role name="noacc" read="false" write="false" create="false"/>
</security>
</attribute>
</mbean>
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=acs/BtFinisherQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
<depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
<attribute name="SecurityConf">
<security>
<role name="guest" read="true" write="true"/>
<role name="publisher" read="true" write="true" create="false"/>
<role name="noacc" read="false" write="false" create="false"/>
</security>
</attribute>
</mbean>
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=acs/LoaderQueue">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
<depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
<attribute name="SecurityConf">
<security>
<role name="guest" read="true" write="true"/>
<role name="publisher" read="true" write="true" create="false"/>
<role name="noacc" read="false" write="false" create="false"/>
</security>
</attribute>
</mbean>
<mbean code="org.jboss.mq.server.jmx.Topic"
name="jboss.mq.destination:service=Topic,name=acs/NotificationTopic">
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
<depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
<attribute name="SecurityConf">
<security>
<role name="guest" read="true" write="true"/>
|