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

get size of object sent over netwok

I have jboss5 application server with ejb deployed to it. This ejb bean return some object graph, how can I get amount of bytes that will be sent to client? I could serialize that object graph myself, but will that be a correct amount of data?
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
0
votes
1 answer

Issue with Jboss while Isolating the class jar's

I am trying to isolate my application from jboss class loader. I have done the settings, in jboss-classloading.xml and jboss-web.xml and drop in my WEBINF folder. It fixed the issue but starting getting another problem, I keep on searching and could…
Adam
  • 727
  • 4
  • 11
  • 21
0
votes
1 answer

@Resource injection target is invalid. Only setter methods are allowed:

I have been trying to upgrade from JBOSS 5 to jboss 7 and I am getting the following exception. at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_20] Caused by: java.lang.IllegalArgumentException: JBAS011089: @Resource injection target is…
NullPointerException
  • 3,732
  • 5
  • 28
  • 62
0
votes
1 answer

clarification in jboss 5.1 jms configuration

I am configuring connection factory and queue in jboss 5.1.I googled and got some info on that, every where it is suggested that connection factory and queue should be configured in connection-factories-service and destinations-service. I want to…
Rahul Singh
  • 781
  • 11
  • 27
0
votes
0 answers

Null pointer exception in client side when calling a web service method in JBoss 5

I am getting null pointer exception in client when calling ParentService' process method from client. But in server log no exception is there. I am using server side handler. The request is comming to handler and after completing the…
Meastro
  • 79
  • 3
  • 13
0
votes
1 answer

JBoss form based authentication with account lockout

My application is using Form based authentication and JBoss 5 as application server. I want to add an account lockout mechanism to the applicaton. Does JBoss form based authentication support account lockout? If yes, how do I configure it. If no,…
0
votes
1 answer

Log4j2.0 is not working with Jboss 5

i have issue with struts2 and log4j2.0 My program working properly but log4j2.0 is not respond pls help me to solve dis.. im using following jar: 1.log4j-core-2.0-beta8 2.log4j-api-2.0-beta8 3.log4j-web-2.0-beta2 my log4j2.xml
MoorthyKS
  • 39
  • 1
  • 2
  • 12
0
votes
1 answer

jdbc:mysql:replication causes Unknown column in 'field list' exception at runtime

I am using JBOSS EAP 5.1 want to implement Master/slave mechanism. xyz-mysql-ds.xml (for ex. customer db) xyz-mysql-ds.common.xml (for common db) I have added master/slave ip in…
Hiral
  • 195
  • 1
  • 13
0
votes
1 answer

command for enabling/disabling app context in mod cluster?

Can anyone provide me a command to enable /disable context in mod cluster-1.0.10? I have this curl http://mydomain/mod_cluster-manager?Cmd=STOP-APP&Range=CONTEXT&JVMRoute=node1& Alias=default-host&Context=/myapp but i am unable to understand…
krish3
  • 85
  • 1
  • 1
  • 8
0
votes
2 answers

Exploded deployment fails on JBoss 5

I have a web application which deploys fine as an ear file. But when I try to deploy it in exploded form it fails like this: 17:13:17,305 ERROR [AbstractKernelController] Error installing to Start:…
Petteri H
  • 11,779
  • 12
  • 64
  • 94
0
votes
1 answer

Jboss startup with "-g" option

Our application running on JBoss EAP and Jboss SOA Server.While starting up the jboss cache, the cache nodes are not shown, then its been told to start with "-g" option. Please let me know what is this option and its impact. After using this option,…
Ashwini
  • 63
  • 2
  • 8
0
votes
2 answers

JSF 1.2 , Richfaces 3.X and Jboss Server 5.0 : After Adding Richfaces JAR it's giving Error

Simple JSF1.2 and Jboss Server 5.0 is working fine, but after adding a Richfaces 3.X JAR it's giving error. my application is not working. Richfaces Jar richfaces-api-3.3.2.SR1.jar richfaces-impl-3.3.2.SR1.jar richfaces-ui-3.3.2.SR1.jar Please…
Jimit Tank
  • 1,479
  • 5
  • 19
  • 25
0
votes
1 answer

application is not logging in jboss 5

Need help with jboss logging.I am new to jboss application server. I am able to start the application server and i do see in the server log that jboss has started. But when i click on the application and surf around the application that i have…
0
votes
2 answers

Jboss hibernate jar conflict

We use Jboss 5.1 in which we deploy several of our applications. Now, Jboss has a version of hibernate jars in its common/libs. One of our application uses a newer version of hibernate jars. So, we had the dependency jars packaged in the war that…
user1717230
  • 443
  • 1
  • 15
  • 30
0
votes
2 answers

Initial SessionFactory creation failed.org.hibernate.HibernateException: Could not find datasource

I am getting this error when getting sessionfactory from jboss JNDI and here is my source code.I have tried several times with many modifications but it has been not solved. Thanks in advance. mysql-ds which is placed in jboss default deploy…
Anil Sparky
  • 21
  • 1
  • 4