[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-28 Thread alesj
ragavgomatam wrote : Wish we have Jboss 5 GA with OSGI... We will, perhaps even CR1 will be already configured to use it. ;-) Here is some more info, in case you missed this: - http://labs.jboss.com/community/interviews/ales_osgi.html View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-27 Thread ragavgomatam
Yes...Works...Thank youNeed of the hour is OSGI...Wish we have Jboss 5 GA with OSGI... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132703#4132703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132703

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
Do you also have spring.jar in your war file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131762#4131762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131762 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
Yes I do..Is that an issue ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131868#4131868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131868 ___ jboss-user mailing list

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
ragavgomatam wrote : Yes I do..Is that an issue ? Could be. War libs and similar global libs never play nicely. ;-) Can you just remove the one from war and see if you still get the same problem? btw: what's the version of Spring lib in SpringDeployer and in your war? The same? View the

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
anonymous wrote : Can you just remove the one from war and see if you still get the same problem? But will the WAR run ? Becos the global spring lib (deployer) should be in the jboss 5 Class loader hierachy. Hmmm...But then how does this work for EAR ? I have the spring jar's in the lib

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
Put a single Spring 2.5 in JBOSS_HOME/server/(your_config)/lib. That should do the trick. Once we have full OSGi classloading impl in JBoss5, then we'll be able to have 2 diff version in the same 'space' w/o any problems. View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread alesj
ragavgomatam wrote : sure i will try get back...You will have to wait till i reach home from work try this out before posting back Take your time. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131926#4131926 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-25 Thread ragavgomatam
sure i will try get back...You will have to wait till i reach home from work try this out before posting back View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131925#4131925 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread ragavgomatam
Forgot to add...I am running it on Jrockit 1.6.02 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131685#4131685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131685 ___

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread alesj
Can you check if the info that exceptions describe hold: | 10:53:14,016 WARN [ClassLoaderManager] Unexpected error during load of:org.springframework.aop.framework.ProxyCreatorSupport | java.lang.VerifyError: org/springframework/aop/framework/ProxyCreatorSupport: attempting to override

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread ragavgomatam
Checked it...Beta 3 did not have these errors...Also the application deployed beautifully with spring-deployer spring injection.Makes me wonder if this is something very specific to Beta 4 ? I am going to re-install Beta 4 once again try it out...I'll post back after reinstall try View

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread ragavgomatam
Tried again...Actually this happens only with one WAR file in Beta 4. I am using OracleRowSet there . My spring-context.xml is as follows :- ?xml version=1.0 encoding=UTF-8? | beans xmlns=http://www.springframework.org/schema/beans; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread ragavgomatam
Sure...I checked it out in tomcat 6...Had same issuesWill keep forum posted if i run into anything View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131712#4131712 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131712

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread alesj
ragavgomatam wrote : | Error from jboss 5 beta 4 is :- If I remove this WAR file, everything appears fineSurprising this was that this was working with spring 2.0...Moment I upgraded to spring 2.5 I started to get this errorChecked out the spring forums they say it is becos spring

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-24 Thread ragavgomatam
OK AlesI think the problem is with the spring deployer...I did the following (1) I installed twice jboss 5 beta 4 with and without spring deployer. (2) In the jboss 5 beta 4 without spring deployer, I installed a WAR file ( spring 2.5 + struts + ibatis ) This installed fine and worked