Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26844

    I am trying to use pd4ml in Oracle Apache Jserv.The sample jsp you have provided is not working.

    Source Code:

    <%@ taglib uri="pd4ml.tld" prefix="pd4ml" %><%@page contentType="text/html; charset=ISO8859_1"%>

    Error:

    java.lang.NoSuchMethodError: javax/servlet/ServletResponse.reset()V

    Please suggest.

    #29340

    The code line, which throws the exception is marked in our SRC like that:
    [language=Java:2ueptf29]// ire: changed from sr.resetBuffer() to sr.reset()
    // for compatibility with servlet API 2.2
    sr.reset();[/language:2ueptf29]

    We can produce for you a special version with resetBuffer(), but probably it is better to upgrade your server.

    #29341

    Hi Thanks for your reply,Upgrading the server is at this moment is not possible.Could you please provide the special version of resetBuffer().If you could provide the details steps on how we can use pd4ml in Oracle Application Server.

    #29342

    Please give a try to the attached JAR – it should call ServletResponse.resetBuffer() instead or ServletResponse.reset().

    #29343

    Got this error now:

    java.lang.NoSuchMethodError: javax/servlet/ServletResponse.resetBuffer()V

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Deployment / Configuration issues’ is closed to new topics and replies.