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 92311 - EjbFacadeWizardIteratorTest failures
Summary: EjbFacadeWizardIteratorTest failures
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: TEST
Depends on: 92187
Blocks:
  Show dependency tree
 
Reported: 2007-01-11 12:52 UTC by Erno Mononen
Modified: 2007-08-17 16:34 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-01-11 12:52:33 UTC
testAddMethodToInterface 	 	 	
testCreateInterface
testGenerate
testGetUniqueClassName
testInstantiate

Tests fail, last failure 200701101900.
Comment 1 Erno Mononen 2007-06-29 18:36:20 UTC
Should be easy fix, differences in formatting. 
Comment 2 Erno Mononen 2007-08-02 09:25:03 UTC
The failures are not caused just by formatting differences. Firstly, the test needs to provide a project and an 
EntityManagerGenerationStrategyResolver in its lookup. Secondly, there is a problem with field types not being resolved 
correctly in the generated classes, causing the detection of existing entity managers to fail (only in tests though).
Comment 3 Jan Horvath 2007-08-03 08:37:17 UTC
Erno I think this is P3
Comment 4 Erno Mononen 2007-08-17 16:34:09 UTC
Fixed.

Checking in test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIteratorTest/
TestFacadeLocal.java;
/cvs/j2ee/persistence/test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/
EjbFacadeWizardIteratorTest/TestFacadeLocal.java,v  <--  TestFacadeLocal.java
new revision: 1.2; previous revision: 1.1
done
Checking in test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIteratorTest/
TestFacade.java;
/cvs/j2ee/persistence/test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/
EjbFacadeWizardIteratorTest/TestFacade.java,v  <--  TestFacade.java
new revision: 1.3; previous revision: 1.2
done
Checking in test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIteratorTest/
TestFacadeRemote.java;
/cvs/j2ee/persistence/test/unit/data/goldenfiles/org/netbeans/modules/j2ee/persistence/wizard/dao/
EjbFacadeWizardIteratorTest/TestFacadeRemote.java,v  <--  TestFacadeRemote.java
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIterator.java;
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIterator.java,v  <--  
EjbFacadeWizardIterator.java
new revision: 1.12; previous revision: 1.11
done
Checking in test/unit/src/org/netbeans/modules/j2ee/persistence/wizard/dao/EjbFacadeWizardIteratorTest.java;
/cvs/j2ee/persistence/test/unit/src/org/netbeans/modules/j2ee/persistence/wizard/dao/
EjbFacadeWizardIteratorTest.java,v  <--  EjbFacadeWizardIteratorTest.java
new revision: 1.5; previous revision: 1.4
done