Hi all, I just installed the JRUN2.3 build 315 on my server.
Before I have the previous build of JRUN2.3.
It seems there is some differences in the JSP compiler between the two
build of JRUN.
After the installation of build 315, with the same source code than before
the installation I have an JSP compilation error.
See the following code :
<%@ include="portfolio_functions.jsp" %>
<% User=GetUserName("cedric"); //it's a function in
"portfolio_functions.jsp" %>
///////////////////portfolio_functions.jsp////////////////////////////
<script runat="server">
public String GetUserName(String pRemoteUser){
String SID=new String(SID_TACOS);
String remote_user=pRemoteUser;
String user=remote_user;
String User_Name_Key=null;
java.sql.Connection Conn=null;
java.sql.Statement stmtuser=null;
java.sql.ResultSet rsetuser=null;
........
return (mystring);
}
</script>
///////////////////////////////////////////////////////////////////
I received the following error :
500 Internal Server Error
JSP Compile Error(s)
---------------------------------------------------------------------------
-----
C:\JRun\jsm-default\services\jse\servlets\jsp\webtacos\secure\jsp\portfolio
_summary.java, line 109: Method GetUserName(java.lang.String) not found in
class jsp.webtacos.secure.jsp.portfolio_summary.
User_Name_Key=GetUserName(RU);
^
Is it another bug in JRUN23 build 315.
Any idea for resolve this.
Thanks you.
CEDRIC
/////////////////////////
///*******************///
/// Hewlett-Packard ///
/// PL7MIS ///
///*******************///
///TACOS Project Team ///
///*******************///
/// TEL :#779-1823 ///
///*******************///
/////////////////////////
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html