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

META-INF.jomc.xml Maven / Gradle / Ivy

Go to download

Object management and configuration software development kit JTA support.

There is a newer version: 1.0-beta-2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--

  Copyright (c) 2009 The JOMC Project
  Copyright (c) 2005 Christian Schulte <[email protected]>
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.

  THIS SOFTWARE IS PROVIDED BY THE JOMC PROJECT AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE JOMC PROJECT OR
  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  $Id: jomc.xml 1481 2010-02-05 07:55:21Z schulte2005 $

-->
<module xmlns="http://jomc.org/model"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://jomc.org/model http://jomc.org/model/jomc-1.0.xsd"
        name="${project.name}" version="${project.version}" vendor="${project.organization.name}" modelVersion="1.0">

  <documentation defaultLanguage="en">
    <text language="en">${project.description}</text>
  </documentation>

  <implementations>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="${project.name} Transaction Manager"
                    location="jndi:java:comp/TransactionManager"
                    name="${project.name}" version="${project.version}" vendor="${project.organization.name}"
                    stateless="true">

      <documentation defaultLanguage="en">
        <text language="en">${project.name} {@code TransactionManager} implementation.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="[email protected]" createDate="2005-07-25T19:56:45Z"/>
      </authors>
      <specifications>
        <reference identifier="javax.transaction.TransactionManager"/>
      </specifications>
    </implementation>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="${project.name} User Transaction"
                    location="jndi:java:comp/UserTransaction"
                    name="${project.name}" version="${project.version}" vendor="${project.organization.name}"
                    stateless="true">

      <documentation defaultLanguage="en">
        <text language="en">${project.name} {@code UserTransaction} implementation.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="[email protected]" createDate="2005-07-25T19:56:45Z"/>
      </authors>
      <specifications>
        <reference identifier="javax.transaction.UserTransaction"/>
      </specifications>
    </implementation>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="${project.name} Transaction Synchronization Registry"
                    location="jndi:java:comp/TransactionSynchronizationRegistry"
                    name="${project.name}" version="${project.version}" vendor="${project.organization.name}"
                    stateless="true">

      <documentation defaultLanguage="en">
        <text language="en">${project.name} {@code TransactionSynchronizationRegistry} implementation.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte" version="1.0" mail="[email protected]" createDate="2005-07-25T19:56:45Z"/>
      </authors>
      <specifications>
        <reference identifier="javax.transaction.TransactionSynchronizationRegistry"/>
      </specifications>
    </implementation>
  </implementations>
</module>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy