All,
Not that anybody responded to my question on ManagedMemoryDataSource not
cleaning
up the attachment directory after usage, but here is a workaround wich
seems to take care of the problem:
At the end of your implementation class of the webservice, just before
returning the return:
//manual cleanup axis attachment directory
DataSource ds= rdh.getDataSource();
if(ds instanceof ManagedMemoryDataSource ){
((ManagedMemoryDataSource )ds).delete();
}
Greetz,
Leo de Blaauw
De informatie verzonden met dit e-mail bericht is uitsluitend bestemd voor de
geadresseerde. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking
van deze informatie aan derden is niet toegestaan. Indien dit bericht niet voor u
bestemd is, verzoeken wij u vriendelijk dit bericht te retourneren zodat dit in de
toekomst kan worden voorkomen. Ondanks het feit dat IZA Nederland al haar e-mail
berichten controleert op virussen, staat zij niet in voor het virusvrij verzenden c.q.
ontvangen van deze berichten.