JBoss 7 Application Server is co开发者_JS百科mpliant with J2EE 6 Specification. I just want to know whether JBoss 7 supports JAX-RS implementation or not?Yes it is. The implementation is called RESTe
We used to use ActiveMQ 5.5 as an embedded service in JBoss 5 (via ActiveMQ Resource Adapter), so that the JMS broker has been always running on the localhost on the the same JVM as the client applica
I want to deploy some different applications using one jboss (jboss as 7). Can anyone make it clear for me if its possible to set one 开发者_开发技巧log4j configuration (log4j.xml) formultiple wars an
I am running an application on a Jboss 6 server and using mbeans to start/stop my app without redeploying/restarting server. I was testing on JBoss 7 and saw that there were no mbean s开发者_JAVA百科u
I am really wonder what this actually means? Can I use JBoss 7 in development and also in production with all EE 6 features (I need JMS, EJB 3.1, JSF 2.1, CDI...) or I have to wait for later releases
I have a wierd problem. I\'m using @Provider to annote my Mapper Exception and it\'s work fine, but when I\'m using it to annote the class below it won\'t work at all.
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:
I am trying out JBoss AS 7 with a simple HelloWorld application. The HelloWorld application folder has a simple hello.jsp file.
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )
I am trying to validate all incoming XML files that come over my (contract first) REST interface in an application running inside JBoss AS 7. I have written a @Decorator for Pretty-Printing (as by the