[JBoss JIRA] Closed: (JBRULES-244) Auto un-boxing/boxing
by Mark Proctor (JIRA)
[ http://jira.jboss.com/jira/browse/JBRULES-244?page=all ]
Mark Proctor closed JBRULES-244.
--------------------------------
Resolution: Won't Fix
We aren't fixing this. With 3.1 now working with both primitives and objects the jdk1.5 autoboxing works fine.
> Auto un-boxing/boxing
> ---------------------
>
> Key: JBRULES-244
> URL: http://jira.jboss.com/jira/browse/JBRULES-244
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Rule Assemply/SPI
> Reporter: Michael Neale
> Assigned To: Mark Proctor
> Fix For: 3.1-m1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> When we bind to fields, we autobox.
> It would be nice if we could remember what the original primitive was, and then unbox it when passing it into code bocks.
> Also, for retvals, we should box up the result, so it JUST WORKS etc...
> Mark, please embellish where in the code this stuff should go, as you know it best. One of us can then tackle it.
--
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, 6 months
[JBoss JIRA] Updated: (JBREM-302) remote dynamic marshall loading not working on linux
by Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-302?page=all ]
Tom Elrod updated JBREM-302:
-----------------------------
Fix Version/s: 2.2.0.Beta1 (Bluto)
(was: 2.2.0.Alpha3 (Bluto))
> remote dynamic marshall loading not working on linux
> ----------------------------------------------------
>
> Key: JBREM-302
> URL: http://jira.jboss.com/jira/browse/JBREM-302
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: marshall
> Affects Versions: 1.4.0 beta
> Environment: Linux, JDK 1.4
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Priority: Minor
> Fix For: 2.2.0.Beta1 (Bluto)
>
> Attachments: SocketMarshallerLoadingTestCase-out.txt
>
>
> The following test cases fail on Linux (and not on Windows):
> org.jboss.test.remoting.marshall.dynamic.remote.http.HTTPMarshallerLoadingTestCase
> org.jboss.test.remoting.marshall.dynamic.remote.socket.SocketMarshallerLoadingTestCase
> Test output for SocketMarshallerLoadingTestCase attached, but says that server can not find the class:
> org.jboss.test.remoting.marshall.dynamic.remote.socket.TestObject
> However, confirmed that this class is within the jboss-remoting-loading-tests.jar, which is being set on the classpath (as shown in the output log).
--
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, 6 months
[JBoss JIRA] Updated: (JBREM-373) clean up lease handling on server side
by Tom Elrod (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-373?page=all ]
Tom Elrod updated JBREM-373:
-----------------------------
Fix Version/s: 2.2.0.Beta1 (Bluto)
(was: 2.2.0.Alpha3 (Bluto))
> clean up lease handling on server side
> --------------------------------------
>
> Key: JBREM-373
> URL: http://jira.jboss.com/jira/browse/JBREM-373
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: general
> Affects Versions: 2.0.0.Beta1
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Priority: Minor
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> In issue JBREM-372, put in a hack for cleaning up lease map within the ServerInvoker where would pass the clientLeases variable from ServerInvoker to the constructor of Lease. Then when LeaseTimerTask fired and event that client was dead, would remove itself from the ServerInvoker's lease map (by client id).
> Should not have to pass in the lease map from ServerInvoker. Maybe better approach would be to have ServerInvoker add itself as listener, so when the connection failure event fired, it would be notified and remove the lease from the clientLeases map itself.
--
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, 6 months