1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[JBoss] Communication between two java application working fine with JBoss 7.0 but not working...

Discussão em 'StackOverflow' iniciado por Stack, Setembro 21, 2021.

  1. Stack

    Stack Membro Participativo

    I have two java application Portal and Report (Calling Report from Portal) which work fine with JBoss server. Now I am trying it to migrate from JBoss 7.0 to Tomcat 8.5 and I am getting below error.

    classcastexception: org.apache.catalina.util.parametermap cannot be cast to java.util.hashmap

    Code,
    ReportVO reportVO = new ReportVO();
    reportVO.setAttributes((HashMap<String, String[]>)request.getParameterMap());


    Note: Portal is working fine in tomcat but when I am trying to generate any report by calling the Report application from Portal then I am getting above error.

    Do I need to do any server side configuration?

    Continue reading...

Compartilhe esta Página