Registry / other / ow2-connector-1-5-spec

ow2-connector-1-5-spec

JSON →
library1.0.13javamavenunverified

OW2 Connector 1.5 Spec provides the JCA API for Java EE 5.0 resource adapter development.

<dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-connector-1.5-spec</artifactId> <version>1.0.13</version> </dependency>
INSTALL
IMPORT
SIG · OW2-CONNECTOR-1-5-
O
ow2-connector-1-5-spec
otherjavav1.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ResourceException
javax.resource.ResourceException

Minimal example using JCA ResourceException

import javax.resource.ResourceException; public class Example { public static void main(String[] args) { try { throw new ResourceException("Example exception"); } catch (ResourceException e) { System.out.println("Caught: " + e.getMessage()); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ow2-connector-1-5-spec — mvn dependency:get ow2-connector-1-5-spec · libregistry