[JBoss-dev] several ThreadPool classes

2003-12-01 Thread Tom Elrod
I need a thread pool and upon checking, noticed that we have several implementations through out. However none were in common (and two of them look exactly the same). Any one in particular that should be considered the standard thread pool? If so, any reason it is not in common? Thanks.

Re: [JBoss-dev] Tomcat updates

2003-12-01 Thread Remy Maucherat
Scott M Stark wrote: Its included in the release in the same manner as 3.2.3RC1, as a sar with a build file that creates a server/tomcat5 configuration that replaces the tomcat-4.1.x sar with the tc5 version. The tc5 version cannot be made the default until it at least passes the

[JBoss-dev] [ jboss-Bugs-848106 ] ClassCastException on SOAP calls upon redeployment

2003-12-01 Thread SourceForge.net
Bugs item #848106, was opened at 2003-11-24 07:55 Message generated for change (Comment added) made by stephane_nicoll You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=848106group_id=22866 Category: JBossSOAP Group: v3.2 Status: Open Resolution: Works For

[JBoss-dev] [ jboss-Bugs-852016 ] JSR109: WebServiceModule object-name

2003-12-01 Thread SourceForge.net
Bugs item #852016, was opened at 2003-12-01 11:42 Message generated for change (Settings changed) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=852016group_id=22866 Category: JBossSOAP Group: v4.0 Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-852016 ] JSR109: WebServiceModule object-name

2003-12-01 Thread SourceForge.net
Bugs item #852016, was opened at 2003-12-01 11:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=852016group_id=22866 Category: JBossSOAP Group: v4.0 Status: Open Resolution:

[JBoss-dev] Re: %RND_UC_CHAR[2-8], of a tiger

2003-12-01 Thread Sterling Oleary
bagging chariot lantern merritt bowel delirious gargle lethargic mohr dryden shift lethargic barnabas end dribble actinium lesotho person notify hover metronome memoranda reuben spurt roundup suppressible Banned CD Government don't want me to sell it. See Now + vacillate chaperone philology

Re: [JBoss-dev] several ThreadPool classes

2003-12-01 Thread Jeff Haynie
I thought we were using the doug lea's concurrent ThreadPool (PooledExecutor) in most places? - Original Message - From: Tom Elrod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 01, 2003 2:04 AM Subject: [JBoss-dev] several ThreadPool classes I need a thread pool and

[JBoss-dev] [ jboss-Bugs-850859 ] CMP-Engine changing primary-key field value ???

2003-12-01 Thread SourceForge.net
Bugs item #850859, was opened at 2003-11-28 21:34 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=850859group_id=22866 Category: JBossCMP Group: v3.2 Status: Closed Resolution: Invalid

[JBoss-dev] [ jboss-Feature Requests-852106 ] Oracle Sequence Create Command (one sequence per table)

2003-12-01 Thread SourceForge.net
Feature Requests item #852106, was opened at 2003-12-01 15:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376688aid=852106group_id=22866 Category: JBossCMP Group: v3.2 Status: Open

Re: [JBoss-dev] several ThreadPool classes

2003-12-01 Thread Tom Elrod
Looks like PooledExecutor only being used in 3 or 4 places (in jms, mq, and remoting), but think is best solution for me. Jeff Haynie wrote: I thought we were using the doug lea's concurrent ThreadPool (PooledExecutor) in most places? - Original Message - From: Tom Elrod [EMAIL