cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/classretrievers JarFileClassRetriever.java

2002-01-26 Thread hammant
hammant 02/01/26 05:51:34 Modified:altrmi build.xml tests.xml altrmi/src/java/org/apache/commons/altrmi/client/impl/stream StreamInvocationHandler.java altrmi/src/java/org/apache/commons/altrmi/common

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client/impl/directmarshalled - New directory

2002-01-26 Thread hammant
hammant 02/01/26 06:33:52 jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client/impl/directmarshalled - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test DirectMarshalledTest.java

2002-01-26 Thread hammant
hammant 02/01/26 07:22:17 Modified:altrmi PROPOSAL tests.xml altrmi/src/java/org/apache/commons/altrmi/client/impl/direct DirectHostContext.java DirectInvocationHandler.java

[AltRMI] New Direct-Marshalled transport type

2002-01-26 Thread Paul Hammant
Folks, I've coded another tranport type for AltRMI - Direct-Marshalled Here is a comparison of three similar AltRMI types: * Direct Marshalled Transport. - marshalling takes place. - instances passed by value between client and server may not be a mutually visible classloader. -

Re: [AltRMI] New Direct-Marshalled transport type

2002-01-26 Thread Juozas Baliuka
Hi, It is very interesting, does somebody works on persistence ? I know this stuff like JTA, JAAS, JDO ... . I work on persistence in the current project, I have plans to complete it next weak. Idea is like this : User defines some interfaces and optional mappings. Container or application

cvs commit: jakarta-commons/latka/doc index.xml

2002-01-26 Thread dion
dion02/01/25 19:36:14 Modified:latka/doc index.xml Log: Formatting change Revision ChangesPath 1.11 +3 -3 jakarta-commons/latka/doc/index.xml Index: index.xml === RCS file:

cvs commit: jakarta-commons/latka build.xml

2002-01-26 Thread dion
dion02/01/25 19:40:53 Modified:latkabuild.xml Log: Added a target for building the web pages found on http://jakarta.apache.org/latka/ Revision ChangesPath 1.21 +17 -1 jakarta-commons/latka/build.xml Index: build.xml

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/util URLParser.java

2002-01-26 Thread dion
dion02/01/25 20:06:43 Modified:latka/src/java/org/apache/commons/latka/util URLParser.java Log: Fixed package name Revision ChangesPath 1.5 +1 -1 jakarta-commons/latka/src/java/org/apache/commons/latka/util/URLParser.java Index: URLParser.java

cvs commit: jakarta-commons-sandbox/simplestore PROPOSAL build.xml build.properties.sample

2002-01-26 Thread froehlich
froehlich02/01/26 04:00:35 Modified:simplestore PROPOSAL build.xml build.properties.sample Log: applied patches from Juozas Baliuka [[EMAIL PROTECTED]]. - re-factored SoftRefMemoryStore - added Swapping Simultation and test case Revision ChangesPath 1.8 +2 -1

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore Swap.java

2002-01-26 Thread froehlich
froehlich02/01/26 04:00:56 Added: simplestore/src/java/org/apache/commons/simplestore Swap.java Log: applied patches from Juozas Baliuka [[EMAIL PROTECTED]]. - re-factored SoftRefMemoryStore - added Swapping Simultation and test case Revision

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore SoftRefMemoryStore.java

2002-01-26 Thread froehlich
froehlich02/01/26 04:00:47 Modified:simplestore/src/java/org/apache/commons/simplestore SoftRefMemoryStore.java Log: applied patches from Juozas Baliuka [[EMAIL PROTECTED]]. - re-factored SoftRefMemoryStore - added Swapping Simultation and test case

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestSoftRefMemoryStore.java

2002-01-26 Thread froehlich
froehlich02/01/26 04:01:07 Modified:simplestore/src/test/org/apache/commons/simplestore TestSoftRefMemoryStore.java Log: applied patches from Juozas Baliuka [[EMAIL PROTECTED]]. - re-factored SoftRefMemoryStore - added Swapping Simultation and test case

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore SoftRefMemoryStore.java

2002-01-26 Thread froehlich
froehlich02/01/26 08:19:20 Modified:simplestore/src/java/org/apache/commons/simplestore SoftRefMemoryStore.java Log: applied more patches from Juozas Baliuka [[EMAIL PROTECTED]] Revision ChangesPath 1.7 +2 -2

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestSoftRefMemoryStore.java

2002-01-26 Thread froehlich
froehlich02/01/26 08:19:31 Modified:simplestore/src/test/org/apache/commons/simplestore TestSoftRefMemoryStore.java Log: applied more patches from Juozas Baliuka [[EMAIL PROTECTED]] Revision ChangesPath 1.5 +65 -28

Re: [AltRMI] New Direct-Marshalled transport type

2002-01-26 Thread Paul Hammant
Juozas, It is very interesting, does somebody works on persistence ? No yet. The example beans have no persistence. The idea is that the developer chooses what type of persistence they need. File, Store, JDBC, JDO. I know this stuff like JTA, JAAS, JDO ... . Thats good.

[VOTE] new committer Juozas Baliuka

2002-01-26 Thread Gerhard Froehlich
Hi Team, I would like to propose Juozas Baliuka ([EMAIL PROTECTED]) as new committer. He has been very very helpful to get the simplestore rolling and he did at least most of the brainwork. The last days he spamed me with his patches and ideas. I'm getting tired applying them ;-). He is

cvs commit: jakarta-commons-sandbox/simplestore PROPOSAL

2002-01-26 Thread froehlich
froehlich02/01/26 09:29:54 Modified:simplestore PROPOSAL Log: some more todo's Revision ChangesPath 1.9 +7 -6 jakarta-commons-sandbox/simplestore/PROPOSAL Index: PROPOSAL === RCS file:

Re: Missing file in collections 1.0

2002-01-26 Thread James Strachan
Messenger depends on commons-collections version 1.1 or later. I think the documentation (e.g. Status.html) is up to date on the current dependencies. You can always download a daily build here:- http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-messenger/ James - Original

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester SetTopRule.java

2002-01-26 Thread craigmcc
craigmcc02/01/26 16:52:06 Modified:digester/src/java/org/apache/commons/digester SetTopRule.java Log: Reverse the documented roles of parent and child in SetTopRule, to make them clearer - the child (top) object is expected to have a set parent method

Re: [DIGESTER] Patch for SetTopRule.java,v 1.10

2002-01-26 Thread Craig R. McClanahan
Well, it took a week but better late than never ... Thanks Janek! Craig On Sat, 19 Jan 2002, Janek Bogucki wrote: Date: Sat, 19 Jan 2002 00:05:15 + From: Janek Bogucki [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester Digester.java

2002-01-26 Thread craigmcc
craigmcc02/01/26 17:40:42 Modified:digester/src/java/org/apache/commons/digester Digester.java Log: Consistently log peek() and pop() violations that run into an EmptyStackException at log level warn instead of either using info or not logging, as was the previous situation.

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester Digester.java

2002-01-26 Thread craigmcc
craigmcc02/01/26 17:53:03 Modified:digester/src/java/org/apache/commons/digester Digester.java Log: Change all of the parse() methods to call the new getXMLReader() method, instead of getReader(). This has the effect of causing a SAXException to be thrown, rather than a bogus

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka Latka.java

2002-01-26 Thread dion
dion02/01/26 17:43:30 Modified:latka/src/java/org/apache/commons/latka Latka.java Log: Fixed formatting and javadocs Revision ChangesPath 1.24 +22 -24 jakarta-commons/latka/src/java/org/apache/commons/latka/Latka.java Index: Latka.java

Re: [VOTE] new committer Juozas Baliuka

2002-01-26 Thread bayard
+1 On Sat, 26 Jan 2002, Gerhard Froehlich wrote: Hi Team, I would like to propose Juozas Baliuka ([EMAIL PROTECTED]) as new committer. He has been very very helpful to get the simplestore rolling and he did at least most of the brainwork. The last days he spamed me with his patches and

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka Latka.java

2002-01-26 Thread dion
dion02/01/26 18:04:30 Modified:latka/src/java/org/apache/commons/latka Latka.java Log: Formatting Revision ChangesPath 1.25 +200 -201 jakarta-commons/latka/src/java/org/apache/commons/latka/Latka.java Index: Latka.java

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka Latka.java

2002-01-26 Thread dion
dion02/01/26 19:20:01 Modified:latka/src/java/org/apache/commons/latka Latka.java Log: Fixed unchecked mkdirs causing reporting to fail. On Linux (and other unixes) when the user running latka runs the .sh file from a directory that they don't have write access to, the