Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable re-sending messages from message log panel #8

Open
jramoyo opened this issue Mar 12, 2014 · 4 comments
Open

Enable re-sending messages from message log panel #8

jramoyo opened this issue Mar 12, 2014 · 4 comments
Assignees
Milestone

Comments

@jramoyo
Copy link
Owner

jramoyo commented Mar 12, 2014

Migrated from Google Code

Users should be able to re-send a message by right-clicking a message in the log panel and selecting "resend".

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2945204-enable-re-sending-messages-from-message-log-panel?utm_campaign=plugin&utm_content=tracker%2F704082&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F704082&utm_medium=issues&utm_source=github).
@jramoyo jramoyo added this to the 2.1 milestone Mar 12, 2014
@jramoyo jramoyo modified the milestone: 2.1 Mar 12, 2014
@DerekYangYC DerekYangYC modified the milestone: 2.1 Mar 12, 2014
@DerekYangYC
Copy link
Collaborator

The enhancement has been committed to derek-dev branch.

Please help to review and merge to master

@jramoyo
Copy link
Owner Author

jramoyo commented Mar 13, 2014

I am getting the below exception when attempting to resend an incoming message

2014-03-13 10:58:29.177 ERROR qfixmessenger.QFixMessenger - An unexpected exception occured!
java.lang.NullPointerException
    at com.jramoyo.qfixmessenger.ui.QFixMessengerFrame$ResendMessagesActionListener.actionPerformed(QFixMessengerFrame.java:1895)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
    at java.awt.Component.processMouseEvent(Component.java:6505)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
    at java.awt.Component.processEvent(Component.java:6270)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4861)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:694)
    at java.awt.EventQueue$3.run(EventQueue.java:692)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:708)
    at java.awt.EventQueue$4.run(EventQueue.java:706)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

@jramoyo
Copy link
Owner Author

jramoyo commented Mar 13, 2014

We should probably only enable re-sending outgoing message -- I'm not sure if it makes sense to re-send an incoming message.

@jramoyo jramoyo reopened this Mar 13, 2014
@jramoyo
Copy link
Owner Author

jramoyo commented Mar 13, 2014

Please fix on master branch -- thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants