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
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:
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
I have an ear file which contains this bean @Stateless public class ProjectServiceImpl implements ProjectServiceLocal, ProjectServiceRemote {
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.
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
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).
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
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
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