jboss7.x
Is JBoss 7 a JAX-RS compliant Application Server?
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[详细]
2023-04-12 12:45 分类:问答Embed ActiveMQ into JBoss 7
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[详细]
2023-04-12 10:35 分类:问答jboss7 + same log4j configuration for different apps
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[详细]
2023-04-12 03:18 分类:问答JBoss 7 application, start/stop from ui?
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[详细]
2023-04-10 22:03 分类:问答JBoss 7 NOT Java EE6 Certified
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[详细]
2023-04-10 07:18 分类:问答JBoss AS7 + RestEasy : How to enable a custom MessageBodyReader using @Provider did nothing
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.[详细]
2023-04-08 19:53 分类:问答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:[详细]
2023-04-08 17:40 分类:问答Unable to access a deployed HelloWorld application in JBoss AS7
I am trying out JBoss AS 7 with a simple HelloWorld application. The HelloWorld application folder has a simple hello.jsp file.[详细]
2023-04-08 10:24 分类:问答Working MDB example in JBoss 7.0.1?
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )[详细]
2023-04-08 01:56 分类:问答JBoss RESTeasy JAX-RS JAXB schema validation with Decorator
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[详细]
2023-04-07 18:28 分类:问答