Questions tagged [jboss-eap-4.3.x]
9 questions
14
votes
5 answers
JBoss AS / Wildfly community version corresponding to Red Hat EAP version?
As far as i know the EAP editions of JBoss Application Server (AS) are just a bunch of community edition JBoss projects with some sugar.
So, what is the community edition of the JBoss Application Server that JBoss EAP 4.3.0 corresponds to?

Stroboskop
- 4,327
- 5
- 35
- 52
6
votes
1 answer
what dictates JSF version? Container or faces-config?
I am currently running a legacy JSF application on JBoss AS 4.3. I believe that this implements JSF 1.2. However, when I looked at the faces-config, I saw that it was using the JSF 1.1 DTD.
Which version of JSF am I using?

Zack Marrapese
- 12,072
- 9
- 51
- 69
4
votes
7 answers
How to Deploy Simple Java Projects into EAR?
I am using MyEclipse and I use an Enterprise Application Project (EAP) that automattically deploys my Web and EJB Projects.
These projects use some other projects that are just POJOs, "simple" java projects. Like a library kind of thing.
The…

noripcord
- 3,412
- 5
- 29
- 26
2
votes
1 answer
javaee url-pattern "/" matches everything, while this should be the case for "/*" only, not for "/"

David Portabella
- 12,390
- 27
- 101
- 182
1
vote
1 answer
JBoss 4.3 running legacy Struts application outputing hundreds of thousands of empty lines in log file
This problem is driving me crazy because I am not sure why this just started happening, and I have already wasted a week on it with absolutely no progress.
I am maintaining a legacy application running on JBoss 4.3 utilizing:
Struts2
Hibernate…

maple_shaft
- 10,435
- 6
- 46
- 74
0
votes
1 answer
JBoss Messaging Queue Stuck, with Remote Interface and MDB Consumer
I am trying to diagnose and fix what is likely an environmental problem. We have dev, SI, and production servers, and they have been setup the same for several years. One of the environments has stopped working for a particular JBM Queue, and I…

kg.
- 633
- 1
- 5
- 17
0
votes
1 answer
GlassFish does not support to share a common ClassLoader among EARs? Is there a workaround?
Trying to discover if it's feasible to attempt tackling blocking issues associated with porting JFire ERP, (EJB 3.1 compliant) from Jboss 4, to Glassfish v3.
I'd like to deploy JFire ERP on glassfish v3 instead of jboss, so I can integrate it with…

justify
- 1,036
- 2
- 14
- 26
0
votes
2 answers
Monitor JBoss through SNMPv3
I am on a development team that is using JBoss EAP 4.3.0.GA_CP06. I need to be able to monitor JBoss using SNMPv3.
I understand I am able to use SNMP to monitor, but is it possible to monitor using v3 out-of-the box? If it is possible, what…

Stephen Watkins
- 25,047
- 15
- 66
- 100
0
votes
1 answer
hibernate second level cache using jboss cache in clustered environment
hi i am using following in my project
jboss server(4.3 EAP) in 'all' configuration
spring 3.0
hibernate 3.0
jboss cache 1.x
snippet of applicationContext.xml to enable second level cache is
…

sharad7188
- 85
- 5