[JBoss-dev] [ jboss-Feature Requests-774801 ] Be Able to Specify Ordering For CMR Objects

2003-07-20 Thread SourceForge.net
Feature Requests item #774801, was opened at 2003-07-21 04:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=774801&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Re

Re: [JBoss-dev] JBossDO

2003-07-20 Thread Ivelin Ivanov
Steve, I've been preparing an email directly for Alex for several days now, but since you're interested in the subject, I decided to reply on the list. Hopefully this would spur a good discussion. I recently exchanged several emails with Alex about JBossDO contributions and I have on my plate to

[JBoss-dev] [AUTOMATED] JBoss (HEAD/winxp) Test Results: 96 % ( 793 / 823 ) - nearly there - who is gonna get us to 100%!

2003-07-20 Thread Chris Kimpton
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS== === ===

[JBoss-dev] [ jboss-Bugs-774124 ] NullPointerException for removeTimedOut

2003-07-20 Thread SourceForge.net
Bugs item #774124, was opened at 2003-07-19 10:17 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=774124&group_id=22866 >Category: JBossCX Group: v3.2 >Status: Closed >Resolution: Fixed Priority:

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Test Results: 96 % ( 791 / 823 ) - nearly there - who is gonna get us to 100%!

2003-07-20 Thread Chris Kimpton
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS== === ===

[JBoss-dev] [AUTOMATED] JBoss (HEAD/linux1) Test Job Failed to Complete Successfully

2003-07-20 Thread Chris Kimpton
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS== === ===

[JBoss-dev] [ jboss-Bugs-773839 ] Exception handling in JCA adapter

2003-07-20 Thread SourceForge.net
Bugs item #773839, was opened at 2003-07-18 18:26 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=773839&group_id=22866 >Category: JBossCX Group: None Status: Open >Resolution: Works For Me Priori

[JBoss-dev] [AUTOMATED] JBoss (HEAD/winxp) Test Job Failed to Complete Successfully

2003-07-20 Thread Chris Kimpton
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss1.kimptoc.net/ FOR DETAILS== === ===

[JBoss-dev] [ jboss-Bugs-742197 ] getEJBLocalObject() bug

2003-07-20 Thread SourceForge.net
Bugs item #742197, was opened at 2003-05-23 01:16 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=742197&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Fixed Priority

[JBoss-dev] [ jboss-Bugs-769139 ] entityCtx.getEJBLocalObject() returns wrong instance

2003-07-20 Thread SourceForge.net
Bugs item #769139, was opened at 2003-07-10 07:03 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=769139&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Duplicate P

RE: [JBoss-dev] Suggested interface change for org.jboss.jms.server.MessageStore

2003-07-20 Thread Nathan Phelps
Wow, people are actually looking at the code! I must admit that currently, the MessageStore is somewhat nebulous in my mind. The idea of course is to delegate all message storage to implementations of MessageStore allowing them to store messages as they see fit (in memory, database, file, etc.) n

Re: [JBoss-dev] passivation in finalize

2003-07-20 Thread Anatoly Akkerman
For interested parties, read this thread: http://forum.java.sun.com/thread.jsp?forum=4&thread=315094 There are several schemes that implement pooling via tricks with references. Anatoly. --- This SF.net email is sponsored by: VM Ware With V

Re: [JBoss-dev] passivation in finalize

2003-07-20 Thread Anatoly Akkerman
Bill Burke wrote: I do call System.gc() but not in a separate thread, and not every second. That just defeats the purpose. Bill Perhaps, you already realized it, but it seems to me that using references will not let you implement a ctx pool. I've modified your test program to trigger gc in a sep

Re: [JBoss-dev] JBossDO

2003-07-20 Thread Alexey Loubyansky
Hello Steve, very nice to meet you! In fact, no one is working on schema generation for JBossDO and new persistence engine at the moment. Saturday, July 19, 2003, 8:31:51 AM, Steve Lewis wrote: SL> I'd like to get involved with the JBossDO project. SL> I've asked a few questions in the persiste

[JBoss-dev] Suggested interface change for org.jboss.jms.server.MessageStore

2003-07-20 Thread Michael Barker
Hi, I am currently looking at the MessageStore part of the new JMS implementation. I would like to propose the addition of the following method to MessageStore interface: "Iterator getSavedMessagesIterator()" The reason being that the MessageStore implementation may not want to store all of th