Re: Upgrade problem (useBean)

2006-08-19 Thread charly
ion1" reloadable="true"> type="javax.sql.DataSource" /> HTH Karl-Heinz - Original Message - From: "Lars Nielsen Lind" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, August 08, 2006 9:12 AM Subject: Re:

Re: Upgrade problem (useBean)

2006-08-10 Thread Lars Nielsen Lind
David Smith skrev: Lars Nielsen Lind wrote: I also now have tried to move the file kontakt.jsp with: <%@ page language="java" contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1" import="java.sql.*, java.io.*, java.util.*, internet.database.*, internet.log.*" %> <% internet

Re: Upgrade problem (useBean)

2006-08-08 Thread David Smith
Lars Nielsen Lind wrote: I also now have tried to move the file kontakt.jsp with: <%@ page language="java" contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1" import="java.sql.*, java.io.*, java.util.*, internet.database.*, internet.log.*" %> <% internet.database.SimpleUseO

Re: Upgrade problem (useBean)

2006-08-08 Thread Lars Nielsen Lind
Lars Nielsen Lind skrev: David Smith skrev: Lars Nielsen Lind wrote: David Smith skrev: Usually you'd know it if it was. By default it isn't and has to be explicitly turned on. See http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html for more information. Here's a quic

Re: Upgrade problem (useBean)

2006-08-08 Thread Lars Nielsen Lind
David Smith skrev: Lars Nielsen Lind wrote: David Smith skrev: Usually you'd know it if it was. By default it isn't and has to be explicitly turned on. See http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html for more information. Here's a quick and dirty test -- insert

Re: Upgrade problem (useBean)

2006-08-08 Thread David Smith
Lars Nielsen Lind wrote: David Smith skrev: Usually you'd know it if it was. By default it isn't and has to be explicitly turned on. See http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html for more information. Here's a quick and dirty test -- insert a scriptlet in your

Re: Upgrade problem (useBean)

2006-08-08 Thread Lars Nielsen Lind
David Smith skrev: Usually you'd know it if it was. By default it isn't and has to be explicitly turned on. See http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html for more information. Here's a quick and dirty test -- insert a scriptlet in your jsp code something like: <

Re: Upgrade problem (useBean)

2006-08-08 Thread David Smith
Usually you'd know it if it was. By default it isn't and has to be explicitly turned on. See http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html for more information. Here's a quick and dirty test -- insert a scriptlet in your jsp code something like: <% internet.database

Re: Upgrade problem (useBean)

2006-08-08 Thread Lars Nielsen Lind
David Smith skrev: This may be something for a bugzilla report, but I looked at the source of org.apache.jasper.compiler.Generator. The real exception generated is eaten in favor of the very unhelpful message you received. The possible original exceptions may have been one of: java.lang.Class

Re: Upgrade problem (useBean)

2006-08-08 Thread David Smith
This may be something for a bugzilla report, but I looked at the source of org.apache.jasper.compiler.Generator. The real exception generated is eaten in favor of the very unhelpful message you received. The possible original exceptions may have been one of: java.lang.ClassNotFoundException

Re: Upgrade problem (useBean)

2006-08-08 Thread Mark Thomas
Lars Nielsen Lind wrote: > Here is the error-report shown in the browser: The stack trace suggests the class cannot be instantiated. Hmm. Odd. Can you create a simple test case that reproduces this? You won't be able to post a war to the list so feel free to send it to me directly. Mark ---

Re: Upgrade problem (useBean)

2006-08-08 Thread Lars Nielsen Lind
Mark Thomas skrev: Lars Nielsen Lind wrote: All my webapps and contents (including WEB-INF and components) are copied from an existing running solution with no problems. Anyone that know how to solve this? Is there a more complete stack trace and/or exception in the logs? Mark

Re: Upgrade problem (useBean)

2006-08-07 Thread Mark Thomas
Lars Nielsen Lind wrote: > All my webapps and contents (including WEB-INF and components) are > copied from an existing running solution with no problems. > > Anyone that know how to solve this? Is there a more complete stack trace and/or exception in the logs? Mark ---

Upgrade problem (useBean)

2006-08-07 Thread Lars Nielsen Lind
I have tried to upgrade from apache-2.0.54/tomcat-5.5.9 to apache-2.2.3/apache-5.5.17 (also tried with apache-2.0.59). When I use this UseBean at index.jsp (root of webapplication): class="internet.database.SimpleUseOfConnectionPool" /> I have no problems at all. When I use the exact same Us