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
2 answers

How to get the class loader ObjectName from a JavaEE application under JBoss 5.x

Our JavaEE application has a services which is responsible for installation and start up of other services depending on the configuration stored in a database. Services are installed using the ServiceControllerMBean.install( org.w3c.dom.Element…
Maxim Vladimirsky
  • 1,161
  • 12
  • 21
0
votes
0 answers

URISyntax exception while exporting to word doc in jasper reports

I am getting the following error when I use JasperReports 3.7.6 to export report to the word document. It works fine with JR 3.6.0 and 4.0.0. But I want it to work on 3.7.6. It works well on stand alone application but when put on web application…
JavaYouth
  • 1,536
  • 7
  • 21
  • 39
0
votes
3 answers

J2EE - JPA - EJB3 - Transactions in MDB methods

I have resource local datasource (Oracle9i) deployed at JBoss 5.1.0: OracleDS jdbc:oracle:thin:@IP_ADDRESS:1521:inv9i
igor.beslic
  • 954
  • 2
  • 9
  • 16
0
votes
1 answer

JBoss logging - logging dependency projects

We use JBoss 5.1 to deploy all of our services. But we have run into this problem. Lets say we have 2 projects 'A' and 'B'. Both 'A' and 'B' has its own separate log file to log stuff into 'A.log' and 'B.log'. Both of these projects use a common…
user1717230
  • 443
  • 1
  • 15
  • 30
0
votes
2 answers

StackOverflowError when setting up JSF with JBoss

I try to get JSF running with JBoss (5.1) but I have two problems. Either I get a class not found exception for the FaceletViewHandler which is configured in the faces-config.xml, or I get an infinit number of StackOverflowError. The…
ABX
  • 1,173
  • 2
  • 22
  • 39
0
votes
1 answer

Getting a weird cast exception : javax.mail.session cannot be cast to javax.mail.session

I am trying to use apche-commons-email API for sending an email, in my java web application. I have configured the jboss5 mail-service.xml to send emails from Gmail id. But I am getting the error org.jboss.resteasy.spi.UnhandledException:…
aquero
  • 843
  • 4
  • 13
  • 30
0
votes
1 answer

Removing Jar from War

When I am deploying my war file in Jboss 5.1 , I am getting: ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable. ERROR [STDERR] log4j:ERROR The class…
Jagan Vittal
  • 98
  • 4
  • 11
0
votes
1 answer

Editable datatable with dynamic columns

I have a Seam 2.2 JSF 1.2 application deployed on JBoss 5. I need to create a page with a complex, editable datatable; data is displayed across as well as down. I have an employee: Employee { int id; String name; ... } I have…
gebuh
  • 797
  • 14
  • 40
0
votes
0 answers

Config file not found run.conf.bat in jboss eap 5.1

When I try to start JBoss EAP 5.1 through the Command Prompt(cmd) in Windows I got the following error. Config file not found run.conf.bat Please check that you are in the bin directory when running this script. How can I overcome from that error
yapa
  • 161
  • 4
  • 17
0
votes
1 answer

can not use logback binding for slf4j on jboss5.1.1

My application has slf4j logging it should use logback binding, when I try to run on jboss it uses default binding for slf4j in jboss. It throws multiple binding error as it finds logback and jboss binding both. Also I am using slf4j1.7.2 with…
0
votes
1 answer

Java : Help Regarding Exception Report with server Logs

i am fairly new in java and currently working in Struts 1.3. My question is more related with java. Following is the scenario and i am not sure regarding the best approach to be followed. I want to make a error reporting functionality in my…
0
votes
1 answer

LiveRebel questions

I'm testing liverebel and I notices some strange behaviour : My environment 1.) liverebel admin running on my local windows machine 2.) remote server linux CentOS with jboss5 server with liverebel agent Questions: 1.) when I deploy the ear the name…
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
1 answer

Deploying Web-Application on Jboss-Server

Every time we write some code in our project we need to clean project which is going to take some time even if Jboss supports Hot deployment. Is there any tool/trick which will help us to get our web application deployed within less time? I am using…
psi
  • 269
  • 2
  • 13
0
votes
0 answers

ejbcontext via jndi in ejb2

How can I get EJBContext instance in ejb2 stateless bean via jndi? I tried following: Object o = new InitialContext().lookup("java:comp/EJBContext"); but it failed as ejbcontext is not found by that name. However this code worked in ejb3…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
0
votes
2 answers

SessionContext getBusinessObject creates new bean

I am using jboss 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634). And need to get business interface of the bean. That is necessary for transaction management. So I have: @Local public interface MyBeanInterface { void…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182