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 132879 - not possible to create web project WITH GFv3
Summary: not possible to create web project WITH GFv3
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 13:41 UTC by Radim Roska
Modified: 2008-04-15 21:22 UTC (History)
1 user (show)

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 Radim Roska 2008-04-15 13:41:00 UTC
It's not possible to create web project with glassfish v3. GFv3 is registered in IDE, but its not in combobox with
available application servers. It worked on yesterday build so it had to be broken in last few commits.
Comment 1 Vince Kraemer 2008-04-15 16:19:02 UTC
pcw is out of the office this week.
Comment 2 Vince Kraemer 2008-04-15 17:41:49 UTC
what bits were you testing?
Comment 3 _ pcw 2008-04-15 18:06:48 UTC
Actually I was in yesterday and made a number of changes, but thanks Vince.

Tester: Are you certain you have the "glassfish.javaee" module installed (Named Glassfish V3 JavaEE Integration)?  And
that it is module version 0.1.2?

I just tested the latest bits and V3 installs fine and shows up for web projects.

Also what version of Glassfish V3 do you have?  That might also make a difference -- the JavaEE facade has logic to
detect the web container bits and will disable itself if they are not found.  V3 is having some growing pains wrt/
naming and location of certain jars, so occasionally builds will fail this logic when the names change.  (Maybe this
behavior should be revised or removed).
Comment 4 Radim Roska 2008-04-15 18:25:23 UTC
well..i'm pretty sure. First i tried it on hg pulled netbeans - it already has module activated and then i tried
netbeans installed using today installer. I have GF build 9. The same i used yesterday without these problems. 

I cannot check that glassfish.javaee has been installed right now . I've built nbm from contrib, but then i was
surprised that built IDE (j2ee cluster) had already glassfish module in it. With installer IDE i'm more sure it was
installed. But still not absolutely certain :).

I will check it on Thursday.
Comment 5 _ pcw 2008-04-15 18:54:22 UTC
No worries, I found out what it is, fixing it now
Comment 6 Vince Kraemer 2008-04-15 19:02:33 UTC
pcw: thanks for getting onto this.  I am a bit lost on the new server vs. j2eeserver serverness...

Comment 7 _ pcw 2008-04-15 19:14:29 UTC
Ludo updated paths last night to manage the SNAPSHOT vs TP2 naming changes that are forthcoming in future V3 builds.

He forgot separating slashes in the changes to isModuleSupported() in the JavaEE facade factory, essentially disabling
the JavaEE'ness of the plugin.

I fixed it and bumped the module ID, so an updated module should show up on the dev update center soon.  The Glassfish
JavaEE Integration module must be version 0.1.3 for this fix.
Comment 8 Vince Kraemer 2008-04-15 21:22:56 UTC
pulled fix, rebuilt plugin  and verified.