jboss6.x
JBoss not recognizing EJB jar inside of an EAR
I\'m trying to deploy a simple test EAR containing and EJB project to JBoss AS 6. I copy my EAR file to my JBOSS_HOME/server/default/deploy dir.I can see my SUP.ear show up in the JBoss AS 6 Admin Co[详细]
2023-02-28 04:39 分类:问答java.lang.NoClassDefFoundError when Moving Spring libraries from WEB-INF/lib to server/default/lib on JBoss AS 6
I\'m trying to speedup my build process by moving Spring libraries from WEB-INF/lib to server/default/lib, but unfor开发者_高级运维tunately i get this exception:[详细]
2023-02-27 17:30 分类:问答Error using hibernate-validator on JBoss 6
I get the following error at deploy time: 22:34:40,393 ERROR 开发者_如何学运维[AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=fizio.ear/events-service.war#fizio s[详细]
2023-02-25 00:06 分类:问答How to solve class loading problem between ear files on JBOSS 6.0?
I have an ear file which contains this bean @Stateless public class ProjectServiceImpl implements ProjectServiceLocal, ProjectServiceRemote {[详细]
2023-02-21 02:29 分类:问答NoClassDefFoundError when class is in JBoss 6 WAR WEB-INF/classes folder
My problem is that I have a web application built and deployed as a WAR file to JBoss 6.My servlet fails to load a class in my app and throws a NoClassDefFoundError.[详细]
2023-02-20 22:33 分类:问答Distributed Locking and Java EE
I\'m writing a Java EE application using JBoss AS 6 and I have a resource that requires exclusive access (some interface to a third-party bit of software) to a method for a given parameter.Currently I[详细]
2023-02-20 12:55 分类:问答Web container in JBoss 6 and other queries
What is the default web container in JBoss 6? If what I read was correct, the answer to this question should be JBoss Web (the custom built web container based on Apache Tomcat).[详细]
2023-02-20 08:03 分类:问答JBoss 6 + Spring 3.0.5 + JAX-WS/CXF
We\'ve got our project running on JBoss 6 with Spring 3.0.5. Everything went smooth until we tried to implement some Web Services with JAX-WS. If I try doing some simple WS (like adding 2 numbers), it[详细]
2023-02-18 18:24 分类:问答JBoss6 Classloading Jar Search Order
We are migrating a web application from JBoss 4.2.3 to JBoss 6.The application needs to control the order in which jars are searched for classes during classloading.This was achieved in JBoss 4.2.3 by[详细]
2023-02-17 19:34 分类:问答Remove JSF completely from JBoss 6 or from Glassfish 3?
I have a JSF Mojarra 2.0.3 app that was developed entirely on Tomcat 7 where it works superbly.I 开发者_StackOverflow社区need to deploy this application on JBoss or on Glassfish and the application ru[详细]
2023-02-17 13:52 分类:问答