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 88533 - maven project - java editor context menu does not show
Summary: maven project - java editor context menu does not show
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 18:38 UTC by frank_weber
Modified: 2006-11-02 19:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (198.28 KB, application/octet-stream)
2006-11-02 18:41 UTC, frank_weber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description frank_weber 2006-11-02 18:38:19 UTC
- created a maven project in NB 5.5 RC2
- stored in in subversion

- installed NB 5.5 subversion maven plugins
- checked out previous maven2 project
- created a branch and switched to it
- deployed Seam app with cargo to JBoss4, works fine
- BUT java editor context menu does not show with right mouse click
... like it does in another java project created by NB

Frank
Comment 1 frank_weber 2006-11-02 18:41:05 UTC
Created attachment 35740 [details]
messages.log
Comment 2 Jan Lahoda 2006-11-02 18:54:24 UTC
It seems to me that the maven plugin is incompatible with the j2ee/ejbapi module.
Comment 3 Milos Kleint 2006-11-02 19:39:17 UTC
not exactly true. the j2ee team did some non-compatible changes in that api that
lead to a loose-loose situation if the external plugin needs to support multiple
versions.

see http://jira.codehaus.org/browse/MEVENIDE-452
and issue #82450 that actually cause the con-compatible change.

There were actually non-compatible changes not only in the ejb-apis, but also in
ear-apis and web-apis. These two are not so severe however. 

I have a workaround fix. Unfortunately all it does it remove any ejb related
implementation code from maven support. I put that up in a day or two.

closign as wontfix here, please follow mevenide's issue.