I have a .war file that works fine in 4.0.2. But when I run it in 4.0.3SP1, I
get an exception: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath
The dom4j-full.jar is in WEB-INF/lib (and it contains
org.dom4j.xpath.DefaultXPath). And it works fine in 4.0.2.
Any idea what might be
I'm trying to use taglibs but am having some problems.
I added an entry in my web.xml for the 'core' taglib (c.tld). I also added
c.tld into the WEB-INF directory of my .war file and appserv-ext.jar,
appserv-jstl.jar, and appserv-tags.jar (taken from the Sun app server) into
JBoss' lib directo
I'm getting the following error when starting my app-server (4.0.2). It
happens when calling java.util.logging.LogManager.exists("mylogger"); What's
strange is that it only happens on Linux...on WinXP it starts fine. And after
the error, everything works fine - my logging with log4j works fin
i get the same error in 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841153#3841153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841153
---
This SF.Net em
I'm trying to implement an interface in a JSP as follows:
<%@ page language="java" implements="my.class" %>
This worked in a different J2EE app server (WLS 8.1), but I get the following
exception when I try to use it in JBoss 3.2.3.
org.apache.jasper.JasperException: /index.jsp(0,0) Page direct