DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24755>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24755 No usage of org.apache.commons.lang.exception.NestableException is untrue! Summary: No usage of org.apache.commons.lang.exception.NestableException is untrue! Product: Jetspeed Version: 1.4 Platform: Other URL: http://jakarta.apache.org/commons/lang/api/org/apache/co mmons/lang/exception/class-use/NestableException.html OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Turbine AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My program manages to generate this exception javac PsiStatus.java PsiStatus.java:59: cannot access org.apache.commons.lang.exception. NestableException file org/apache/commons/lang/exception/NestableException.class not found Connection con = Torque.getConnection("mypsi"); here's a snippet of source: package org.apache.jetspeed.portal.portlets; import org.apache.jetspeed.portal.portlets.AbstractInstancePortlet; import org.apache.turbine.util.RunData; import org.apache.turbine.om.security.*; import org.apache.ecs.ConcreteElement; import org.apache.ecs.StringElement; import org.apache.torque.*; import javax.servlet.*; import java.sql.*; import javax.sql.*; import java.text.*; import java.util.*; public class MyClass extends AbstractInstancePortlet { public ConcreteElement getContent (RunData runData) { Connection con = Torque.getConnection("mypsi"); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
