It wasn't a so bad day because it works.  :-)  Thanks a lot.
But if, in the application, the pipeline associated to the load is
started automatically at login, at logout the pipeline associated to the
save isn't triggered.
I guess that we need a loop, in [EMAIL PROTECTED],
like this one:
// And now save applications
Iterator applications =
handler.getHandlerConfiguration().getApplications().values().iterator();
while ( applications.hasNext() ) {
   ApplicationConfiguration appHandler =
     (ApplicationConfiguration)applications.next();
   if ( !appHandler.getLoadOnDemand() ) {
      handler.getContext().saveApplicationXML( appHandler, this.resolver
);
   }
}
But I don't know exactly where and if it's enough.
Laurent

> Ups, you're right again - sorry, it's not my best day today...
> 
> Ok, now I fixed the other method as well and no, I don't say this
> time that it should work :)
> 
> Carsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to