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
______________________________________________________________________