Version 4.2.x of the JBoss Application Server.
Questions tagged [jboss-4.2.x]
177 questions
1
vote
1 answer
Hot deployment of class files in jboss
Hot deployment of class files in jBoss.
Can any please help me in hot deploying the java class files without restarting the server again and again?
JBoss version 4.2.3 GA
I'm a novice to this field, so basic help is appreciated.

Maverick
- 1,519
- 18
- 32
1
vote
1 answer
How to display Chinese Chracter on JBoss 4.2.3GA
Same as the title, Kindly advice how to configure JBoss to display chinese character.
The unreadable character is making trouble for me when i saw the unreadable words and have no idea what is going on with the error occurred. Kindly advice.

Kim
- 980
- 1
- 15
- 29
1
vote
1 answer
Spring - Hibernate - JBOSS - No ManagedConnections available within configured blocking timeout ( 30000 [ms] )
I am using Spring 3.0.1 and Hibernate 3.2 with JBOSS 4.2.2 and we are using Spring transaction management to manage the transactions.
My code implementation runs a huge job that runs for nearly 10 minutes.The spring service bean RunJobBean.java is…

user2928913
- 223
- 1
- 6
- 15
1
vote
2 answers
JBoss migration from JBoss AS 4.2 GA to JBoss EAP 6.2
Any one done migration from JBoss AS 4.2 GA to JBoss EAP 6.2?
Does JBoss EAP 6.2 has web and app server..? In JBoss AS 4.2 GA has the folder structure /server/app and /server/web where as in JBoss EAP 6.2 no server folder at all.
How to deploy the…

pp jai
- 29
- 4
1
vote
0 answers
JBoss sessions collision
I am experiencing a strange behavior in our system. We have several applications in a distributed architecture.
We are using JBoss AS 4.2.3
Recently we discovered that several users are using the very same session id. The logs show a user using a…

mpssantos
- 931
- 13
- 30
1
vote
1 answer
JBoss 4.2 load javax.xml.parsers.DocumentBuilderFactory from xmlparserv2.jar?
I'm using JBoss 4.2 and jdk6.
How can i only load javax.xml.parsers.DocumentBuilderFactory from xmlparserv2.jar in my webapp ?
When i used -verbose:class, javax.xml.parsers.DocumentBuilderFactory loaded by jdk6 :
[Loaded…

Viv
- 11
- 2
1
vote
1 answer
How to change port no of the jboss 4.2 server
I have to different eclipse ide and jboss server.I need to start both the server at a time but problem is what when I try to start the second server it gives error(port conflict as the first one is using it already).Please guide me to how to change…

Shree
- 65
- 2
- 8
1
vote
1 answer
Jboss getting sutck while running
I am using jboss-4.2.3.GA.
I face this strange issue only when I start the server from cmd prompt. The execution is getting stuck. Like from the time I execute run.bat, if I have the cmd window open and right click on the window then server…

om39a
- 1,406
- 4
- 20
- 39
1
vote
1 answer
SocketTimeoutException in EJB client call
I'm getting the reference to a remote EJB instance without any kind of problem but, sometimes, when I invoke one of its methods a "java.net.SocketTimeoutException: Read timed out" is thrown from the client side. There seem to be no problems at the…

pvm14
- 544
- 3
- 11
1
vote
1 answer
Flyway can't start from Spring bean
I have a problem and cannot seem to diagnose it.
I am using flyway and spring beans for migrations. Here is sample configuration:

pawelccb
- 515
- 6
- 11
1
vote
0 answers
Arquillian testing with JBoss 4.2.2 GA ends with "Could not get DeploymentManager"
I've tried to do a simple test-example using arquillian on an installed JBoss, whose version is 4.2.2GA. Spent tons of time on it and did a lot of readings in this comnunity and stackflow, but just couldn't figured out how to make it work.
The test…

rex niu
- 11
- 1
1
vote
1 answer
JBossMQ message redelivery + DLQ
I'm trying some scenarios with JMS and JBoss 4.2.2 and I have few problems with it.
I have a Queue

Betlista
- 10,327
- 13
- 69
- 110
1
vote
0 answers
How can I invoke a method on every instance in a cluster in jboss 4.2.3?
From a pojo annotated with @Service and @Management I want to invoke a method on every instance in my cluster.
@Service(objectName=myClass.OBJECT_NAME)
@Management(MyInterface.class)
public class MyClass implements myInterface
{
@Override
public…

pohart
- 170
- 2
- 13
1
vote
1 answer
JBoss redeploy changes on exploded deployment directory
Searching for a way to deploy new changes without restarting the JBoss leaded me to this:
https://community.jboss.org/wiki/RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory
And at first, I thought I just found the holy grail,…

Ziul
- 883
- 1
- 13
- 24
1
vote
0 answers
How to integrate OpenMQ with Jboss-4.2.3.GA?
I am trying to integrate OpenMq with Jboss-4.2.3.GA for my performance evaluation research for messaging oriented middlewares. I want to use imqjmsra.ra as a default resource adapter.
I need help in step by step process for integration of these two.…

user1803651
- 11
- 1