All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.weblogic-ra.xml Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
<?xml version = "1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2017 - 2018, The casual project. All rights reserved.
  ~
  ~ This software is licensed under the MIT license, https://opensource.org/licenses/MIT
  -->

<weblogic-connector xmlns="http://xmlns.oracle.com/weblogic/weblogic-connector">
  <!-- JNDI name for the resource adapter -->
  <jndi-name>eis/casualResouceAdapter</jndi-name>
  <!-- The sole reason for this file, we need to be able to acces the files through the same classloader for this standalone RA -->
  <!-- See http://docs.oracle.com/middleware/12212/wls/ADAPT/weblogic_ra_xml.htm#ADAPT243 -->
  <enable-access-outside-app>true</enable-access-outside-app>
  <enable-global-access-to-classes>true</enable-global-access-to-classes>
</weblogic-connector>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy