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

running my own threadpool in jboss

I'm a newbie to Java EE, EJB3 and JBoss. I'm developing an EJB application which tests for the reachability of several devices using the ICMP protocol every 2 minutes. The question is, whether it's okay to implement a Threadpool Executor from the…
rajesh
  • 179
  • 1
  • 3
  • 16
0
votes
1 answer

http response get truncated in jboss-5.1.0.GA

1)I have a quite strange issue, the http response get truncated, the source file get from web browser of this jsp keep the size of 114458 bytes no mater how do I change the content of the jsp source, I have do quite a lot of research on it, but no…
Bond Chen
  • 168
  • 1
  • 8
0
votes
1 answer

Channel dropping messages how to debug

I am fairly new to Spring integration, but learning so far. I am getting messages from a channel named "Channel-1" and passing on to "Channel-2" through a bridge
Vishal Biyani
  • 4,297
  • 28
  • 55
0
votes
1 answer

Error Key properties cannot be empty

Hi all i'm try to deploy a esb project into jboss server 5.1ga But i got this error **My Enviroment is Jboss 5.1 ga, Jboss Developer Studio 5.0** Jboss esb 4.11 Riftsaw 2.3.0 17:58:49,155 ERROR [AbstractKernelController] Error installing to…
PradeepMilinda
  • 111
  • 2
  • 6
0
votes
1 answer

Jboss 5.1.0: java.lang.LinkageError: loader constraint violation for class javax.sql.DataSource

I have read quite a lot about this error, the reason are: more than one jar containing this class have been include into the classpath, include the jar twice or more, but in my case, this class is jdk class, and I have search no this class have…
lawrencexu
  • 13
  • 4
0
votes
2 answers

JAAS and JBOSS 5 problem with principal

I am working with a piece of code implementing JAAS LoginModule and in the commit method I set the principal with user UUID: subject.getPrincipals().add(new SimplePrincipal(userUUID) But for some reason when I access the user from EJB…
Petteri H
  • 11,779
  • 12
  • 64
  • 94
0
votes
1 answer

boss migration 4.3 to 5.1 : ORA-01017: invalid username/password; logon denied

We are in the Process of migrating jboss 4.3 to jBoss 5.1 We are using EJB 1.1 in the current systems.We fixed a lot of issues to make the server up and finally we are not able to see the Home Page due to Db connection.We are getting Below…
Nandy
  • 1
  • 3
0
votes
1 answer

Jboss - configure with Access-Control-Allow-Origin *

I'm new to jboss and was wondering if it's possible to configure with Access-Control-Allow-Origin *. Is this possible? If so, where does this directive go? Am I better off just using nginx as a proxy? Thanks, Jason
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
1 answer

JBoss 5.1 - how to send HTTP responses in UTF-8?

We're migrating from JBOSS 4.x to 5.1, and having problems with the character encodings. Certain characters in the extended ASCII range were O.K. under the previous JBoss version, but with the new JBoss they cause problems (e.g., incomplete http…
Mike Kantor
  • 1,400
  • 4
  • 24
  • 45
0
votes
1 answer

Jboss session replication : Failed to setup clustering, clustering disabled

I am trying to add clustering to my application which uses Jboss server. For replication session, I have added tag in web.xml. But, I get following warning and session replication seems to be not working. Please suggest the best way…
deadMan
  • 35
  • 1
  • 7
0
votes
1 answer

Ejb (2) timed out and ejbRemove is not called, is this right? if so how to know that the ejb hss timed out

From the ejb life cycle, I think that when an ejb is timed out , the ejbRemove method is called. please correct me if I'm wrong. Anyway if not so how to know that the ejb has timed out. I'm using JBOSS 5.1 GA. but actually the ejbRemove is not…
0
votes
3 answers

java.lang.RuntimeException: error while reading /WEB-INF/components.xml

I'm trying to deploy my Seam application on Jboss 5.1.0.GA but I'm getting a pretty strange error: Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory Nested exception:…
jakob
  • 5,979
  • 7
  • 64
  • 103
0
votes
2 answers

Linux Shell Script for calling JBoss 5x JMX's MBeans

I want to call JBoss 5x JMX's mbeans with linux shell script. Is there anyway to call JBoss 5x JMX's mbeans with Linux shell script?
Sai Ye Yan Naing Aye
  • 6,622
  • 12
  • 47
  • 65
0
votes
1 answer

How to solve "javax.management.InstanceNotFoundException" when accessing JBoss 5.1.0.GA 's mbeans?

I have the following error when accessing JBoss 5.1.0.GA's mebeans. Exception in thread "main" javax.management.InstanceNotFoundException: jboss.system:type=ServerInfo at…
Sai Ye Yan Naing Aye
  • 6,622
  • 12
  • 47
  • 65
0
votes
2 answers

JBoss 5.1.2 provided libraries besides Java EE 5 spec as Maven artifacts

Is there a way to easily add all (or most) useful JBoss 5.1.2 provided libraries API-s that are out of Java EE 5 spec? For example: I know that JBoss provides me a possibility of using Log4J logging but I don't know what to put as a provided…
Piotr Gwiazda
  • 12,080
  • 13
  • 60
  • 91