You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fm...@googlegroups.com
I have a Transaction running using queue and within that transaction I am calling another method which does [queue inDatabase] call to find out if the table exists or not. During the execution of second call to figure out if the databases exists or not, it runs into an infinite loop, possibly trying to get a lock on the DB. What can I do to resolve this?
Gus Mueller
unread,
Apr 23, 2013, 1:05:55 PM4/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fm...@googlegroups.com
Don't call start two transactions at the same time. You'll have to refactor your code, or pass along the database handle to the methods that need it.