I\'ve been developing an application intending to deploy my war into jboss6. However, in the middle of the development, I had to deploy my application into weblogic(no experience before) 10.3.5(compan
As a postlude to Consuming an EJB question. I have created an ejb on JBOSS AS 6.0 and am consuming it in a java client using the following code.
I want to set the <consumer-window-size/> to 0. This seems to be the answer of another question ( JMS queue with multiple consumers ), and is described in this article in ch开发者_如何学JAVAapte
We are trying to deploy a WAR on JBoss through Eclipse. The WAR is getting deployed in workspace folder and not being copied to deploy folder of JBoss.
I\'m migrating my 开发者_开发问答ear application from JBoss 5 to 6.0.0.Final. I noticed that JBoss 6.0.0.Final instantiates beans which have @WebService annotation on startup. JBoss 5 didn\'t do that.
Folks, I am very annoyed by having to re-learn and waste time with this stuff every time a new version of JBoss rolls around.
I have a simple definition of a JMS-Queue in the file my-hornetq-jms.xml: <configuration xmlns=\"urn:hornetq\"
I\'m currently using AS6.final, with Weld upgraded to 1.1.1.final. EAR class isolatation is turned off. I have an EJB singleton, that I\'ve registered with JMX - the EJB class is packaged in a JAR wit
I am using JBoss-6.0.0 AS which by default comes with HornetQ-2.1.2 version but this version of HornetQ has many Iteration related bugs which are now resolved in HornetQ-2.2.5 version which by default
I\'m currently migrating a JBoss service class from AS5.1 to AS6 (not going to AS7 for a variety of reasons).