Skip to content

Maurice-Betzel/lmdbjava-resource-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMDb JCA Resource Adapter

A JCA 1.7 standard resource provider for lmdbjava.

This resource adapter plugs into any JavaEE implementation and provides connectivity, security and transactions between lmdbjava, the JavaEE implementation, and the consuming application. It is implemented as a passive library, only supporting outbound communication. Therefore all interactions are executed in the context of the application thread.

Before running the tests, set the config-property named filePath in the file "ironjacamar.xml" to a folder where the database files are allowed to be created.

Wildfly testing only works on Windows OS because auf vm crash with jffi so binaries on linux on RA test deploy.

License

This project is licensed under the Apache License, Version 2.0

This project uses IronJacamar for testing purposes, which is licenced under:

Eclipse Public License v1.0 (EPL 1.0)

This project depends on LMDB, which is licensed under:

The OpenLDAP Public License

About

A JCA 1.7 standard resource provider for lmdbjava

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages