RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-19 Thread Juozas Baliuka
+1 on changing the interface! The old one seems not to be very useful. Some of the methods are not needed! +1 For the Exceptions I hope I will find some time on the weekend to do this stuff. But you can grap something if you want! a) implementing Testing classes b) changing the interface Hi,

Why are there no Exceptions?

2002-01-19 Thread Heiko Seeberger
Hi! I have a question/suggestion concerning the pool component: Why are there no Exceptions? For example the PoolableObjectFactory.makeObject method does not throw a PoolableObjectFactoryException or something like that. But what if the creation of the Object fails for some reason. I

Re: Why are there no Exceptions?

2002-01-19 Thread Juozas Baliuka
Hi, I don't know any good way to handle this kind of exception in pool, but please tell me if you know it, It will be very helpful for me. It can be some RuntimeException, but I always prefer checked exceptions. (I am not related to this project any way, but it is very common ) At 11:37 AM

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

2002-01-19 Thread hammant
hammant 02/01/19 06:00:58 Modified:altrmi/src/java/org/apache/commons/altrmi/server/impl StreamServerConnection.java Log: Connections end more quietly. Revision ChangesPath 1.4 +8 -5

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-19 Thread Gerhard Froehlich
Hi, From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] +1 on changing the interface! The old one seems not to be very useful. Some of the methods are not needed! +1 For the Exceptions I hope I will find some time on the weekend to do this stuff. But you can grap something if you want! a)

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

2002-01-19 Thread hammant
hammant 02/01/19 07:06:58 Modified:altrmi/src/java/org/apache/commons/altrmi/client AltrmiClientInvocationHandler.java AltrmiConnectionPinger.java altrmi/src/java/org/apache/commons/altrmi/client/impl

Re: FW: [Ann] AltRMI work in Avalon Demos Jesktop

2002-01-19 Thread Juozas Baliuka
Hi, I don't want to have this discussion AspectJ list. Lets talk here. AltRMI publishes plain interfaces. Put it another way, think of the SimpleStore you are working on with Gerhard and others. Imagine that there could be a 'Remote Store' (SimpleStore does separate interface/impl yes?).

[simplestore] changing the interface

2002-01-19 Thread Gerhard Froehlich
Hi Juozas, Agree, then I will move the StoreJanitor in a different package. Maybe we can forget it totally. I will change the interface today. But I think (as you) the most important things are Test classes and benchmarks. I (try) think about the interface. What is better to implement the Map

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-19 Thread Juozas Baliuka
Agree, then I will move the StoreJanitor in a different package. Maybe we can forget it totally. I will change the interface today. But I think (as you) the most important things are Test classes and benchmarks. Hi, I did almost nothing today, I write a test case, it is the same as main method

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-19 Thread Gerhard Froehlich
Hi Juozas, -Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 19, 2002 5:54 PM To: Jakarta Commons Developers List Subject: RE: [simplestore] enhancements (was: [simplestore] inital check in) Agree, then I will move the StoreJanitor in a

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http RequestHeaders.java Parameters.java CredentialsImpl.java ParametersImpl.java RequestHeadersImpl.java

2002-01-19 Thread dion
dion02/01/19 16:03:41 Modified:latka/src/java/org/apache/commons/latka/http RequestHeaders.java Parameters.java CredentialsImpl.java ParametersImpl.java RequestHeadersImpl.java Log: Added Apache License

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

2002-01-19 Thread dion
dion02/01/19 16:23:45 Modified:latka/src/java/org/apache/commons/latka/junit JUnitEventReporter.java Log: Changed formatting to jakarta standard Revision ChangesPath 1.4 +131 -124

[HttpClient] delaying parseResponse()?

2002-01-19 Thread Dmitry Beransky
Hi, I'm working with the Webdav Client library -- which, in turn, uses the HttpClient lib -- to transfer large (several hundred MBs) files between servers. The problem I'm having has to do with insistence of HttpClientcode to transfer content data to a local storage (be it a temp file or