cvs commit: jakarta-commons-sandbox/messenger/src/java/org/apache/commons/messagelet ManagerServlet.java

2002-04-19 Thread jstrachan
jstrachan02/04/19 02:52:38 Modified:messenger/src/java/org/apache/commons/messagelet ManagerServlet.java Log: Added comment to where thread-pool based subscription could be added to increase parallelism of subscriptions and message processing. Revision

Re: commons messenger

2002-04-19 Thread James Strachan
Hi Thomas - Original Message - From: Thomas Marsh [EMAIL PROTECTED] James: Are messagelets multithreaded? Messagelets are Servlets so they follow exactly the same ( very successful) multi-threaded model. Will messagelets be instantiated for processing messages Tyically the

[GUMP] Build Failure - commons-latka

2002-04-19 Thread Ted Husted
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-04-19/commons-latka.html Buildfile: build.xml init: [echo] latka 1.0-dev

Latka Taglib

2002-04-19 Thread dion
I'm reorganising the source code for Latka as part of the now late release, and I thought that since the Latka taglib was the only taglib in jakarta-taglibs-sandbox, and it's component specific, maybe it's better off in the Latka source tree. This would also solve an issue with the build

Re: [Question] Betwix JAXB

2002-04-19 Thread James Strachan
- Original Message - From: James Strachan [EMAIL PROTECTED] - Original Message - From: Dmitri Plotnikov [EMAIL PROTECTED] Hi, James, Ivelin, [...snip...] In many cases all these options would be equally good to me. Rarely do I need to customize, although when it's

Re: Latka Taglib

2002-04-19 Thread Morgan Delagrange
I don't have a problem with that, although it is nice to take advantage of Glenn's excellent build scripts for taglibs. --- [EMAIL PROTECTED] wrote: I'm reorganising the source code for Latka as part of the now late release, and I thought that since the Latka taglib was the only taglib in

DBCP connection problems with credentials

2002-04-19 Thread [EMAIL PROTECTED]
Hi, I'am starting with DBCP and Tomcat because of some pooling problems with Tyrex and Poolman. First of all, It seems like DBCP works very well. Now, I've got just a little problem with getConnection method and credentials : PoolingDataSource object doesn't support getConnection(user,

Re: [Question] Betwix JAXB

2002-04-19 Thread Ivelin Ivanov
This encoding looks wise to me too. Is this how Axis works? James, did you have time to talk to the Axis folks, regarding a possible reuse of the bean - XML code? BTW, any idea why they named the enclosing tag hash/ instead of map/ ? Thanks, Ivelin - Original Message - From:

Re: [Question] Betwix JAXB

2002-04-19 Thread James Strachan
- Original Message - From: Ivelin Ivanov [EMAIL PROTECTED] This encoding looks wise to me too. Is this how Axis works? Well its their default mapping for Hashtable Maps I think. I think you can register your own mashallers for stuff too to tweak it. James, did you have time to talk