This issue seems to be related to the order of the JAR files listed in the Class-Path
of the manifest file. We had a similar issue in 3.2.3, and reordering things in the
Class-Path reolved it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846374#3846374
Rep
Here is the scenario:
I have a stateful session bean called ClientSessionBean, its interface is
ClientSession. Every client who logs into the system does so by acquiring this bean
and calling the login() method, which returns a unique session id. On the client side,
there is a class called Clien
Thanks, but I don't have any old versions lying around. Everything is packaged within
the EAR, which is replaced upon deployment. I did see the problem JAR twice, though,
in those directories:
server\default\tmp\deploy\tmp56967console-mgr.sar-contents
server\default\tmp\deploy\tmp56995capsela.ear
I want to use the org.jboss.varia.scheduler.Scheduler to ping clients via JMS to see
if they are still alive. I am using JBoss 3.2.3 because if have problems with 3.2.5.
Unfortunately there is a problem when I try to get the object from the JMS message
returned by the client. The object is just
I have an EAR that runs fine on JBoss 3.2.3, but when I deploy it on 3.2.5 I always
get a NoClassDefFoundError. The problem class is within a JAR in the EAR. That JAR is
on the Class-Path of the manifest file inside of the JAR with our EJBs. I also tried
putting the JAR with the problem class in
Hm, something went wrong in the last sentence. I meant the ejb and web modules. Here
is an attempt to post my application.xml for clarification:
|
| http://java.sun.com/dtd/application_1_3.dtd";>
|
|lifex
|
|
| lifex.war
| /lifex
|
|
I have a really strange deployment problem with JBoss 3.2.3:
I have an EAR that contains a JAR with some EJBs and other classes, and a WAR with
JSPs, struts stuff etc. When I copy the EAR into the deploy directory, only the JAR is
picked up by the deployer, nothing from the WAR is available. If I