Tagged Questions
0
votes
0answers
95 views
JBoss AS 7 Module classloader WEB-INF lib
I'm trying to configure my web application to jboss 7.1.1.Final. It turns out that using modules, then there is a moment that a class that is in a class module needs to access a folder that is inside ...
0
votes
0answers
226 views
Deploy War fail due to “Failed to define class org.springframework.beans.BeansException ”
I'm trying to deploy a WAR application integrating with BlazeDS, when I try to add security the following errors occur
10:14:55,483 WARN [org.jboss.modules] (MSC service thread 1-1) Failed to define ...
0
votes
1answer
98 views
Class from rt.jar not found
In JBOSS EAP 6 (AS 7):
I am making a call to Spring's WebServiceTemplate.marshalSendAndRecieve
which in turn is having trouble finding a class that exisits in rt.jar
Caused by: ...
1
vote
2answers
114 views
java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException in JBoss AS 7
I am testing JBoss AS 7 prior to deployment with a .war file of an app running in a different server.
I get this error when I try to log onto the database via the app:
SEVERE [] ...
0
votes
0answers
159 views
Migration from JBoss 4 to JBoss 7.1.1 with strange ClassNotFoundException - Class-Path failure?
i try to migrate from JBoss 4 to Jboss 7.1.1. But i got this error:
13:38:23,004 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service ...
1
vote
0answers
196 views
java.lang.ClassNotFoundException: org.hibernate.collection.internal.PersistentBag for some EJBs
I couldn't figure out how but after changing an entity class (added one more column) the methods operating on that entity started not to be found by the remote client. To be more precise:
I have an ...
0
votes
1answer
852 views
ClassNotFound exception during deploy
I am in trouble! I am trying to deploy my app on JBoss AS 7.1.1.Final by IntelliJ IDEA 11 and during deploy I have this exception :
12:23:42,566 ERROR [org.jboss.msc.service.fail] (MSC service ...
1
vote
1answer
266 views
Can not deploy a project on Jboss because of a Dozer class not found
Hi I'm using Eclipse on a EJB3 project, struts2 and hibernate.Server is JBoss 7.1. Everything worked fine.
Then I've installed Dozer 5.2.2,and added that to the build path (it shows in "referenced ...
2
votes
1answer
555 views
JBoss AS7 app deployed on a Mac can't find com.apple.laf.AquaLookAndFeel
We're migrating to JBoss AS7 from an older version of JBoss and we use JFreeChart in one part of our app:
chart = ChartFactory.createStackedBarChart( "", "", "Data", dataset,
...
1
vote
0answers
268 views
Class Loading Issue with HornetMQ and JBoss 7.0.2
I am working on a JBoss 7.0.2 instance. Our app is a war and messages are dropped into the queue. This works fine. But when we read it via a listener, the system throws an exception. It is looking for ...
1
vote
1answer
241 views
JBoss AS 7: Error when use xml-apis.jar
I'm using anti-samy jar in my project. The class org.w3c.dom.Element is a dependency, and I found under xml-apis jar.
But I'm getting this error when using the app: org.w3c.dom.Element from [Module ...
2
votes
3answers
5k views
JBOSS 7 - Spring ContextLoaderListener ClassNotFoundException
im trying to migrate my JBOSS 5.1 application to JBOSS 7.0.2. In admin console i select deployments -> add content and my .war and try to enable it.
I already resolved some problems, but cant figure ...
0
votes
2answers
2k views
org.aopalliance.intercept.MethodInterceptor not found despite being in Classpath - Spring + JBoss AS 7
I am trying to use Java Persistence API (JPA) with Spring in a JSF 2.0 application with Hibernate 3 on JBoss Application Server 7 Web Profile. Upon startup, I get the following error:
21:24:12,880 ...