[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3255) Hibernate.isInitialized return only true

Rodolfo Duarte Dias (JIRA) noreply at atlassian.com
Tue Apr 29 06:42:33 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_30089 ] 

Rodolfo Duarte Dias commented on HHH-3255:
------------------------------------------

This is stacktrace when I running the testcase.

junit.framework.AssertionFailedError
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertFalse(Assert.java:34)
	at junit.framework.Assert.assertFalse(Assert.java:41)
	at gov.utrafe.lab.lazy.LazyTestCase.testFindLazy(LazyTestCase.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)



> Hibernate.isInitialized return only true
> ----------------------------------------
>
>                 Key: HHH-3255
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3255
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.2.6
>         Environment: Oracle 9.2x or HSQLDB,  hibernate3.jar (3.2.6.ga), hibernate-entitymanager.jar(3.3.2.ga) , hibernate-annotations.jar (3.3.1.ga), ejb3-persistence.jar (EJB 3.0), hibernate-commons-annotations.jar(3.0.0.GA).
>            Reporter: Rodolfo Duarte Dias
>         Attachments: Agency.java, BankAccount.java, LazyTestCase.java
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> The method Hibernate.isInitialized(Object o) return only true. 

-- 
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