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 81948 - View Servlet doesn't work on JBoss
Summary: View Servlet doesn't work on JBoss
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 15:14 UTC by Jiri Skrivanek
Modified: 2006-08-17 12:58 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 Jiri Skrivanek 2006-08-04 15:14:47 UTC
It seems to be similar to issue 81822 but for me it doesn't work on JBoss and
works on other servers (I don't change context path). To reproduce:

- create web application project with JBoss target server
- run the application
- call 'View Servlet' action on index.jsp node but the following message is
shown:  "The View Servlet action cannot be performed. You must run JSP page first".

Build 20060803-1342, JDK1.6.0-b93, WindowsXP.
Comment 1 Libor Kotouc 2006-08-15 16:17:06 UTC
Fixed.

RCS file:
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JBFindJSPServlet.java,v
done
Checking in JBFindJSPServlet.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JBFindJSPServlet.java,v
 <--  JBFindJSPServlet.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in JBOptionalDeploymentManagerFactory.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBOptionalDeploymentManagerFactory.java,v
 <--  JBOptionalDeploymentManagerFactory.java
new revision: 1.2.46.3; previous revision: 1.2.46.2
done
RCS file:
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JspNameUtil.java,v
done
Checking in JspNameUtil.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/Attic/JspNameUtil.java,v
 <--  JspNameUtil.java
new revision: 1.1.2.1; previous revision: 1.1
done
Comment 2 Jiri Skrivanek 2006-08-17 12:58:52 UTC
Verified. When verifying I noticed ClassCastException possibly related to View
Servlet action. I filed issue 82899.