David Delbecq schrieb:

Your class in not available for your servlet.
Check in you war that com/softwareag/tamino/db/api/accessor/TInsertException is either in WEB-INF/classes, either in a .jar in WEB-INF/lib

Mercy, this was really the problem. After I copied all .jar-files I need into the lib-folder I only get this error:

java.lang.NullPointerException
        
com.softwareag.tamino.db.api.objectModel.TXMLObjectFactory.newXMLObject(Unknown 
Source)
        com.softwareag.tamino.db.api.objectModel.TXMLObject.newInstance(Unknown 
Source)
        DatenbankEingabe.doGet(DatenbankEingabe.java:29)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


But why, a NullPointerException ? The servlet gets now all it need and the XMLObject is part of TaminoAPI4J.jar! I have no clue, what is the cause of this exception.

Gruss Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to