PDA

View Full Version : Spring 2.0 with Hibernate Web application Deployment Issue


jsandhu
Jun 12th, 2007, 10:46 PM
Hi,

I have Spring based web application that uses Spring 2.0 and Hibernate 3.x. It is very simple web application. JDK 1.5 and Jboss 4.0.4

This applications run ok on JBOSS. (Jboss 4.04)

But is failing on WebSphere 5.1.1 with JDK 1.4.2.

Basically I can't access resources e.g

http://wwwin-tools-dev.cisco.com/emco/alcms/index.jsp

It throws error that web module group id is not found. However, application.xml and web.xml looks ok

I have attached both of these files.

Thanks in Advance:confused:

karldmoore
Jun 13th, 2007, 08:17 AM
I can't see any attached files.

jsandhu
Jun 13th, 2007, 01:25 PM
application.xml and web.xml are in the tmp.zip file. Since our environment uses WAS 5.1.1 and JDK 1.4, our application can't run on that environment since WAS 5.1 also uses servlet spec 2.3 but our application is using 2.4, jsk 1.5 and JBOSS 4.0.4 (J2EE 1.4 Certifified) in development, however, WAS 5.1 is J2EE 1.3 certified.