Questions tagged [jboss-4.2.x]

Version 4.2.x of the JBoss Application Server.

177 questions
3
votes
1 answer

Jboss 4.2 Class Loading

I have a jar in server/default/lib which contains Foo.class,Bar.class and the same class is there in my application/WEB-INF/classes which is deployed in server/default/deploy. and Example.class is using the Foo.class instance and Bar.class…
phanikiran
  • 75
  • 1
  • 6
3
votes
3 answers

JSP taglib in a JAR file packaged in an EAR file

I have the following situation: taglib.jar: A custom JSP taglib packaged as a JAR file. The TLD file is /META-INF/taglib.tld. webapp.war: A web application with JSP files that use the tags provided by taglib.jar. app.ear: A J2EE application which…
Laurent Pireyn
  • 6,735
  • 1
  • 29
  • 39
3
votes
0 answers

STS 4.1 exception on EJB calling

I've a project under Eclipse Indigo with JBoss 4.2.2 with back end and front end (using Flash Player). Now I want to update my project using STS 4.1 for my back end and move the front end in Flash Builder IDE using Adobe AIR. The back end use the…
Joe Taras
  • 15,166
  • 7
  • 42
  • 55
3
votes
1 answer

JBoss Classloader Repository

Running JBoss 4.2.3.GA and trying to deploy a WAR that is using Spring/Hibernate/JPA. I'm getting ClassCastExceptions (quite a lot of different ones) so I'm trying to setup a Classloader Repository for my WAR. This is my…
willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111
3
votes
1 answer

Remoting JBoss AS 7 to AS 4 and vice versa

Is it possible to remotely access an EJB on a JBoss AS 4 from a JBoss AS 7 and vice versa (using EJB3)? If so, how can I do it? I am looking for any information about remoting between different JBoss Versions. There must be something on the web, but…
Jbartmann
  • 1,459
  • 4
  • 24
  • 42
3
votes
0 answers

Random "comp not bound" error (JBoss4/EJB3)

I have this very odd error. The EAR is deployed fine. The error appears during certain jobs (like background tasks) and it complains about not being able to instantiate components that were used just fine seconds earlier by the same code. Nothing…
mariusi
  • 31
  • 3
3
votes
1 answer

How can I create global context variables in JBoss?

This is a follow-up to a question I posted a while back: "Can I use a single WAR in multiple environments?". I was able to create a single-war solution in Tomcat, but now we are migrating our app to JBoss 4.2 and I can't figure out how to set up…
NobodyMan
  • 2,381
  • 4
  • 29
  • 35
3
votes
1 answer

deploy adempiere project .war file on jboss server

How To deploy Adempiere project .war file on jboss server? Kindly describe the steps briefly.
3
votes
1 answer

Connecting from JBoss 4.2 to JBoss 7.1

We would like to create a completely new service using JBoss 7.1 with modern technologies such as JPA, Java EE 6, etc.... Alas, we have a legacy system running on a JBoss 4.2.2 that is definitely NOT portable to JBoss 7. The old system will have to…
diswutz
  • 581
  • 5
  • 7
3
votes
1 answer

How to make a4j:commandLink execute action and show modalpanel?

Jsf 1.2, Richfaces 3.3.3, I got the following code working to show a richfaces:modalpanel:
user1415683
2
votes
2 answers

I want to run JBoss 4.2.3 and JBoss 5.1 on the same machine simultaneously

I have encountered the problem to start different version of jboss in the same machine. More precisely I would like to start jboss 5.1 after 4.2.3 version. With Eclipse editor on general server information, i have tried to set different ports but…
Bomberlatinos9
  • 790
  • 3
  • 11
  • 24
2
votes
1 answer

Is it possible to deploy an exploded war file to JBoss 4.2.3?

I'm trying to use IntelliJ to deploy exploded wars to JBoss 4.2.3. I seem to have no problem with doing this with 5.0.1. But when I switch the server to 4.2.3, IntelliJ tells me that the extension for the exploded war is invalid, which makes very…
Eric
  • 1,023
  • 1
  • 15
  • 27
2
votes
2 answers

JBoss AS 4.2.3 Hot deploy Exploded files

I have an issue hot deploying on JBoss Application Server 4.2.3.GA. The server does not redeploy the application when i update the web.xml file. Is it that only classes changed will make the server to redploy the application? If this is the case how…
Saquib
2
votes
1 answer

JNDI binding in JBoss (LiveCycle turnkey)

I am using Adobe LiveCycle ES 2 turnkey project, which runs on JBoss AS 4.2.1.GA. I am having a problem getting a JNDI binding to work in JBoss. It seems eerily similar to an earlier post, problem configure JBoss to work with JNDI, but I certainly…
Robert Mark Bram
  • 8,104
  • 8
  • 52
  • 73
2
votes
1 answer

Calling JBoss MBean functions to get threaddump

An application is using JBoss 4.2.2, and I have found it necessary to call listThreadDump(), and I expect it is in ServerInfo. I am thinking the jar I need to find this information is jboss-jmx.jar. So, how do I programmatically duplicate what is…
James Black
  • 41,583
  • 10
  • 86
  • 166
1
2
3
11 12