 




<?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: DB Triggers and JPA</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/db-triggers-and-jpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/db-triggers-and-jpa/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/db-triggers-and-jpa/#comment-74020</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-74020</guid>
		<description><![CDATA[If you can demonstrate that the file insert happened and the trigger did not fire, that would call for an immediate problem report to IBM. Personally, I find it very unlikely. Most likely, the trigger logic is indeed incorrect or authority is inappropriate. If triggers failed to fire, IBM Support lines would be burning up.

Tom]]></description>
		<content:encoded><![CDATA[<p>If you can demonstrate that the file insert happened and the trigger did not fire, that would call for an immediate problem report to IBM. Personally, I find it very unlikely. Most likely, the trigger logic is indeed incorrect or authority is inappropriate. If triggers failed to fire, IBM Support lines would be burning up.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdgrimes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/db-triggers-and-jpa/#comment-50552</link>
		<dc:creator>rdgrimes</dc:creator>
		<pubDate>Fri, 09 Nov 2007 23:38:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-50552</guid>
		<description><![CDATA[I finally gave up on using a trigger program. Instead I decided to write a java class that uses ProgramCall from the com.ibm.as400.access package. I have ProgramCall execute an iSeries CLP program that, in turn, calls QSYGETPH and QSYRLSPH to validate the user credentials and return a valid/not valid flag. This seems to work just fine for what I&#039;m doing.

R. Grimes]]></description>
		<content:encoded><![CDATA[<p>I finally gave up on using a trigger program. Instead I decided to write a java class that uses ProgramCall from the com.ibm.as400.access package. I have ProgramCall execute an iSeries CLP program that, in turn, calls QSYGETPH and QSYRLSPH to validate the user credentials and return a valid/not valid flag. This seems to work just fine for what I&#8217;m doing.</p>
<p>R. Grimes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdgrimes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/db-triggers-and-jpa/#comment-50548</link>
		<dc:creator>rdgrimes</dc:creator>
		<pubDate>Thu, 08 Nov 2007 21:26:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-50548</guid>
		<description><![CDATA[I&#039;m using the same connection User ID and Password as worked on the old non-jpa architecture. Also, since I can see the record getting dropped into the database, there is obviously no problem with my write authority. It&#039;s the db&#039;s responsibility to detect a inserted record and fire the trigger. But, this is acting as though an insert via jpa is operating under stealth.

R. Grimes]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using the same connection User ID and Password as worked on the old non-jpa architecture. Also, since I can see the record getting dropped into the database, there is obviously no problem with my write authority. It&#8217;s the db&#8217;s responsibility to detect a inserted record and fire the trigger. But, this is acting as though an insert via jpa is operating under stealth.</p>
<p>R. Grimes</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 08:51:15 -->