Questions tagged [jboss-4.2.x]

Version 4.2.x of the JBoss Application Server.

177 questions
1
vote
0 answers

jboss OutOfMemory

We have a java application which use JBoss 4.2.0, EJB, Hibernate. In one of our production server, getting OutOfMemory error at regular interval. We are seeing user defined exceptions in the jboss and server log files. we intentionally throwing…
user1631072
  • 51
  • 2
  • 9
1
vote
4 answers

How to migrate myproject.war file and myproject-ds.xml file to JBoss AS 7

Till now i run war file in jboss-4.2.2.GA,windows7 in that i had deployed myproject.war and myproject- ds.xml in server/default/deploye then its working fine. now i want migrate jboss-as-7.1.1.Final,windows7 in that i will deployee…
nag
  • 647
  • 6
  • 25
  • 43
1
vote
2 answers

How to seam-authenticate through Servlet

I know it's not the way it's meant to be and it's totally wrong, but orders are orders, I need to do the following: The user access the servlet with the accesskey on the parameters, like this: http://myhost/my_app/servlet?accesskey=XXXXX The…
user1415683
1
vote
1 answer

Maven repository artifact: jboss-j2ee

Question regarding Maven Repository and Java EE specification. I just saw this question: Single/complete Maven dependencies for Java EE 5 API and checked our project. We are on JBoss 4.2.2 and using a jboss-j2ee artifact.
Philip Tenn
  • 6,003
  • 8
  • 48
  • 85
1
vote
1 answer

Jboss 4.2.3 custom shared lib

I am in the process of moving the shared libraries to some custom jboss lib folder. Right now as I see, libs are placed under 1)Jboss/lib folder 2)Jboss/server/FM/lib 3)WebInf/Lib in the webapp's Now I want to move some of the libs which are…
Rips
  • 1,964
  • 1
  • 23
  • 45
1
vote
1 answer

How to add description to the JMX Service Object's methods and parameters in JBoss?

Is it possible to have a description showing up in the JMX console for my MBean's methods and paramenters. Right now this is how I see my MBean in the JBoss JMX Console: Is there some annotation that can do that job for me? Something like in the…
ktulinho
  • 3,870
  • 9
  • 28
  • 35
1
vote
2 answers

Errors while starting JBoss Server

I am trying to start JBoss server from eclipse but I am getting some exceptions as below. Later I also tried from command prompt but still getting same exceptions 01:35:49,227 ERROR [STDERR] java.io.FileNotFoundException:…
Bhavesh Shah
  • 3,299
  • 11
  • 49
  • 73
1
vote
2 answers

Spring, log4j and JBoss4

I'm running JBoss 4.2.3.GA, and have a web app that uses Spring and Log4j. I've set up Spring's Log4jConfigurer, but am having a problem since JBoss's log4j file is not on the classpath. It's at jboss.home/server/defaul/conf/jboss-log4j.xml. So,…
Gary Kephart
  • 4,860
  • 5
  • 39
  • 52
1
vote
1 answer

Install & Configure openssl on Jboss 4.2.1 on linux server

I installed Jboss version 4.2.1.GA on a linux server, and now i need to install and configure openssl on this server, my problem is I searched the internet for the last 2 days and tried many solutions without being able to fix it. any help or step…
Alex
  • 5,971
  • 11
  • 42
  • 80
1
vote
0 answers

multiple DBs with Jboss 4.2.3

We are using Jboss 4.2.3 with EJBs and hibernate. Currently we defined 3 db connections in our persistence.xml file (one for reads (tx-local), one for writes (no-tx) and one for statistics (no-tx)), and when we add a forth db connection which is…
Aviad S.
  • 171
  • 1
  • 1
  • 8
1
vote
3 answers

Class cast exception when invoking a web service in Jboss 4.2.3 GA

We have created a web service in Netbeans 7.1 which is running fine on glassfish 3.1.1. Now I have to move my service application to Jboss 4.2.3 GA-JDK6. There is no problem found when deploying the web service on Jboss, but however invoking the web…
KB Prodigy
  • 231
  • 5
  • 13
0
votes
1 answer

multiple EJB jar file inside one EAR sharing the same persistence.xml

I am using JBoss 4.2.3 application server. I have an EAR that currently contains 2 EJB (EJB 3) jars. In the main EJB jar I have persistence.xml file with the data source configurations. From the secondary EJB jar file I can successfully call the the…
Eli Avital
  • 21
  • 1
  • 3
0
votes
1 answer

Jboss 4.2.2 java.rmi.ExportException

i get the following exception when i run Jboss 4.2.2 Reason: java.rmi.server.ExportException: Listen failed on port: 1098; nested exception is: java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind I checked with TCP view.…
user1000258
  • 567
  • 2
  • 8
  • 16
0
votes
1 answer

Obtaining the IP address of the caller of an EJB method in JBoss 4.2.3

In a session bean method of an EJB, I need to know the IP address with which the client called the method. Is it possible to obtain this information in JBoss 4.2.3?
Maurice Perry
  • 32,610
  • 9
  • 70
  • 97
0
votes
1 answer

Integrate jboss4 jms with jboss6

I would like to know if this scenario is possible: I Have Topic jms at jboss6 I have mdb at jboss-4.2.3.GA. Is it possible for the MDB(jboss-4.2.3.GA) to lookup for the jms(jboss6.0) straight forward or there is a need to add some…
rayman
  • 20,786
  • 45
  • 148
  • 246