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 - test failures due to incorrectly generated EntityManagerFactory field
Summary: test failures due to incorrectly generated EntityManagerFactory field
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-03-26 10:46 UTC by Erno Mononen
Modified: 2007-04-19 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.