Hi,
This has probably been asked before but I couldn't find in the archives what 
we're looking for.

I have a java class that I want to remotely call on the server where ApacheDS 
M18 is running.
I want to call it as a stored procedure through an extended 
StoredProcedureRequest (I think).
There were some older examples using JNDI but I couldn't find any using the 
ApacheDS api.
Is there a code snip and a simple SP Entry example you could direct me to?
Thanks!

Also, is it necessary to load the system.property in the static initializer of 
the procedure?

static
{
System.setProperty(StandaloneLdapApiService.EXTENDED_OPERATIONS_LIST,StoredProcedureFactory.class.getName());
}


Reply via email to