Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JTA jar file in maven central does not contain JTA code in JTA module #70

Open
markathomas opened this issue Jun 21, 2014 · 1 comment
Labels

Comments

@markathomas
Copy link

These files are missing from gridgain-jta-6.1.8.jar in maven central:

[mthomas@maynard:/data/git/gridgain]$ tree modules/jta/
modules/jta/
└── src
    ├── main
    │   └── java
    │       └── org
    │           └── gridgain
    │               └── grid
    │                   ├── cache
    │                   │   └── jta
    │                   │       ├── GridCacheTmLookup.java
    │                   │       ├── jndi
    │                   │       │   ├── GridCacheJndiTmLookup.java
    │                   │       │   └── package.html
    │                   │       ├── package.html
    │                   │       └── reflect
    │                   │           ├── GridCacheReflectionTmLookup.java
    │                   │           └── package.html
    │                   └── kernal
    │                       └── processors
    │                           └── cache
    │                               └── jta
    │                                   ├── GridCacheJtaManager.java
    │                                   └── GridCacheXAResource.java
@dsetrakyan
Copy link

Ouch. This should be fixed today/tomorrow in the new 6.1.9 release.

@dsetrakyan dsetrakyan added the bug label Jun 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants