× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: JSP and Visual Age for Java 3.5
  • From: "Shaw, Brian" <BrianS@xxxxxxxxxx>
  • Date: Tue, 31 Oct 2000 13:54:32 -0600

I'm trying to test a Java Server Page using Visual Age for Java 3.5 and SQL
Server.  When the Websphere test environment tries to compile the page I get
back an error that the page cannot compile because of
"com.sun.jsp.JspException: Unable to compile class for JSP: null".  I've
already been able to connect to SQL Server using a Servlet.  I'm able to
execute other JSP 1.0 non-database server pages.  Any ideas on how to debug
this problem or how to get this to work on Visual Age for Java 3.5 before I
move the code to the AS/400?
The following is the page that I'm trying to compile/execute:
<HTML>
<HEAD><TITLE>Call Servlet</TITLE></HEAD>
<BODY>
<H1>Department Listing with a JSP and TSX tags </H1>
<tsx:dbconnect id="conn"
        userid="sa" passwd=""
        url="jdbc:odbc:LocalServer"
        driver="sun.jdbc.odbc.JdbcOdbcDriver">
</tsx:dbconnect>
<h2>After DB Connect</h2>
<tsx:dbquery id="users" connection="conn">
        SELECT name FROM USERS ;
</tsx:dbquery>
<h2>After SQL Statement</h2>
<tsx:repeat index="empidx">
    <tsx:getProperty name="EmpID" property="USUSID" /> 
</tsx:repeat>
</BODY>
</HTML>  

+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.