[JBoss JIRA] Created: (JBESB-224) ESB aware listeners
by Mark Little (JIRA)
ESB aware listeners
-------------------
Key: JBESB-224
URL: http://jira.jboss.com/jira/browse/JBESB-224
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: ESB Core
Reporter: Mark Little
Assigned To: Esteban Schifman
Fix For: 4.0 RC1
We'll leave the old approach to listeners/actionprocessors in place until everything has been converted to the new approach. Ideally we would like to have all old code removed by the RC, but we need a realistic staging to the approach. Therefore, we will take 3 implementations (JMS, file and SQL) and make sure they are converted for the RC and used by the trailblazer. If there is time, we'll look at all of the others too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months
[JBoss JIRA] Created: (JBMESSAGING-635) Closing connections without clearing ExceptionListener might cause NPE on remoting
by Clebert Suconic (JIRA)
Closing connections without clearing ExceptionListener might cause NPE on remoting
----------------------------------------------------------------------------------
Key: JBMESSAGING-635
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-635
Project: JBoss Messaging
Issue Type: Bug
Components: JMS Remoting
Affects Versions: 1.0.1.GA
Reporter: Clebert Suconic
Assigned To: Ovidiu Feodorov
This leads into exception:
for (int i=0;i<100;i++)
{
Connection conn = factoryServer1.createConnection();
conn.setExceptionListener(new LocalListener());
conn.close();
}
This is the exception:
java.lang.NullPointerException
at org.jboss.remoting.ConnectionValidator.run(ConnectionValidator.java:114)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
I don't know if we should setException(null) on ConnectionAspect:handleClose or if we should look up for a bug on remoting
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months