Bugs item #1002748, was opened at 2004-08-03 17:08
Message generated for change (Settings changed) made by ejort
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1002748&group_id=22866
Category: JBossMQ
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: tHe (tinghe)
>Assigned to: Adrian Brock (ejort)
Summary: jdbc3 PM throws null pointer error when restoring durable
Initial Comment:
the sql defined in oracle-jdbc3-service.xml is:
SELECT_REFERENCES_IN_DEST =
SELECT R.MESSAGEID, M.MESSAGEBLOB,
R.REDELIVERED, R.REDELIVERS
FROM JMS_REFERENCE_LOG R, JMS_MESSAGE_LOG M
WHERE R.MESSAGEID = M.MESSAGEID AND
R.DESTINATION=?
the code in org.jboss.mq.pm.jdbc3.PersistenceManager
line 674
if (rs.getString(2).equals("1"))
should be
if (rs.getString(3).equals("1"))
line 677
new Integer(rs.getInt(3))
should be
new Integer(rs.getInt(4))
See attached file for error log, this happens when jboss
is restarted and there were jms events for durable
subscribers fired before previous shut down.
----------------------------------------------------------------------
>Comment By: Adrian Brock (ejort)
Date: 2004-08-03 20:33
Message:
Logged In: YES
user_id=9459
Fixed for jboss-3.2.6RC2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1002748&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development