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 93274 - Incorrect module version for EJB 3 projects
Summary: Incorrect module version for EJB 3 projects
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on: 95534
Blocks: 92364 93101 93463 101721
  Show dependency tree
 
Reported: 2007-01-26 09:37 UTC by Erno Mononen
Modified: 2007-06-18 13:27 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-26 09:37:51 UTC
Self-compiled build with sources from 01/25.

J2eeModuleProvider#getJ2eeModule().getModuleVersion() returns "2.1" for an EJB 
3 project. I created an EJB module, GF / Java EE 5, and noticed while debugging 
that the module version is incorrect. Marking as P2 since this blocks 
functionality in j2ee/persistence (for example, the PU wizard always offers db 
connections instead of data sources).
Comment 1 Andrei Badea 2007-02-15 16:45:33 UTC
Caused by the missing metadata model. But check the wizard, IIRC it should
display data sources even for a 2.1 EJB module.
Comment 2 Andrei Badea 2007-03-01 15:51:13 UTC
Ah sorry, I didn't read you comment carefully and I thought you were meaning the
Entity Classes from DB wizard.
Comment 3 Andrei Badea 2007-06-18 13:27:50 UTC
Fixed already.