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 80157

Summary: Enterprise Samples should check Glassfish availability
Product: usersguide Reporter: Dan Kolar <dkolar>
Component: JavaEEAssignee: Tomasz Slota <tslota>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Dan Kolar 2006-07-13 12:55:38 UTC
build 200607110200  jdk1.5.07

Enterprise Samples, created for Glassfish originally, don't check Glassfish 
availability in NetBeans, so samples could be created w/o appropriate server 
and inexperienced user is confused then it doesn't work, as there's no 
information about Glassfish needed for these samples.
Comment 1 Tomasz Slota 2006-07-24 10:15:19 UTC
GF availability is already being checked after changes committed on Jul 14th
Comment 2 Dan Kolar 2006-07-24 11:28:19 UTC
How it is performed? CustomerCMP check for java-db, but all other projects 
could be still created w/o glassfish, with missing server.
Comment 3 Tomasz Slota 2006-07-27 15:06:13 UTC
yup, only JavaDB presence was checked previously. It should be OK now.

Change log:

Checking in src/org/netbeans/modules/j2ee/samples/JavaEESamplesPanelVisual.java;
/cvs/j2ee/samples/src/org/netbeans/modules/j2ee/samples/Attic/JavaEESamplesPanelVisual.java,v  
<--  JavaEESamplesPanelVisual.java
new revision: 1.1.2.11; previous revision: 1.1.2.10
done
Checking in src/org/netbeans/modules/j2ee/samples/Bundle.properties;
/cvs/j2ee/samples/src/org/netbeans/modules/j2ee/samples/Attic/Bundle.properties,v  <--  
Bundle.properties
new revision: 1.1.2.16; previous revision: 1.1.2.15
done
Checking in nbproject/project.xml;
/cvs/j2ee/samples/nbproject/Attic/project.xml,v  <--  project.xml
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Comment 4 Dan Kolar 2006-07-28 09:15:52 UTC
v. build 200607280000