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 77968 - In EJB3 profile the action Open In Browser is not functional
Summary: In EJB3 profile the action Open In Browser is not functional
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-15 10:53 UTC by Michal Mocnak
Modified: 2006-06-19 09:36 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 Michal Mocnak 2006-06-15 10:53:44 UTC
Found in the nb5.5 private build

1. add jboss4 ejb3 app server
2. create a web application
3. deploy it
=> in the app nodes you can use use the 'Open In Browser' action -> but it opens
only http://localhost:8080 instead of the web application
Comment 1 Libor Kotouc 2006-06-15 16:35:13 UTC
Fixed.

Checking in JBWebModuleNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBWebModuleNode.java,v
 <--  JBWebModuleNode.java
new revision: 1.1.4.6; previous revision: 1.1.4.5
done
Comment 2 Libor Kotouc 2006-06-15 16:37:28 UTC
The previous comment belongs to another issue. Here is the correct one:

Checking in JBWebApplicationsChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBWebApplicationsChildren.java,v
 <--  JBWebApplicationsChildren.java
new revision: 1.1.4.6; previous revision: 1.1.4.5
done
Comment 3 Michal Mocnak 2006-06-19 09:36:27 UTC
Verified