This content has been marked as final.
Show 6 replies
-
1. Re: Some Issues for Community
jaikiran Aug 11, 2008 11:07 AM (in response to alrubinger)"ALRubinger" wrote:
Encapsulate Container infomation in TO/VO:
https://jira.jboss.org/jira/browse/EJBTHREE-1454
I'll start with this. -
2. Re: Some Issues for Community
jaikiran Sep 20, 2008 8:05 AM (in response to alrubinger)Andrew,
Now that the changes related to EJBTHREE-1454 are nearing completion, i plan to take up the next task."ALRubinger" wrote:
Create Tests for @Remote pass-by-value within local JVM
https://jira.jboss.org/jira/browse/EJBTHREE-1401
Spec-defined, see ticket.
Is EJBTHREE-1401 being implemented by Robert Marcano as stated here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139821? -
3. Re: Some Issues for Community
alrubinger Sep 20, 2008 11:20 AM (in response to alrubinger)"jaikiran" wrote:
Is EJBTHREE-1401 being implemented by Robert Marcano as stated here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139821?
Doesn't seem to be, so open. :)
S,
ALR -
4. Re: Some Issues for Community
jaikiran Oct 26, 2008 11:41 AM (in response to alrubinger)Now that both EJBTHREE-1454 and EJBTHREE-1401 have been done for review, i am thinking of moving to the next one:
MockServer must report startup / shutdown
https://jira.jboss.org/jira/browse/EJBTHREE-1396
RemoteAccessTestCase starts up a MockServer in a separate process. The current mechanism used is to Thread.sleep for it to startup, and kill the Process to shut it down. Could be more elegant such that the test doesn't rely on a startup within X seconds (under load this can cause incorrect transient failures). Best approach here is probably to open some socket, implement a minimal protocol, and make hooks for "isRunning" and "shutdown" tasks. Nothing too fancy required, this is a little standalone process used in testing only.
Let me know if you want me to take this one next or if you have something else that can be taken up first :-) -
5. Re: Some Issues for Community
alrubinger Oct 26, 2008 5:51 PM (in response to alrubinger)A better MockServer would be great. :)
S,
ALR -
6. Re: Some Issues for Community
jaikiran Oct 27, 2008 12:50 AM (in response to alrubinger)Okay, i will start work on this.