jboss6.x
Problem deploying hibernate depended project into weblogic 10.3.5
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[详细]
2023-04-03 18:36 分类:问答Ejb consumption in JDK1.4
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.[详细]
2023-03-29 18:45 分类:问答JBoss HornetQ: Set consumer-window-size for slow consumer
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[详细]
2023-03-27 20:54 分类:问答JBoss deployment
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.[详细]
2023-03-25 19:54 分类:问答JBoss 6 creates instance of web service on startup
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.[详细]
2023-03-24 07:51 分类:问答JBoss 6: Injecting EJB into servlet
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.[详细]
2023-03-23 05:55 分类:问答Annotate StatelessBean with @Depends to HornetQ-JMS Queue
I have a simple definition of a JMS-Queue in the file my-hornetq-jms.xml: <configuration xmlns=\"urn:hornetq\"[详细]
2023-03-22 02:47 分类:问答Classloader issue when invoking EJB method via JMX in JBoss AS6
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[详细]
2023-03-21 22:23 分类:问答How to upgrade HornetQ version in JBoss 6?
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[详细]
2023-03-21 16:59 分类:问答How to get a 'JBoss service' with CDI in JMX with AS6?
I\'m currently migrating a JBoss service class from AS5.1 to AS6 (not going to AS7 for a variety of reasons).[详细]
2023-03-21 01:00 分类:问答