<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Upgrading to Spring 3.0</title>
	<atom:link href="http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30</link>
	<description>Everything beta</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:31:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Pkopac</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-953</link>
		<dc:creator>Pkopac</dc:creator>
		<pubDate>Thu, 19 Jan 2012 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-953</guid>
		<description>Thanx! I stumbled upon this while using Transactions in Spring 3.1</description>
		<content:encoded><![CDATA[<p>Thanx! I stumbled upon this while using Transactions in Spring 3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NH</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-875</link>
		<dc:creator>NH</dc:creator>
		<pubDate>Wed, 19 Jan 2011 04:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-875</guid>
		<description>@fachhoch: This issue may be with cglib.jar and / or asm.jar. Once you put these two JAR files in your class path, the issue should be resolved. 

I faced a similar problem. Go to the end of the blog and see the exceptions.

http://javapush.com/2011/01/19/replacing-method-calls-using-spring-framework/</description>
		<content:encoded><![CDATA[<p>@fachhoch: This issue may be with cglib.jar and / or asm.jar. Once you put these two JAR files in your class path, the issue should be resolved. </p>
<p>I faced a similar problem. Go to the end of the blog and see the exceptions.</p>
<p><a href="http://javapush.com/2011/01/19/replacing-method-calls-using-spring-framework/" rel="nofollow">http://javapush.com/2011/01/19/replacing-method-calls-using-spring-framework/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fachhoch</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-799</link>
		<dc:creator>fachhoch</dc:creator>
		<pubDate>Wed, 01 Sep 2010 20:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-799</guid>
		<description>I am trying to upgrade to spring 3.0.4  hibernate 3. 5.1  
and   trying to  deploy to  weblogic   10.3.0.0  end up with this error please help me 


Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
	at net.sf.cglib.core.ClassEmitter.begin_class(ClassEmitter.java:77)
	at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:173)
	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
	at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
	at org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator.instantiate(CglibSubclassingInstantiationStrategy.java:109)
	at org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.instantiateWithMethodInjection(CglibSubclassingInstantiationStrategy.java:71)
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:78)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)</description>
		<content:encoded><![CDATA[<p>I am trying to upgrade to spring 3.0.4  hibernate 3. 5.1<br />
and   trying to  deploy to  weblogic   10.3.0.0  end up with this error please help me </p>
<p>Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V<br />
	at net.sf.cglib.core.ClassEmitter.begin_class(ClassEmitter.java:77)<br />
	at net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:173)<br />
	at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)<br />
	at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)<br />
	at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)<br />
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)<br />
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)<br />
	at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)<br />
	at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)<br />
	at org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator.instantiate(CglibSubclassingInstantiationStrategy.java:109)<br />
	at org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.instantiateWithMethodInjection(CglibSubclassingInstantiationStrategy.java:71)<br />
	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:78)<br />
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rams</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-694</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Mon, 19 Apr 2010 19:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-694</guid>
		<description>Hi,

I&#039;m encountering problem with upgrading to Spring 3.0 and Jbpm 4.3. It gives below error

Caused by: java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V
	at org.springframework.aop.framework.Cglib2AopProxy.getProxy(Cglib2AopProxy.java:181)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m encountering problem with upgrading to Spring 3.0 and Jbpm 4.3. It gives below error</p>
<p>Caused by: java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V<br />
	at org.springframework.aop.framework.Cglib2AopProxy.getProxy(Cglib2AopProxy.java:181)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahamad</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-591</link>
		<dc:creator>Ahamad</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-591</guid>
		<description>Nice post.I was doing a Spring upgrade from 1.x to 3.x.I encountered most of the issues you mentioned in this post.Your post helped me to upgrade to correct versions of asm and cglib jars.

Thanks</description>
		<content:encoded><![CDATA[<p>Nice post.I was doing a Spring upgrade from 1.x to 3.x.I encountered most of the issues you mentioned in this post.Your post helped me to upgrade to correct versions of asm and cglib jars.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-508</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-508</guid>
		<description>thank you very much. nice post</description>
		<content:encoded><![CDATA[<p>thank you very much. nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-387</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Thu, 27 Aug 2009 02:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-387</guid>
		<description>thanks for sharing the jars problem, actually i did bump into the same errors that you listed in your blog. 
anyway, i got problem with the css and images. the pages did not display any images or css or javascript that i refer to. Any ideas? any specific mapping in web.xml or applicationcontext.xml needed to do, once convert URI into Restful style.???? 

thanks in advance</description>
		<content:encoded><![CDATA[<p>thanks for sharing the jars problem, actually i did bump into the same errors that you listed in your blog.<br />
anyway, i got problem with the css and images. the pages did not display any images or css or javascript that i refer to. Any ideas? any specific mapping in web.xml or applicationcontext.xml needed to do, once convert URI into Restful style.???? </p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parul</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-360</link>
		<dc:creator>Parul</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-360</guid>
		<description>Very nice post, Helped me in great deal in migrating my 2.5.6 project to Spring 3.0</description>
		<content:encoded><![CDATA[<p>Very nice post, Helped me in great deal in migrating my 2.5.6 project to Spring 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emater</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-347</link>
		<dc:creator>emater</dc:creator>
		<pubDate>Sun, 05 Jul 2009 09:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-347</guid>
		<description>Hi,

Thanks very much for the library conflict issue... I had experienced this cglib-nodep problem in previous versions.. This time, when I was upgrading to Spring 3.0M3, I couldn&#039;t managed to fix it until I read your post.
 Helpful, thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks very much for the library conflict issue&#8230; I had experienced this cglib-nodep problem in previous versions.. This time, when I was upgrading to Spring 3.0M3, I couldn&#8217;t managed to fix it until I read your post.<br />
 Helpful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://blog.newsplore.com/2009/03/07/upgrading-to-spring-30/comment-page-1#comment-315</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Fri, 19 Jun 2009 21:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=773#comment-315</guid>
		<description>Hi Frank,
thanks for the kind words. Check my latest Spring platform upgrade too: http://blog.newsplore.com/?p=1224

Onwards,
florin</description>
		<content:encoded><![CDATA[<p>Hi Frank,<br />
thanks for the kind words. Check my latest Spring platform upgrade too: <a href="http://blog.newsplore.com/?p=1224" rel="nofollow">http://blog.newsplore.com/?p=1224</a></p>
<p>Onwards,<br />
florin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

