PDA

View Full Version : How do I integrate my spring to my jboss application server?



heyingshi
Aug 17th, 2008, 08:26 PM
How do I integrate my spring to my jboss application server?

I wish web project in the jboss can share the spring configuration .How do that ?

pnidhi
Sep 4th, 2008, 04:30 AM
Hi Evrybody,

I have a similar issue...

I have an application which is currently implemented as a servlet, packaged as a war file and is deployed in JBOSS. It works fine. The folder structure is as follows :
xmlrpc.war
-META-INF
-MANIFEST.MF
-WEB-INF
-classes
-web.xml
I want to integrate JBOSS with spring. I have therefore include jboss-spring-jdk5.deployer in my JBOSS/server/default/deploy folder. Now, I probably need to re-package my war as a spring jar. But I don't know how to do that. I have jboss-spring.xml which I have put in META-INF. Where do I put my class files and the web.xml file?? The propsed structure for the spring-jar is :
-com(package containing class files)
-META-INF
-jboss-spring.xml

Any help in this regard will be appriciated.
Thanks in advance,
Preeti

rswamiraj
Nov 25th, 2008, 06:30 AM
In case if u have the solution please update.

I have tried my level best on how to integrate Spring with JBoss. Still i didn't get any solution. Yet to get a solution......

Regards
Swami Raj

Mark Fisher
Nov 25th, 2008, 06:57 AM
This is the forum for the Spring Integration project. You should try asking these questions in one of the core Spring forums where you'll have a better chance of getting a response.

Thanks
Mark