[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
QRTZ 1.8 problem getting JOB_DATA from QRTZ_TRIGGERS  XML
Forum Index -> Quartz
Author Message
qwerty53

master

Joined: 03/22/2012 07:34:59
Messages: 52
Offline

PreparedStatement ps = conn.prepareStatement("SELECT * FROM QRTZ_" + StdJDBCConstants.TABLE_TRIGGERS);

ResultSet resultSet = ps.executeQuery();

while (resultSet.next()) {
Blob parameters=resultSet.getBlob(StdJDBCConstants.COL_JOB_DATAMAP);

What next? How do I convert it to string or somehow retrieve the parameters that were passed to the trigger?
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team