Questions tagged [jboss5.x]

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

913 questions
0
votes
1 answer

JBoss 5.1 Servlet repeats request after 60 seconds

We have a servlet that accepts requests and performs certain actions on external systems. Many times these external systems respond slowly and the requests take longer than 60 seconds. In the log we notice that exactly after 60 seconds a new…
Srini
  • 56
  • 5
0
votes
1 answer

How to configure JBoss/JMS message rate limit / flow control

I've got a fast producer ESB (converts CSV to XML) and a slow consumer ESB (performing zip/base64/SOAP wrapping of the XML). The ESBs communicate via a JMS topic. This design is legacy and cannot be changed. When a large CSV file is processed, JBoss…
Adam
  • 35,919
  • 9
  • 100
  • 137
0
votes
1 answer

CXF 2.6.1 Logging in jboss - exception

I'm trying to upgrade cxf from version 2.3.1 to version 2.6.1 in my project. The project is a web-application which uses cxf as a web-service consumer running in jboss 5.1 The project uses slf4j logging but the dependencies are provided since the…
tom
  • 2,735
  • 21
  • 35
0
votes
1 answer

Custom error pages in JBoss 5.0 EAP web applications

I'm deploying a web application and I want to have a default 404 page applicable to all my web applications unless stated otherwise in each application web.xml I've accomplished something changing…
Rafa de Castro
  • 2,474
  • 1
  • 24
  • 44
0
votes
1 answer

Developing a Java based web service client

I have a couple of web services running on JBoss 5.1.0 GA with JBossWs native stack (shipped with JBoss 5.1.0 GA binary) These web services are simple POJO services. Many of the WebMethods exposed by the services are of Complex Object type (I call…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

JBOSS 5.1 High CPU usage while doing Load test

We observe high CPU usage by jboss 5.1 while doing load test. In server.xml located in jboss-5.1.0.GA\server\default\deploy\jbossweb.sar path, we have done the thread-configuration in the connector in the below way
Arun
  • 3,440
  • 11
  • 60
  • 108
0
votes
1 answer

The server does not support version 3.0 of the J2EE Web module specification

The server does not support version 3.0 of the J2EE Web module specification. I am getting this error when I am publishing my module in jboss-5.1.0.GA-jdk6. I have read all the solutions on google as well on stackoverflow, but didn't get the proper…
rogue lad
  • 2,413
  • 2
  • 29
  • 32
0
votes
1 answer

UserEntryListener is not invoked when user created in liferay 6.0.6

I define a UserEntryListener in liferay hook: package com.ggd543.liferay.listener; public class UserEntryListener extends BaseModelListener { @Override public void onAfterCreate(User model) throws ModelListenerException { …
爱国者
  • 4,298
  • 9
  • 47
  • 66
0
votes
1 answer

liferay hook deployment - event class not found exception

I create a hook plugin with liferay-sdk-6.0.6 and define a servlet.service.events.pre event handler : servlet.service.events.pre
爱国者
  • 4,298
  • 9
  • 47
  • 66
0
votes
1 answer

Null pointer exception while running Jsfunit test

I am trying to run JSFUnit test to test my jsf pages as well as managed beans on JBoss. I am getting the Null pointer exception whole running the test. I am using jboss-jsfunit-core-1.3.0.Final.jar. Some time back i was using jboss-jsfunit- …
Srikanth Ganji
  • 1,127
  • 1
  • 13
  • 29
0
votes
1 answer

How can i allow people in my local network to access the web service in my machine?

I have coded a web service using the Axis 2 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application in JBoss 5. I can post to the WS endpoint from the local machine and get the…
0
votes
2 answers

Calling session Bean deployed on jboss 5.x from client side

I'm running JBoss 5.1 GA with JDK 1.6 on Linux and trying to call session bean(jar containing this session bean is deployed on jboss server), Now i want to call this session bean from client, but didnt work. Java Code at client Side public class…
user752590
  • 111
  • 5
  • 12
  • 29
0
votes
1 answer

Creating webservice and client with JBossWS using Complex objects as arguments and return types

I am developing a WebService and Client for it using JBoss 5.1.0GA. The JBossWs stack was already preinstalled with the binary that I downloaded and as I understand it is JBossWs 3.1.2GA I have developed a web service using this setup and have also…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

jboss-5.1.0.GA startup issue

I am trying to configure jboss-5.1.0.GA server for my application on linux platform. When I am starting the server I can see in the log that it starts successfully, but when I am trying to access the started port(8080 by default) it shows no…
Raktim
  • 91
  • 4
  • 9
0
votes
1 answer

Moving from Spring3 to JBoss Datasource?

I been working on a Spring project that been running great in tomcat, we are moving into JBoss and would like to use the datasource setup in JBoss. The project used to work with the following xml..
SJS
  • 5,607
  • 19
  • 78
  • 105