META-INF.weblogic-ra.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of casual-jca Show documentation
Show all versions of casual-jca Show documentation
Casual JCA - Resource Adapter for Casual middleware.
<?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