Ioannis, Have you impemented Scripting API support for ApacheDS SPs? If so can you share your experiences please?
Thanks. On Thu, Jun 18, 2009 at 18:07, Ioannis Mavroukakis < [email protected]> wrote: > The scripting API is very cool...I implemented it in our system, as part of > certain checking routines, it means we can write them in > Javascript instead of a made up language :-) > > > On 18 Jun 2009, at 15:34, Stefan Seelmann wrote: > > Varun Dev schrieb: >> >>> Hi, >>> I am new to apacheds and LDAP. I am trying to setup triggers and Ersin >>> Er's presentation and the white paper have been really helpful so far. I >>> have been able to trigger add, modify and delete events. >>> >> >> Yeah, very good resources. >> >> * apacheds 1.5 looks for stored procedures in [ou=Stored >>> Procedures,ou=system] by default. How can I change the location of a >>> stored procedure. >>> >> >> This is fix in the code. Why do you need to change the location? >> >> * when you change the byte code inside a stored procedure, you have to >>> restart the server for new class to be called by the trigger, can this >>> be fixed? >>> >> >> Afaik we just use the default java classloading mechanism, so once the >> class is loaded it can't be changed. One idea we have is to use java >> scription API see [1]. Maybe it is also possible to use BSF [2]. >> >> Kind Regards, >> Stefan >> >> >> [1] https://issues.apache.org/jira/browse/DIRSERVER-993 >> [2] http://jakarta.apache.org/bsf/ >> >> >> ______________________________________________________________________ >> This email has been scanned by the MessageLabs Email Security System. >> For more information please visit http://www.messagelabs.com/email >> ______________________________________________________________________ >> > > -- Ersin ER http://www.ersiner.net
