Author: eallen
Date: 2010-04-07 10:28:04 -0400 (Wed, 07 Apr 2010)
New Revision: 3896
Modified:
mgmt/newdata/cumin/python/cumin/messaging/queue.py
Log:
Use RosemaryClass get_selection method instead of old get_objects method to see if there
are any Jounral entries for this queue
Modified: mgmt/newdata/cumin/python/cumin/messaging/queue.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/messaging/queue.py 2010-04-06 20:30:40 UTC (rev 3895)
+++ mgmt/newdata/cumin/python/cumin/messaging/queue.py 2010-04-07 14:28:04 UTC (rev 3896)
@@ -534,7 +534,7 @@
cursor = conn.cursor()
try:
- journals = cls.select_objects(cursor, _queueRef_id=queue._id)
+ journals = cls.get_selection(cursor, _queueRef_id=queue._id)
finally:
cursor.close()
Show replies by date