同样的配Oracle的也不行
我的配置文件如下:
<mbean code="org.jboss.resource.connectionmanager.RARDeployment" name="jboss.jca:service=LocalTxDS,name=OracleDS">        <attribute name="JndiName">OracleDS</attribute>        <attribute name="ManagedConnectionFactoryProperties">
          <properties>
            <config-property name="ConnectionURL" type="java.lang.String">jdbc:oracle:thin:@192.168.0.199:1521:isw2</config-property>
            <config-property name="DriverClass" type="java.lang.String">oracle.jdbc.driver.OracleDriver</config-property>
            <!--set these only if you want only default logins, not through JAAS -->
            <config-property name="UserName" type="java.lang.String">jboss</config-property>
            <config-property name="Password" type="java.lang.String">jboss</config-property>
          </properties>
classes12.jar被放到default\lib下了可是还是lookup不到