You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/11/17 16:56:55 UTC

DO NOT REPLY [Bug 24755] New: - No usage of org.apache.commons.lang.exception.NestableException is untrue!

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: jetspeed-dev@jakarta.apache.org
        ReportedBy: paul-apache@mansfield.co.uk


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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org