[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5332) JndiInfinispanRegionFactory cannot be instantiated

Galder Zamarreno (JIRA) noreply at atlassian.com
Tue Jun 22 17:25:09 EDT 2010


JndiInfinispanRegionFactory cannot be instantiated
--------------------------------------------------

                 Key: HHH-5332
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5332
             Project: Hibernate Core
          Issue Type: Bug
          Components: caching (L2)
    Affects Versions: 3.5.3, 3.5.2, 3.5.1, 3.5.0-Final
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno
             Fix For: 3.5.x, 3.6


org.hibernate.HibernateException: could not instantiate RegionFactory [org.hibernate.cache.infinispan.JndiInfinispanRegionFactory]
	at org.hibernate.cfg.SettingsFactory.createRegionFactory(SettingsFactory.java:412)
	at org.hibernate.test.cache.infinispan.JndiInfinispanRegionFactoryTestCase.testConstruction(JndiInfinispanRegionFactoryTestCase.java:19)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at com.intellij.junit3.JUnit3IdeaTestRunner.doRun(JUnit3IdeaTestRunner.java:108)
	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:64)
Caused by: java.lang.NoSuchMethodException: org.hibernate.cache.infinispan.JndiInfinispanRegionFactory.<init>(java.util.Properties)
	at java.lang.Class.getConstructor0(Class.java:2706)
	at java.lang.Class.getConstructor(Class.java:1657)
	at org.hibernate.cfg.SettingsFactory.createRegionFactory(SettingsFactory.java:407)
	... 19 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list