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
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
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
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
|
|
|
|
"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
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