0 Replies Latest reply on Jul 8, 2003 8:29 AM by dosapati

    Petstore 1.1.2 is not working with JBoss-3.2.1_Tomcat-4.1.24

    dosapati

      I have downloaded Petstore 1.1.2 from http://developer.java.sun.com/developer/releases/petstore/petstore1_1_2.html and tried to deploy on JBoss-3.2.1_Tomcat-4.1.24.
      I am getting this error after deploying petstore:
      org.jboss.deployment.DeploymentException: Invalid encoding name "ISO8859_1".; - nested throwable: (org.xml.sax.SAXParseException: Invalid encoding name "ISO8859_1".)

      have anyone tried this example with JBoss successfully. I placed petstore.ear[which you can find in petstore files] file in <JBoss_Home>/server/all/deploy directory. what should I do to make ti work?
      --