<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Cleaner and More Concise Transaction Definitions in Spring 1.1</title>
	<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/</link>
	<description>Whatever hits the spot</description>
	<pubDate>Thu, 11 Mar 2010 22:24:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: fsdfsdfsrfgrAdministrator</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-21674</link>
		<pubDate>Sat, 28 Apr 2007 07:13:31 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-21674</guid>
					<description>&lt;a href=&quot;http://www.wowgold-sale.com/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;wow gold&lt;/strong&gt;&lt;/a&gt;
&lt;a href=&quot;http://www.wowgold-sale.com/wow/en_pbuy.jsp&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;wow gold&lt;/strong&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.wowgold-sale.com/" rel="nofollow"><strong>wow gold</strong></a><br />
<a href="http://www.wowgold-sale.com/wow/en_pbuy.jsp" rel="nofollow"><strong>wow gold</strong></a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: chulls</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-3267</link>
		<pubDate>Mon, 26 Jun 2006 05:48:41 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-3267</guid>
					<description>hi,

can someone provide me with a sample code to use 'setPostInterceptors' method?
my requirement is to call a aop enabled logging in a method which is in a transaction(declarative) scope.

thanks in advance</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can someone provide me with a sample code to use &#8217;setPostInterceptors&#8217; method?<br />
my requirement is to call a aop enabled logging in a method which is in a transaction(declarative) scope.</p>
<p>thanks in advance
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ramesh</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-2132</link>
		<pubDate>Mon, 17 Apr 2006 03:50:29 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-2132</guid>
					<description>Implementing Declarative Transactions must be applied to the Dao's or at the Service layer? I want to keep my Dao implementations for CRUD operations on the respective Domain Objects. The Service objects will act like Transaction Scripts. In this case where shall I keep the transaction logic. Which place is advisable? As there will be SessionFactory availble in Service objects will the declarative Transactions will work?


Thanks &amp;#38; Regards
Ramesh Mandaleeka</description>
		<content:encoded><![CDATA[<p>Implementing Declarative Transactions must be applied to the Dao&#8217;s or at the Service layer? I want to keep my Dao implementations for CRUD operations on the respective Domain Objects. The Service objects will act like Transaction Scripts. In this case where shall I keep the transaction logic. Which place is advisable? As there will be SessionFactory availble in Service objects will the declarative Transactions will work?</p>
<p>Thanks &amp; Regards<br />
Ramesh Mandaleeka
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anonymous</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-816</link>
		<pubDate>Sat, 11 Jun 2005 20:59:14 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-816</guid>
					<description>Pascal,

My feeling is that you may think you're using Spring 1.2RC2, but you're still picking up a very old DTD from somewhere. The abstract attribute was added for Spring 1.1.1, so I would guess you're still picking up a 1.1 or earlier DTD.</description>
		<content:encoded><![CDATA[<p>Pascal,</p>
<p>My feeling is that you may think you&#8217;re using Spring 1.2RC2, but you&#8217;re still picking up a very old DTD from somewhere. The abstract attribute was added for Spring 1.1.1, so I would guess you&#8217;re still picking up a 1.1 or earlier DTD.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pascal</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-805</link>
		<pubDate>Fri, 10 Jun 2005 23:18:39 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-805</guid>
					<description>Hello,
I'm getting.
Attribute “abstract” must be declared for element type “bean” error..
I'm using 1.2RC2.

Any help will be greatly appreciated.

Thanks,

Pascal.


Here is a copy of section of applicationContext-service.xml where the error appear.


    
        
        
            
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED,readOnly
            
        
    </description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;m getting.<br />
Attribute “abstract” must be declared for element type “bean” error..<br />
I&#8217;m using 1.2RC2.</p>
<p>Any help will be greatly appreciated.</p>
<p>Thanks,</p>
<p>Pascal.</p>
<p>Here is a copy of section of applicationContext-service.xml where the error appear.</p>
<p>                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED,readOnly
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colin Sampaleanu</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-625</link>
		<pubDate>Tue, 03 May 2005 13:09:57 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-625</guid>
					<description>As the first paragraph of this post says, 'abstract' was introduced only in Spring 1.1.1. You appear to be using something older. The current production version is 1.1.5, but 1.2RC2 is fine for development.</description>
		<content:encoded><![CDATA[<p>As the first paragraph of this post says, &#8216;abstract&#8217; was introduced only in Spring 1.1.1. You appear to be using something older. The current production version is 1.1.5, but 1.2RC2 is fine for development.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ali</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-619</link>
		<pubDate>Mon, 02 May 2005 08:16:16 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-619</guid>
					<description>Hi

 but when i use template approch 


   
        
        
            
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED
                PROPAGATION_REQUIRED,readOnly
            
        
    

 i get the following error.

ERROR: 
org.springframework.beans.factory.BeanDefinitionStoreException: Line 55 in XML document from file [/source/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: Attribute &quot;abstract&quot; must be declared for element type &quot;bean&quot;.


 i will be very glad if anyone help me 

 thx</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p> but when i use template approch </p>
<p>                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED<br />
                PROPAGATION_REQUIRED,readOnly</p>
<p> i get the following error.</p>
<p>ERROR:<br />
org.springframework.beans.factory.BeanDefinitionStoreException: Line 55 in XML document from file [/source/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: Attribute &#8220;abstract&#8221; must be declared for element type &#8220;bean&#8221;.</p>
<p> i will be very glad if anyone help me </p>
<p> thx
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colin Sampaleanu</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-549</link>
		<pubDate>Sat, 23 Apr 2005 02:41:16 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-549</guid>
					<description>Sorry about the formatting snafu. WordPress plugins were interferig with each other. The post should be ok again.
</description>
		<content:encoded><![CDATA[<p>Sorry about the formatting snafu. WordPress plugins were interferig with each other. The post should be ok again.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ian Lim</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-548</link>
		<pubDate>Sat, 23 Apr 2005 02:31:26 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-548</guid>
					<description>Er... can the xml example above be reformatted to a cleaner readable one? A bit difficult to figure out :(</description>
		<content:encoded><![CDATA[<p>Er&#8230; can the xml example above be reformatted to a cleaner readable one? A bit difficult to figure out <img src='http://blog.exis.com/colin/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mosserispeak</title>
		<link>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-538</link>
		<pubDate>Fri, 22 Apr 2005 02:07:35 +0000</pubDate>
		<guid>http://blog.exis.com/colin/archives/2004/07/31/concise-transaction-definitions-spring-11/#comment-538</guid>
					<description>&lt;strong&gt;Spring Framework - blessing and curse&lt;/strong&gt;

This one was definitely frustrating. Everything would pass in my JUnit tests, but deployment would muck up and throw this error: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.N...</description>
		<content:encoded><![CDATA[<p><strong>Spring Framework - blessing and curse</strong></p>
<p>This one was definitely frustrating. Everything would pass in my JUnit tests, but deployment would muck up and throw this error: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.N&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
