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
8
votes
3 answers

Hibernate 3.5-Final in JBoss 5.1.0.GA

Hibernate 3.5-Final is finally here and it offers the much anticipated JPA2 support, amongst other features. I am working on a project(EJB3 based) using JBoss 5.1.0.GA and Hibernate 3.3, but I wanted to take advantage of the JPA2 and tried to…
Bozhidar Batsov
  • 55,802
  • 13
  • 100
  • 117
8
votes
1 answer

Single/complete Maven dependencies for Java EE 5 API

Is there a single maven dependency containing whole Java EE 5 spec API. Just like javax javaee-api 6.0 for Java EE 6. I'm using JBoss 5 and want…
Piotr Gwiazda
  • 12,080
  • 13
  • 60
  • 91
8
votes
4 answers

Is it worth upgrading to JBoss 7.1 from JBoss 5.1

Currently our production environment runs JBoss 5.1 and we have been debating whether or not its worth migrating to JBoss 7.1. If it was a simple server upgrade, then it wouldn't be a problem. But, unfortunately, we would have to change…
Mig56
  • 131
  • 1
  • 6
7
votes
1 answer

JBoss 5.1.0 GA servlet API version

Does anyone know what servlet api version is jboss 5.1.0 GA runnning?
Sergiu
  • 2,502
  • 6
  • 35
  • 57
7
votes
2 answers

I can't setup my jndi.properties to access remote EJBs on Jboss 5

I'm trying to setup the Jboss server "client" (version 5.1.0) to use remote EJBs from another Jboss server (10.90.0.91), but I can't do this using a jndi.properties file on the Jboss client. I can get the remote EJB using this simple code on my…
Dherik
  • 17,757
  • 11
  • 115
  • 164
7
votes
2 answers

Is it safe to empty the tmp folder from Jboss/Server/default?

I'm using JBoss 5.1.0.GA, I notticed the tmp folder at: server/default/tmp is mora than 1GB big. Can I safely delete all the files in it?
Hectoret
  • 3,553
  • 13
  • 49
  • 56
7
votes
1 answer

OutOfMemoryError on native heap when upgrading from java 6 to java 7

We recently upgraded our large webapp (running on jboss 5) from java 6 to java 7. Within hours, we saw an OutOfMemory error, and it looks like it's the native heap which ran out. We are running 32 bit JVM so are limited to 4GB, and the JVM was…
mdarwin
  • 1,684
  • 7
  • 28
  • 72
7
votes
5 answers

How do I write a Java EE/EJB Singleton?

A day ago my application was one EAR, containing one WAR, one EJB JAR, and a couple of utility JAR files. I had a POJO singleton class in one of those utility files, it worked, and all was well with the world: EAR |--- WAR |--- EJB JAR |--- Util…
Matt Ball
  • 354,903
  • 100
  • 647
  • 710
7
votes
2 answers

Change Administration Console Password in Jboss

How to change Administrator console password using web console Now i start my Jboss and given the path till default port on Browser, after that i click on Administration COnsole the it asked me for UserName and Password then i given it, But there is…
yogesh2510
  • 81
  • 1
  • 1
  • 3
7
votes
1 answer

Programmatically stop and start JBoss in Eclipse

Is it possible to programmatically start and stop JBoss in Eclipse? I am using Indigo Eclipse Java EE, I have a JBoss 5.1.0.GA server that I manually start/stop in Eclipse. I want to automate restarting the server (as part of a test procedure to…
Tom
  • 221
  • 4
  • 15
7
votes
3 answers

can't get DB Connection using JNDI datasource on JBoss

I'm studying how to build java webapps for JBossAS 5.1.0 and I'm trying to build a very basic jsp web app on JBossAS5 using a JNDI datasource for data access. When trying to open a connection I get this exception: 21:42:52,834 ERROR [STDERR]…
Dana
  • 1,198
  • 3
  • 14
  • 22
6
votes
2 answers

Working with properties files outside war with Spring

I am working on a Spring 3.0.5 web application that accesses LDAP and two databases. I have a properties with configuration information for the LDAP server and that databases, in applicationContext-security.xml and dispatcher-servlet.xml, but I…
SJS
  • 5,607
  • 19
  • 78
  • 105
6
votes
3 answers

Enable logging for JBOSS class loading

How do we enable logging to debug class loading issues in JBoss 5.x. If it is under JBOSS_HOME/server/xxxxx/conf to configure jboss-log4j.xml, should we need to add any piece of code or is there any other way to enable tracing.
Hareesh Ram
  • 335
  • 1
  • 4
  • 15
6
votes
1 answer

Problem deploying on JBoss

I am trying to deploy a web application on JBoss server. However, when I run the server I get an error, as: 08:53:34,453 INFO [TomcatDeployment] deploy, ctxPath=/ZB_app 08:53:35,047 ERROR [AbstractKernelController] Error installing to Start:…
Jose Hdez
  • 2,297
  • 7
  • 38
  • 52
6
votes
1 answer

JBoss class loader order - another try to understand it

when I deploy an application on JBoess 5.1 Jboss takes 3rd party jars from 3 different optional places that I am aware of: 1. my-app/WEB-INF/lib 2. [JBoss root]/lib 3. [JBoss root]/server/all/lib my options to configure jboss-web and hence modify…
Spiderman
  • 9,602
  • 13
  • 48
  • 56
1 2
3
60 61