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 175319 - Can't install EJB and EAR plugin
Summary: Can't install EJB and EAR plugin
Status: RESOLVED DUPLICATE of bug 175380
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 17:45 UTC by vieiro
Modified: 2009-10-27 14:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot with message (13.94 KB, image/png)
2009-10-23 17:56 UTC, vieiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vieiro 2009-10-23 17:45:55 UTC
I've just installed the J2SE version of 6.8Beta.

I then selected the "Plugins Window" and tried to install the "EJB and EAR" module.

The IDE says I cant' install it, complaining with the following popup window:

Some plugins require plugin org.netbeans.modules.javaee.api to be installed.
The plugin org.netbeans.modules.javaee.api is requested in version 1.0.  The following plugin is affected:       EJB and
EAR.

(I'm attaching a screenshot in a minute).

I don'w know how to install the required "org.netbeans.modules.javaee.api" module.
Comment 1 vieiro 2009-10-23 17:56:42 UTC
Created attachment 89996 [details]
Screenshot with message
Comment 2 Petr Jiricka 2009-10-26 14:13:01 UTC
I can reproduce with the beta build, but not with a post-beta development build. When I look at the autoupdate catalog,
I see that in the beta build, the catalog does not contain the javaee.api module:
http://updates.netbeans.org/netbeans/updates/6.8/uc/beta/stable/catalog.xml.gz 

However, in the dev build catalog, the catalog:
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz 

does contain an entry about the javaee.api module:

<module codenamebase="org.netbeans.modules.javaee.api" distribution="enterprise6/org-netbeans-modules-javaee-api.nbm"
downloadsize="1659368" homepage="http://www.netbeans.org/" license="29399865" moduleauthor="" needsrestart="false"
releasedate="2009/10/24" targetcluster="enterprise6">
    <manifest AutoUpdate-Show-In-Client="false" OpenIDE-Module="org.netbeans.modules.javaee.api"
OpenIDE-Module-Display-Category="Java EE" OpenIDE-Module-Implementation-Version="nbms-and-javadoc-4163-on-091024"
OpenIDE-Module-Java-Dependencies="Java &gt; 1.5" OpenIDE-Module-Long-Description="Library wrapper which provides JavaEE
6 API (full API and web profile API)" OpenIDE-Module-Name="Java EE 6 API Library"
OpenIDE-Module-Requires="org.openide.modules.ModuleFormat1" OpenIDE-Module-Short-Description="Java EE 6 API Library"
OpenIDE-Module-Specification-Version="1.1"/>
</module>

This module is a part of the standard distribution, and is needed by the EJB and EAR plugin. So when it is not present,
autoupdate will fail.
Assigning to Robert - Robert, can you please explain/investigate? Thanks.
Comment 3 Jiri Kovalsky 2009-10-27 14:09:45 UTC
This is already known issue. Thanks for your report!

*** This issue has been marked as a duplicate of 175380 ***