Questions tagged [jboss-4.2.x]

Version 4.2.x of the JBoss Application Server.

177 questions
0
votes
1 answer

Datasource configurations compatible with JBOSS versions

There are couple of datasource configuration files for XA and NON-XA datasource in JBOSS v4.2.3 for the various need of the deployed applications in the jboss environment. Also the DB passwords are encrypted using the JBOSS provided techniques…
dash27
  • 131
  • 1
  • 1
  • 6
0
votes
1 answer

jBoss 4.2.3 : what is the order of jar loading inside \server\default\lib

In jboss 4.2.3 what's the order it uses to load the *.jar inside the "server\default\lib" folder? I mean, inside server\default\lib I have: a.jar b.jar z.jar. What's the order jboss is gonna load them? What affects the ordering jboss uses? I'm…
AlfaTeK
  • 7,487
  • 14
  • 49
  • 90
0
votes
1 answer

DEBUG logs are not printing

I am developing a web application, In this I am using Log4j. I am running this application in JBoss-4.2.2GA server. My problem I am trying to display DEBUG logs in console and file but it is not printing the DEBUG logs. This is jboss-log4j.xml…
yvnr
  • 13
  • 1
  • 5
0
votes
1 answer

Remote JNDI lookup returning my own EJB

This is my first question at Stack Overflow, so feel free to tell me if I do something wrong :) I'm working on a project involving EJB and JBoss 4.2.3.GA. In a point, we try to access every node of the cluster, locating an EJB and returning it. This…
Faliorn
  • 1,351
  • 3
  • 12
  • 24
0
votes
1 answer

Axis2 JBoss Stax jar Issue

I am trying to use axis2 webservice client application, which seems to work fine on my machine but throws the exception below when I deploy it on a JBOSS 4.2.3 server. I believe its related to the stax implementation. I am currently using…
Ayman H
  • 185
  • 6
  • 15
0
votes
2 answers

How to invalidate selected session programmatically?

I'm trying to invalidate selected session (with given sessionId) from my web application runing on Jboss 4.2. Everything works perfect from JMX console but I don't know how to do the same in java code. Here is what i have already…
pWoz
  • 1,649
  • 3
  • 20
  • 30
0
votes
1 answer

Why it my certificate not enabled on jboss 4.2 on https?

I need to add a valid certificate to my website. I have added the following commands "C:\Program Files\Java\jdk1.7.0_05\bin\keytool.exe" -genkey -alias tomcat -keyalg RSA -keystore keystore.jks -keysize 2048 "C:\Program…
cremersstijn
  • 2,375
  • 4
  • 28
  • 41
0
votes
1 answer

hibernate 3.2.6 or 3.3.2 and jboss 4.2.3.GA deployed app run fails with c3p0 error

I deploy app having hibernate dependency. Jboss AS 4.2.3.GA contains hibernate3.jar in server/default/lib. Tried to load SessionFactory and and get. With java.lang.ClassNotFoundException: No ClassLoaders found for:…
Vyacheslav
  • 3,134
  • 8
  • 28
  • 42
0
votes
1 answer

Jboss 4.2 Class loading exception

I have a jar in server/lib/sample.jar. sample.jar file consists .class files related to application so how should access server/lib instated of application.war/web-inf/classes . jboss-web.xml
nag
  • 647
  • 6
  • 25
  • 43
0
votes
1 answer

JBoss AS 6.0.1 class resourcestream

I am trying to migrate application from Jboss 4.2.3 to Jboss 6.0.1.in our application i have to access a resource (image) from war folder. WAR |__ logo.jpg |__images/icons |__WEB_INF |__classes |__jps |__logo.jpg I would like…
Karthikeyan
  • 506
  • 2
  • 8
  • 20
0
votes
1 answer

MongoDB JMX registration exception: Class does not expose a management interface

Recently i've been having an issue on application startup, using MongoDB 2.10.1, with my JavaEE application running on Jboss 4.2.3GA. AM com.mongodb.DBPortPool$Holder get WARNING: JMX registration error: com.mongodb.util.management.JMException: …
0
votes
2 answers

Quartz versioning issue with jboss

I m having quartz 1.7.3 in .grails/plugins folder in development environment where in grails/web-inf/lib i have quartz-1.8.4.jar version It works properly in development sts 3.1.0 IDE version When i moved the same to production environment by…
pravs
  • 3
  • 3
0
votes
1 answer

Configure javax.faces.FACELETS_REFRESH_PERIOD directly on JBoss server

We have an existing application (JSF 1.2), packaged as an ear, running on JBoss 4.2. We use JRebel, and to be able to automatically detect changes in our xhtml files we needed to disable caching for Facelets by adding this to our…
Magnilex
  • 11,584
  • 9
  • 62
  • 84
0
votes
0 answers

How to create a datasource in JBoss with different driver version

I have an installation of JBoss (4.3.0) with the version 9.0.2.0 of the Oracle driver in the lib directory. I would like to create a datasource that uses a newer version of the driver, without changing the common configuration (many other…
Marco
  • 1,642
  • 3
  • 16
  • 29
0
votes
2 answers

How to use org.jboss.varia.property.SystemPropertiesService and org.jboss.util.property.PropertyListener

All I have seen the jboss-service.xml which use an extended SystemPropertiesService class to reference to custom property file. But I didn't totally understood this kind of usage yet. Could someone please give me some help to understand how to use…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
1 2 3
11
12