Questions tagged [jboss-4.0.x]

JBoss Application Server, version 4.0.x

A J2EE 1.4-compliant application server, JBoss AS 4.0 was released in September 2004. The current latest version of 4.0.x is 4.0.5, released in October 2006. It was replaced by version 4.2.0 in May 2007.

49 questions
1
vote
0 answers

NameNotFoundException deploying JBoss jar with 2.1 EJBs

I am migrating an application from JBoss 4.0.4 to JBoss 6.1. There is a jar that has some version 2.1 EJBs. One of the session beans has a static initializer that looks up an entity bean. That works ok in 4.0.4 but gives this error when starting…
user265330
  • 2,533
  • 6
  • 31
  • 42
1
vote
2 answers

Locking problems using SimpleReadWriteEJBLock

First of all, I am using Oracle and JBoss 4.0.4 and I'm pretty much a newbie on JBoss matters. Our distributed application uses CMP beans with SimpleReadWrite... etc locking policy, which I'm told seemed the best choice at the time. (Original…
Alessandro
  • 601
  • 3
  • 11
  • 26
1
vote
2 answers

Scheduler in Java

I need some assistance in implementing a scheduler which runs parallel with the other processing. I found quartz scheduler for many of my searches on the web. But, I need something which is inbuilt and can run concurrently with other processes and…
Pavan Kumar
  • 463
  • 2
  • 10
  • 18
0
votes
1 answer

Spring select tag in jsp custom tag

I'm trying to accomplish the following in a JSP tag: select.tag <%@ attribute name="id" required="true" %> <%@ attribute name="path" required="true" %> <%@ attribute name="items" required="true" %> <%@ attribute name="itemLabel" required="false"…
Rasmus Franke
  • 4,434
  • 8
  • 45
  • 62
0
votes
0 answers

jboss hibernate library version clash : java.lang.NoClassDefFoundError: org/hibernate/cfg/ExtendedMappings

I am using hibernate in my code, and running my app on jboss 4.0.5GA. The supplied jboss hibernate library doesn't include the entity manager, which I need. Even though I've included hibernate 3.6.0 in my application's lib directory, it's not…
mdarwin
  • 1,684
  • 7
  • 28
  • 72
0
votes
2 answers

Webapp's login works on one server but not on another

I have a strange problem with a project I have been working on to implement some extra features. I've ran it on my development machine and on our local test server. Now when I deployed the EAR-package on the clients test server, strange things…
Raidok
  • 774
  • 8
  • 19
0
votes
0 answers

Jar file path in application.xml incorrect - Maven 1.0 & JBoss 4.0

I'm using Maven 1.0 to generate the ear and deploy it in JBoss 4.0. The issue I'm facing is, the java module entries in ear/META-INF/application.xml are incorrect. I have placed all jars inside a 'library' folder under the ear. But in…
Sundeep
  • 11
  • 1
  • 4
0
votes
1 answer

Issues trying to integrate ActiveMQ v5.4.3 to JBoss v 4.0.5

I am trying to integrate ActiveMQ v5.4.3 with Jboss v4.0.5 using Integrate ActiveMQ with Jboss and ActiveMQ Jboss Integration but it is not working and am getting following errors: 2011-12-07 10:54:45,042 [main] ERROR…
Rachel
  • 100,387
  • 116
  • 269
  • 365
0
votes
0 answers

Facing tiles issue while migrating struts 1.3 to struts 2.5.29

I am facing issue while migrating struts 1.3 to struts 2.5.29. struts 2.5.29 code is deployed in jboss-4.0.5.GA . I have referred from example https://www.viralpatel.net/struts-2-tiles-plugin-tutorial-with-example-in-eclipse/ Getting below exception…
0
votes
1 answer

Jboss 4.0.5 attributes

Is there useHttpOnly attribute for jboss 4.0.5? And if there is how do i set it? Somthing like: useHttpOnly=true in context.xml for Tomcat
Natta
  • 715
  • 1
  • 7
  • 15
0
votes
1 answer

javaee 5 bookstore sample to run with jboss 4.0 and hibernate

when i am trying to deploy bookstore1 web application from Netbeans ( JavaEE5 sample ) , i have changed the persistence.xml file to use hibernate :
arshwarsi
  • 182
  • 1
  • 8
0
votes
1 answer

Login takes more time when there is huge amount of data in oracle database

Even I increase my datafile size using alter query ALTER DATABASE DATAFILE 'C:\oraclexe\app\oracle\oradata\XE\SYSTEM.DBF' AUTOEXTEND ON MAXSIZE 2048M; It runs fine after increasing the size but it needs restart the server system after every 24…
0
votes
1 answer

java.lang.ClassNotFoundException: No ClassLoaders found for: > org.jboss.jms.client.JBossConnectionFactory

I am trying to configure jms setup between two servers. The sender is on (server A)jboss 5 and the receiver is on (server B)jboss 4(which is using remote queue from server A. When i try to run both on jboss 5 or jboss 4, it works. But when the…
Ashok
  • 1
  • 3
0
votes
1 answer

JMS Topic on Jboss 4.0.2

I have to change the configuration of an already setup jboss 4.0.2 environment. the Topic that was already established, it needed a name change. so i changed it in the places it needed like properties files under…
sarmahdi
  • 1,098
  • 4
  • 21
  • 61
0
votes
1 answer

Jboss 4.2.3 migration to Jboss 7 EAP, datasources and security

I want to migrate several Java applications from Jboss 4.2.3 to Jboss 7.0.0 EAP. For the first step, I decided to migrate datasources. For example I have such datasource config in 4.2.3: {profile}/deploy/some-ds.xml