Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.2.2
-
None
-
None
-
None
-
Groovy Version: 2.2.2 JVM: 1.7.0_51 Vendor: Oracle Corporation OS: Windows 8, Ehcache 2.8.1
Description
This code works fine in Java ("test" is a simple cache defined in ehcache.xml)
net.sf.ehcache.CacheManager.getInstance().getCache("test").getSize()
but in Groovy:
Caught: java.lang.NoClassDefFoundError: javax/transaction/TransactionManager
java.lang.NoClassDefFoundError: javax/transaction/TransactionManager
at test.run(test.groovy:1)
Attachments
Attachments
Issue Links
- duplicates
-
GROOVY-7105 Oracle Thin Driver Fails with an Exception in Groovy 2.3.x
- Closed