Questions tagged [jboss-4.2.x]

Version 4.2.x of the JBoss Application Server.

177 questions
2
votes
1 answer

accessing web resources from jar

i am trying to place my web resources in a jar insetad of putting them at the roor dir of the war file. So i followed the post Exposing resources from jar files in web applications (Tomcat7) and placed all my rsources under resources dir, but still…
kunal
  • 779
  • 6
  • 25
2
votes
1 answer

Memory leak in c3p0 - java.lang.NoClassDefFoundError: com/mchange/v2/resourcepool/BasicResourcePool

Environment: Server : Jboss 4.2.3.GA We are using c3p0 0.9.1.2 for connection pooling. Whenever we hot-deploy war files in Jboss AS are encountering the memory leak from c3p0. It eventually leads to “java.lang.OutOfMemoryError: PermGen space” error,…
aspdeepak
  • 2,640
  • 2
  • 32
  • 37
1
vote
1 answer

EJB remote method access

i am trying out EJB 3 example for remote method access. A simple example where in i am writing code and putting it in a jar. I have deployed the jar inside jboss server in C:\jboss-4.2.3.GA\server\default\deploy and the jar name is 01addproject.jar…
bali208
  • 2,257
  • 7
  • 40
  • 43
1
vote
1 answer

Are JAXB library not included by default in JBoss 4.2.2?

i created a ws client using wsconsume tool of jboxx 4.2.2 (it's mandatory that i use jboss 4.2.2 for my project). When i archived and deployed the jar, and used it in my project, it threw a class not found exception. After the investigation, it…
Amr H. Abd Elmajeed
  • 1,521
  • 15
  • 41
1
vote
2 answers

Run different projects on a single server

I'd like to run different projects on a single JBoss AS in IntelliJ IDEA (different projects, not different modules). All the projects should support hot deployment. I know how to do that in Eclipse, but I've got no idea of how to do it in IntelliJ…
user321068
1
vote
2 answers

Hot deploy fails on JBoss - "Delete method not implemented"

When I'm changing some Java source code and my server is running, hot deploy fails, giving the following error message: "Delete method not implemented" How can I find out the root of this evil? My project has been recently deployed, so the sources…
user321068
1
vote
1 answer

How do I increase the value of 'InProcessMessageCount' for jms queue in jboss?

I am using JMS based on Jboss 4.2.3 and jdk1.5.0_14. however the MDB pool is configured to maximum size 20, the maximum value of InProcessMessageCount is 15 only. I did many reties to utilize the messages consumption from the queue. I modified the…
user1017344
  • 181
  • 1
  • 1
  • 11
1
vote
2 answers

Migrate deployment from Jboss4.2.3 to jboss5.1AS

I am trying to migrate my project from jboss4 (which was build by ant) to Jboss5(exploded version) The structure at the jboss5 will be as the wizard at eclipse "Enterprise application project" I moved all servlets to the Web project. fixed all…
rayman
  • 20,786
  • 45
  • 148
  • 246
1
vote
1 answer

JBoss 4 override standard pool class per application

we are developing a set of components that can be used by our applications which currently run on Jboss 4.2.3.GA. However, since JBoss 4 is quite old now, we'd like to migrate to JBoss 5+ (most likely JBoss 6.1). In that case, we have a problems…
Thomas
  • 87,414
  • 12
  • 119
  • 157
1
vote
1 answer

setProperty must be overridden by all subclasses of SOAPMessage error using JBoss 4.2.2GA

I was trying to implement web services using the jboss. I had written server side files and tried to generate the wsdl file by placing the files in deploy folder. On running the JBoss(4.2.2GA), wsdl is getting created and I am able to access the…
Anuj Balan
  • 7,629
  • 23
  • 58
  • 92
1
vote
1 answer

jboss 4.2.2 No ClassLoaders found for: org.apache.ws.security.transform.STRTransform

So I have a small proof of concept seam app that is based off of one of the Alfresco web client samples. In the process of getting it to work I ran into many problems and stack traces which I was eventually able to fix. Finally my proof of concept…
startoftext
  • 3,846
  • 7
  • 40
  • 49
1
vote
1 answer

JBoss 4.2 startup throws NoClassDefFoundError

I am having trouble starting a JBoss 4.2.2 server - it is producing the following error message (from org.jboss.kernel.plugins.dependency.AbstractKernelController) : Error installing to Described: name=WSDeployerHook_JAXWS_EJB3 state=Not Installed…
Rich
  • 15,602
  • 15
  • 79
  • 126
1
vote
0 answers

OSGI gogo console in JBoss?

Fyi, I am using Maven and Eclipse 3.6 Is it possible to deploy "felix" to JBoss (4.2.3) - such that I could access the Gogo shell from my Eclipse console? If so - what kind of "descriptor" should I use? I've only ever encountered the "servlet" type…
Andriy Drozdyuk
  • 58,435
  • 50
  • 171
  • 272
1
vote
1 answer

What is the reason for using of Service Binder while running multiple JBoss (JBoss 4.2)

I found couple of tutorials how to run multiple instances of JBoss on the same machine. All of them mention uncommenting Service Binder and having separate service-binding.xml files for each server. The question is why it's done like that? Is there…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184
1
vote
0 answers

Remote connection via JMX seems to hang in visualVM

I'm trying to remotely profile a java application which runs on the JBoss 4.2.2.GA application server that uses the 32-bit version of Java 1.7.0_03 and, furthermore, is wrapped by Tanuki service wrapper, so as it can be deployed as a Windows…
Kapoios
  • 688
  • 7
  • 22