I want to implement a custom partition in java and then add it to apacheds.
On Fri, Oct 10, 2008 at 10:24 AM, Kiran Ayyagari <[EMAIL PROTECTED]>wrote: > hi Dario, > > Have a look at the mail thread > http://markmail.org/message/w5p5estk537gedw3 which was based on a similar > request to implement a custom partition. > > To deploy your class first you need to apply a xbean tag > /@org.apache.xbean.XBean// /in the source file of partition > implementation. > > This can be easy once you implement your partition. > > Keep us posted during your development so can help you if needed. > > HTH > Kiran Ayyagari > > > Dario Zandolin wrote: > >> Thanks, but how can I deploy my java class? >> >> On Fri, Oct 10, 2008 at 10:09 AM, Emmanuel Lecharny <[EMAIL PROTECTED] >> >wrote: >> >> >> >>> Dario Zandolin wrote: >>> >>> >>> >>>> Hi, >>>> >>>> I wan't to implement my own partition. >>>> My need is to expose via LDAP a set of table of my db. >>>> >>>> I don't know where i need to start. >>>> I would like to undestand how to create the java class of custom >>>> partition, >>>> how to deploy and how to configure to be see on apacheds. >>>> There is some guide or tutorial? >>>> >>>> Please let me know how to start. >>>> >>>> I'm not pratice to apacheds. >>>> >>>> >>>> >>>> >>>> >>> >>> http://directory.apache.org/apacheds/1.5/144-adding-your-own-partition-resp-suffix.html >>> >>> >>> -- >>> -- >>> cordialement, regards, >>> Emmanuel Lécharny >>> www.iktek.com >>> directory.apache.org >>> >>> >>> >>> >>> >> >> >> >
