[JBoss-user] [Installation, Configuration & Deployment] - Using old version of xerces on JBoss4.0.2

2005-11-30 Thread Dafolo
I've developed an ear-file which uses and older version of xerces than the one supplied with JBoss 4.0.2. When I call the method that uses xerces I get the following error: | java.lang.NoSuchMethodError: org.apache.xerces.parsers.DOMParser.startDocument()V | com.accelio.ces.xmlapi.FSXM

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - NullpointerException with large content

2005-11-03 Thread Dafolo
I have made a JSP from where it's possible to upload files to the server. Once the file is uploaded it is base64 encoded and the resulting string is inserted in a textarea in the JSP. The page is then submited to the server. My problem is that when I try to get the content of the field using re

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2005-02-22 Thread Dafolo
Thanks that solved the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867551#3867551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867551 --- SF email is s

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2005-02-22 Thread Dafolo
Sorry. The jsp looks like this: <%@ page errorPage="welcome_error.jsp" %> | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> | <%@ taglib uri="http://java.sun.com/jsp/jstl/xml"; prefix="x" %> | | | Borgerblanketter | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - JasperException: Unable to compile class for JSP

2005-02-22 Thread Dafolo
"http://java.sun.com/jsp/jstl/xml"; prefix="x" %> Borgerblanketter - Dafolo A/S Velkommen til Borgerblanketter I'm using jdk1.5 and jboss 4.0.1. Anyone out there know what to do View the original post : http://ww

[JBoss-user] [Beginners Corner] - java.lang.VerifyError

2005-01-06 Thread Dafolo
I have succesfully deployed a .ear file on the JBoss server. If I open af .html file from the deployed .ear file, it works fine, but if I try to open af servlet I get the following error: java.lang.VerifyError: (class: com/accelio/ces/app/App, method: getDocumentFromBytes signature: ([B)Lorg/w3