This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98936

Summary: test failures due to incorrectly generated EntityManagerFactory field
Product: javaee Reporter: Erno Mononen <emononen>
Component: PersistenceAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Erno Mononen 2007-03-26 10:46:07 UTC
The following tests fail on the test servers since 200703221900 because the 
EntityManagerFactory field is not generated correctly - there is no indendation 
and ';' is missing. Likely an issue in the java infrastructure. The tests pass 
locally for me with sources from today morning.

Suite: 
org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionInjectableInWebTest
Test Case: testGenerate [200703251800][regression from 200703221900(3)]

Suite: 
org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionNonInjectableInEJBTest
Test Case: testGenerate [200703251800][regression from 200703221900(3)]

Suite: 
org.netbeans.modules.j2ee.persistence.action.ApplicationManagedResourceTransactionNonInjectableInWebTest
Test Case: testGenerate [200703251800][regression from 200703221900(3)]

Suite: 
org.netbeans.modules.j2ee.persistence.action.ContainerManagedJTAInjectableInEJBTest
Test Case: testGenerate [200703251800][regression from 200703221900(3)]
Comment 1 Erno Mononen 2007-04-19 16:00:42 UTC
The cause of these failures seems to be fixed now. Most likely it was a problem 
in the java infrastructure.