[
http://jira.jboss.com/jira/browse/JBREM-602?page=comments#action_12343771 ]
Clebert Suconic commented on JBREM-602:
---------------------------------------
The condition for this to happen was:
Server.leasePeriod was set to -1 (hoping to disable lease)
(
//Set lease period to -1 --> this should disable leasing so the state won't
be cleared up
//localServer.setAttribute(ServiceContainer.REMOTING_OBJECT_NAME,
"LeasePeriod", "-1");
)
Then lease was enabled on the client, a $PING$ was executed.
Lease=-1 was used as the default LeasePeriod (what is not valid for Timers)
If LeasePeriod is not set and if enableLease==true leasePeriod
assumes negative value
-------------------------------------------------------------------------------------
Key: JBREM-602
URL:
http://jira.jboss.com/jira/browse/JBREM-602
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Clebert Suconic
Assigned To: Tom Elrod
Priority: Blocker
Fix For: 2.2.0.Beta1 (Bluto)
this will cause an exception setting up the Timer as the Timer doesn't accept
negative values.
This issue is a Blocker for Messaging, hence why I set this issue as Blocker.
--
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