You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by sg...@gnt.ch on 2007/07/02 11:43:47 UTC

ApacheDS and UDDI


Hi,

I'm looking to use ApacheDS as a UDDI repository, wher can I find some
documentation on ApacheDS UDDI service?

Best Regards,
Stevens Gestin

DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
Is this may be useful ?

http://developer.novell.com/wiki/index.php/Novell_Nsure_UDDI_Server_-_Nsure_UDDI_Schema,_Config




                                                                           
             "Alex Karasulu"                                               
             <akarasulu@apache                                             
             .org>                                                       A 
             Envoyé par :              users@directory.apache.org          
             akarasulu@gmail.c                                          cc 
             om                                                            
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             02.07.2007 16:20                                              
                                                                           
                                                                           
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




The LDAP Schema that you want is already out there.  Take a look here:

     http://tools.ietf.org/html/rfc4403

Now I think there must be an OpenLDAP version of this schema somewhere and
if so
we can easily load it straight into ApacheDS which supports OpenLDAP schema
file
formats.

If such a schema file does not exist then creating one from this RFC is
really really
easy to do.

Alex

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> I download jUDDI and read SQL script for database schema generation. I
> also call "mvn clean install" and see generation of specialized schema
like
> Kerberos.
>
> What I need is to create a LDAP schema corresponding to this DDL schema.
I
> also have to create a jUDDI datastore specialized in LDAP quering. That's
> right?
>
> >Our primary vision is to build an enterprise directory server platform
> where other Internet services snap in to store their data within the
> directory so they may be managed using LDAP. Its >architecture is
designed
> so services other than LDAP such DNS, DHCP, SLP, Kerberos, and UDDI can
be
> implemented and snapped in. These services will use a common networking
> layer >(MINA) and each can be toggled on and off according to the needs
of
> the environment.
>
> Reading this, I also may developt as it is described.
>
> ...
>
> Reading your log file, I found OSGI reference and as I'm curious to know
> what I don't know, I sreach and found
> http://www.osgi.org/osgi_technology/index.asp?section=2#Problem web page.
> This is exactly what I'm doing in my server... Is this framework easy to
> learn? Does it have any restrictions in usage, in deployement ?
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 15:35
>             Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
>
>
> Just go ahead then ! The 1.5.1 won't be very different from the
> developpement version, we will just fix some bugs which may not impacting
> your dev.
>
> All you need is summarized in this page :
>
> http://directory.apache.org/apacheds/1.5/building-trunks.html
>
> Emmanuel
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > I can wait but if I need to develop UDDI It may be interesting to
> download
> > development version.
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 14:17 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > The short answer is : 'yes'.
> >
> > We are in the process to releasing a 1.5.1 soon (in july, somewhere),
so
> > if
> > you can wait a little bit, it won't be anymore a development version.
> >
> > You have to know that the trunk contains a version which should work,
as
> > we
> > are running integration tests on it before each commit ( hopefully
...),
> > so
> > this is somehow stable. However, the 1.5.x versions aren't supposed to
> be
> > a
> > final version : final versions are 1.x, 2.x etc. But I still consider
> that
> > 1.5 versions are much more stable and reliable than 1.0, which is a
> little
> > bit limited.
> >
> > It's up to you to select which version you want to work with,
> considering
> > that we will be there to help you whatever version you select :)
> >
> > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > >
> > > So I need developpement version to do this?
> > >
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > >             02.07.2007 13:47 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > > Well, you will have to run mvn clean install before starting ADS 1.5.
> > >
> > > The problem is that we are now using ADS itself to store the schema.
> But
> > > we
> > > need to inject this meta-schema into ADS when you first launch it,
> > > otherwise
> > > the server won't be able to start. The DBFILES is created when
> compiling
> > > the
> > > server with the mvn clean install, and then loaded into the server.
> > >
> > > I know, this is not very elegant, but as we don't have yet worked to
> > clean
> > > this up, you will have to go through it...
> > >
> > >
> > > Sorry for the burden...
> > >
> > > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > > >
> > > > Then my first task is finalisation of ApacheDS 1.5. When starting
> > > ApacheDS
> > > > server I get this error :
> > > >
> > > > Caused by: *java.lang.RuntimeException*: *
> > > java.lang.IllegalStateException*:
> > > > No resource named
> > > > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> > > >
> > > > I supposed that DBFILES contains an empty database template. In
> which
> > > jar
> > > > is this packed?
> > > >
> > > > Stevens
> > > >
> > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > > >
> > > >
> > > >
> > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > > >
> > > >             02.07.2007 13:30 Veuillez répondre à
> > > >             users@directory.apache.org
> > > >
> > > >
> > > > A
> > > >
> > > > users@directory.apache.org
> > > > cc
> > > >
> > > >
> > > > Objet
> > > >
> > > > Re: ApacheDS and UDDI
> > > > jUDDI is not dead.
> > > >
> > > > The last commit was done 2 days ago. ven if the list is not very
> > active,
> > > > there is still some commits.
> > > >
> > > > You seems to have build an interesting server. We will be pleased
to
> > > help
> > > > you if you want to go farther, but I would encourage you to switch
> to
> > > 1.5,
> > > > which is much more stable and fast. More that that, even if in
early
> > > > stage,
> > > > it's easier to use than 1.0 !
> > > >
> > > > Thanks for your interest !
> > > >
> > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > >
> > > > > Is jUDDI still an open project, There is no release since June
14,
> > > 2005
> > > > .
> > > > >
> > > > > I thought UDDI was available in ApacheDS. I missunderstand
> something
> > > :).
> > > > >
> > > > > I developed a custom server integrating ApacheDS 1.02 (would like
> > > 1.5but
> > > > > some feature of my dynamic lcassloader is not in place), tomcat 6
> > and
> > > > others
> > > > > open source projects. I will need UDDI service to expose some
> > features
> > > > of
> > > > > our software. I may spent time on this implementation but need
> some
> > > > hints to
> > > > > do this.
> > > > >
> > > > > Stevens
> > > > >
> > > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > > >
> > > > >
> > > > >             02.07.2007 11:56 Veuillez répondre à
> > > > >             users@directory.apache.org
> > > > >
> > > > >
> > > > > A
> > > > >
> > > > > users@directory.apache.org
> > > > > cc
> > > > >
> > > > >
> > > > > Objet
> > > > >
> > > > > Re: ApacheDS and UDDI
> > > > >
> > > > > Hi Stevens,
> > > > >
> > > > > there is not such an ADS UDDI service. Obviously, this would be a
> > good
> > > > > move to have it, but there is nothing in our roadmap related to
> > UDDI.
> > > > >
> > > > > Of course, if someone want to dedicate some time to work out a
> > > > > solution based on ADS, we would be happy to include it into the
> > > > > server. It should just be a matter to add a new schema, and to
map
> > > > > jUDDI (another apache project:
> > > >
> > >
> > http://ws.apache.org/juddi/ ) on top of
> > > > > ADS.
> > > > >
> > > > > Wanna try ?
> > > > >
> > > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I'm looking to use ApacheDS as a UDDI repository, wher can I
> find
> > > some
> > > > > > documentation on ApacheDS UDDI service?
> > > > > >
> > > > > > Best Regards,
> > > > > > Stevens Gestin
> > > > > >
> > > > > > DISCLAIMER : This email and any files transmitted with it,
> > including
> > > > > > replies and forwarded copies (which may contain alterations)
> > > > > subsequently
> > > > > > transmitted from the sender, are confidential and solely for
the
> > use
> > > > of
> > > > > the
> > > > > > intended recipient. The contents do not represent the opinion
of
> > the
> > > > > sender
> > > > > > except to the extent that it relates to their official
business.
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Cordialement,
> > > > > Emmanuel Lécharny
> > > > > www.iktek.com
> > > > >
> > > > >
> > > > >
> > > > > DISCLAIMER : This email and any files transmitted with it,
> including
> > > > > replies and forwarded copies (which may contain alterations)
> > > > subsequently
> > > > > transmitted from the sender, are confidential and solely for the
> use
> > > of
> > > > the
> > > > > intended recipient. The contents do not represent the opinion of
> the
> > > > sender
> > > > > except to the extent that it relates to their official business.
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Cordialement,
> > > > Emmanuel Lécharny
> > > > www.iktek.com
> > > >
> > > >
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it,
including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the
use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of
the
> > > sender
> > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.
>
>



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Alex Karasulu <ak...@apache.org>.
The LDAP Schema that you want is already out there.  Take a look here:

     http://tools.ietf.org/html/rfc4403

Now I think there must be an OpenLDAP version of this schema somewhere and
if so
we can easily load it straight into ApacheDS which supports OpenLDAP schema
file
formats.

If such a schema file does not exist then creating one from this RFC is
really really
easy to do.

Alex

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> I download jUDDI and read SQL script for database schema generation. I
> also call "mvn clean install" and see generation of specialized schema like
> Kerberos.
>
> What I need is to create a LDAP schema corresponding to this DDL schema. I
> also have to create a jUDDI datastore specialized in LDAP quering. That's
> right?
>
> >Our primary vision is to build an enterprise directory server platform
> where other Internet services snap in to store their data within the
> directory so they may be managed using LDAP. Its >architecture is designed
> so services other than LDAP such DNS, DHCP, SLP, Kerberos, and UDDI can be
> implemented and snapped in. These services will use a common networking
> layer >(MINA) and each can be toggled on and off according to the needs of
> the environment.
>
> Reading this, I also may developt as it is described.
>
> ...
>
> Reading your log file, I found OSGI reference and as I'm curious to know
> what I don't know, I sreach and found
> http://www.osgi.org/osgi_technology/index.asp?section=2#Problem web page.
> This is exactly what I'm doing in my server... Is this framework easy to
> learn? Does it have any restrictions in usage, in deployement ?
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 15:35
>             Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
>
>
> Just go ahead then ! The 1.5.1 won't be very different from the
> developpement version, we will just fix some bugs which may not impacting
> your dev.
>
> All you need is summarized in this page :
>
> http://directory.apache.org/apacheds/1.5/building-trunks.html
>
> Emmanuel
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > I can wait but if I need to develop UDDI It may be interesting to
> download
> > development version.
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 14:17 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > The short answer is : 'yes'.
> >
> > We are in the process to releasing a 1.5.1 soon (in july, somewhere), so
> > if
> > you can wait a little bit, it won't be anymore a development version.
> >
> > You have to know that the trunk contains a version which should work, as
> > we
> > are running integration tests on it before each commit ( hopefully ...),
> > so
> > this is somehow stable. However, the 1.5.x versions aren't supposed to
> be
> > a
> > final version : final versions are 1.x, 2.x etc. But I still consider
> that
> > 1.5 versions are much more stable and reliable than 1.0, which is a
> little
> > bit limited.
> >
> > It's up to you to select which version you want to work with,
> considering
> > that we will be there to help you whatever version you select :)
> >
> > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > >
> > > So I need developpement version to do this?
> > >
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > >             02.07.2007 13:47 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > > Well, you will have to run mvn clean install before starting ADS 1.5.
> > >
> > > The problem is that we are now using ADS itself to store the schema.
> But
> > > we
> > > need to inject this meta-schema into ADS when you first launch it,
> > > otherwise
> > > the server won't be able to start. The DBFILES is created when
> compiling
> > > the
> > > server with the mvn clean install, and then loaded into the server.
> > >
> > > I know, this is not very elegant, but as we don't have yet worked to
> > clean
> > > this up, you will have to go through it...
> > >
> > >
> > > Sorry for the burden...
> > >
> > > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > > >
> > > > Then my first task is finalisation of ApacheDS 1.5. When starting
> > > ApacheDS
> > > > server I get this error :
> > > >
> > > > Caused by: *java.lang.RuntimeException*: *
> > > java.lang.IllegalStateException*:
> > > > No resource named
> > > > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> > > >
> > > > I supposed that DBFILES contains an empty database template. In
> which
> > > jar
> > > > is this packed?
> > > >
> > > > Stevens
> > > >
> > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > > >
> > > >
> > > >
> > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > > >
> > > >             02.07.2007 13:30 Veuillez répondre à
> > > >             users@directory.apache.org
> > > >
> > > >
> > > > A
> > > >
> > > > users@directory.apache.org
> > > > cc
> > > >
> > > >
> > > > Objet
> > > >
> > > > Re: ApacheDS and UDDI
> > > > jUDDI is not dead.
> > > >
> > > > The last commit was done 2 days ago. ven if the list is not very
> > active,
> > > > there is still some commits.
> > > >
> > > > You seems to have build an interesting server. We will be pleased to
> > > help
> > > > you if you want to go farther, but I would encourage you to switch
> to
> > > 1.5,
> > > > which is much more stable and fast. More that that, even if in early
> > > > stage,
> > > > it's easier to use than 1.0 !
> > > >
> > > > Thanks for your interest !
> > > >
> > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > >
> > > > > Is jUDDI still an open project, There is no release since June 14,
> > > 2005
> > > > .
> > > > >
> > > > > I thought UDDI was available in ApacheDS. I missunderstand
> something
> > > :).
> > > > >
> > > > > I developed a custom server integrating ApacheDS 1.02 (would like
> > > 1.5but
> > > > > some feature of my dynamic lcassloader is not in place), tomcat 6
> > and
> > > > others
> > > > > open source projects. I will need UDDI service to expose some
> > features
> > > > of
> > > > > our software. I may spent time on this implementation but need
> some
> > > > hints to
> > > > > do this.
> > > > >
> > > > > Stevens
> > > > >
> > > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > > >
> > > > >
> > > > >             02.07.2007 11:56 Veuillez répondre à
> > > > >             users@directory.apache.org
> > > > >
> > > > >
> > > > > A
> > > > >
> > > > > users@directory.apache.org
> > > > > cc
> > > > >
> > > > >
> > > > > Objet
> > > > >
> > > > > Re: ApacheDS and UDDI
> > > > >
> > > > > Hi Stevens,
> > > > >
> > > > > there is not such an ADS UDDI service. Obviously, this would be a
> > good
> > > > > move to have it, but there is nothing in our roadmap related to
> > UDDI.
> > > > >
> > > > > Of course, if someone want to dedicate some time to work out a
> > > > > solution based on ADS, we would be happy to include it into the
> > > > > server. It should just be a matter to add a new schema, and to map
> > > > > jUDDI (another apache project:
> > > >
> > >
> > http://ws.apache.org/juddi/ ) on top of
> > > > > ADS.
> > > > >
> > > > > Wanna try ?
> > > > >
> > > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > > >
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I'm looking to use ApacheDS as a UDDI repository, wher can I
> find
> > > some
> > > > > > documentation on ApacheDS UDDI service?
> > > > > >
> > > > > > Best Regards,
> > > > > > Stevens Gestin
> > > > > >
> > > > > > DISCLAIMER : This email and any files transmitted with it,
> > including
> > > > > > replies and forwarded copies (which may contain alterations)
> > > > > subsequently
> > > > > > transmitted from the sender, are confidential and solely for the
> > use
> > > > of
> > > > > the
> > > > > > intended recipient. The contents do not represent the opinion of
> > the
> > > > > sender
> > > > > > except to the extent that it relates to their official business.
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Cordialement,
> > > > > Emmanuel Lécharny
> > > > > www.iktek.com
> > > > >
> > > > >
> > > > >
> > > > > DISCLAIMER : This email and any files transmitted with it,
> including
> > > > > replies and forwarded copies (which may contain alterations)
> > > > subsequently
> > > > > transmitted from the sender, are confidential and solely for the
> use
> > > of
> > > > the
> > > > > intended recipient. The contents do not represent the opinion of
> the
> > > > sender
> > > > > except to the extent that it relates to their official business.
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Cordialement,
> > > > Emmanuel Lécharny
> > > > www.iktek.com
> > > >
> > > >
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it, including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of the
> > > sender
> > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.
>
>

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
I download jUDDI and read SQL script for database schema generation. I also
call "mvn clean install" and see generation of specialized schema like
Kerberos.

What I need is to create a LDAP schema corresponding to this DDL schema. I
also have to create a jUDDI datastore specialized in LDAP quering. That's
right?

>Our primary vision is to build an enterprise directory server platform
where other Internet services snap in to store their data within the
directory so they may be managed using LDAP. Its >architecture is designed
so services other than LDAP such DNS, DHCP, SLP, Kerberos, and UDDI can be
implemented and snapped in. These services will use a common networking
layer >(MINA) and each can be toggled on and off according to the needs of
the environment.

Reading this, I also may developt as it is described.

...

Reading your log file, I found OSGI reference and as I'm curious to know
what I don't know, I sreach and found
http://www.osgi.org/osgi_technology/index.asp?section=2#Problem web page.
This is exactly what I'm doing in my server... Is this framework easy to
learn? Does it have any restrictions in usage, in deployement ?



                                                                           
             "Emmanuel                                                     
             Lecharny"                                                     
             <elecharny@gmail.                                           A 
             com>                      users@directory.apache.org          
                                                                        cc 
             02.07.2007 15:35                                              
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




Just go ahead then ! The 1.5.1 won't be very different from the
developpement version, we will just fix some bugs which may not impacting
your dev.

All you need is summarized in this page :

http://directory.apache.org/apacheds/1.5/building-trunks.html

Emmanuel

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> I can wait but if I need to develop UDDI It may be interesting to
download
> development version.
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 14:17 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> The short answer is : 'yes'.
>
> We are in the process to releasing a 1.5.1 soon (in july, somewhere), so
> if
> you can wait a little bit, it won't be anymore a development version.
>
> You have to know that the trunk contains a version which should work, as
> we
> are running integration tests on it before each commit ( hopefully ...),
> so
> this is somehow stable. However, the 1.5.x versions aren't supposed to be
> a
> final version : final versions are 1.x, 2.x etc. But I still consider
that
> 1.5 versions are much more stable and reliable than 1.0, which is a
little
> bit limited.
>
> It's up to you to select which version you want to work with, considering
> that we will be there to help you whatever version you select :)
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > So I need developpement version to do this?
> >
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 13:47 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > Well, you will have to run mvn clean install before starting ADS 1.5.
> >
> > The problem is that we are now using ADS itself to store the schema.
But
> > we
> > need to inject this meta-schema into ADS when you first launch it,
> > otherwise
> > the server won't be able to start. The DBFILES is created when
compiling
> > the
> > server with the mvn clean install, and then loaded into the server.
> >
> > I know, this is not very elegant, but as we don't have yet worked to
> clean
> > this up, you will have to go through it...
> >
> >
> > Sorry for the burden...
> >
> > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > >
> > > Then my first task is finalisation of ApacheDS 1.5. When starting
> > ApacheDS
> > > server I get this error :
> > >
> > > Caused by: *java.lang.RuntimeException*: *
> > java.lang.IllegalStateException*:
> > > No resource named
> > > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> > >
> > > I supposed that DBFILES contains an empty database template. In which
> > jar
> > > is this packed?
> > >
> > > Stevens
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > >             02.07.2007 13:30 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > > jUDDI is not dead.
> > >
> > > The last commit was done 2 days ago. ven if the list is not very
> active,
> > > there is still some commits.
> > >
> > > You seems to have build an interesting server. We will be pleased to
> > help
> > > you if you want to go farther, but I would encourage you to switch to
> > 1.5,
> > > which is much more stable and fast. More that that, even if in early
> > > stage,
> > > it's easier to use than 1.0 !
> > >
> > > Thanks for your interest !
> > >
> > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > >
> > > > Is jUDDI still an open project, There is no release since June 14,
> > 2005
> > > .
> > > >
> > > > I thought UDDI was available in ApacheDS. I missunderstand
something
> > :).
> > > >
> > > > I developed a custom server integrating ApacheDS 1.02 (would like
> > 1.5but
> > > > some feature of my dynamic lcassloader is not in place), tomcat 6
> and
> > > others
> > > > open source projects. I will need UDDI service to expose some
> features
> > > of
> > > > our software. I may spent time on this implementation but need some
> > > hints to
> > > > do this.
> > > >
> > > > Stevens
> > > >
> > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > > >
> > > >
> > > >
> > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > > >
> > > >             02.07.2007 11:56 Veuillez répondre à
> > > >             users@directory.apache.org
> > > >
> > > >
> > > > A
> > > >
> > > > users@directory.apache.org
> > > > cc
> > > >
> > > >
> > > > Objet
> > > >
> > > > Re: ApacheDS and UDDI
> > > >
> > > > Hi Stevens,
> > > >
> > > > there is not such an ADS UDDI service. Obviously, this would be a
> good
> > > > move to have it, but there is nothing in our roadmap related to
> UDDI.
> > > >
> > > > Of course, if someone want to dedicate some time to work out a
> > > > solution based on ADS, we would be happy to include it into the
> > > > server. It should just be a matter to add a new schema, and to map
> > > > jUDDI (another apache project:
> > >
> >
> http://ws.apache.org/juddi/ ) on top of
> > > > ADS.
> > > >
> > > > Wanna try ?
> > > >
> > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'm looking to use ApacheDS as a UDDI repository, wher can I find
> > some
> > > > > documentation on ApacheDS UDDI service?
> > > > >
> > > > > Best Regards,
> > > > > Stevens Gestin
> > > > >
> > > > > DISCLAIMER : This email and any files transmitted with it,
> including
> > > > > replies and forwarded copies (which may contain alterations)
> > > > subsequently
> > > > > transmitted from the sender, are confidential and solely for the
> use
> > > of
> > > > the
> > > > > intended recipient. The contents do not represent the opinion of
> the
> > > > sender
> > > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Cordialement,
> > > > Emmanuel Lécharny
> > > > www.iktek.com
> > > >
> > > >
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it,
including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the
use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of
the
> > > sender
> > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.
>
>


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Emmanuel Lecharny <el...@gmail.com>.
Just go ahead then ! The 1.5.1 won't be very different from the
developpement version, we will just fix some bugs which may not impacting
your dev.

All you need is summarized in this page :

http://directory.apache.org/apacheds/1.5/building-trunks.html

Emmanuel

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> I can wait but if I need to develop UDDI It may be interesting to download
> development version.
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 14:17 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> The short answer is : 'yes'.
>
> We are in the process to releasing a 1.5.1 soon (in july, somewhere), so
> if
> you can wait a little bit, it won't be anymore a development version.
>
> You have to know that the trunk contains a version which should work, as
> we
> are running integration tests on it before each commit ( hopefully ...),
> so
> this is somehow stable. However, the 1.5.x versions aren't supposed to be
> a
> final version : final versions are 1.x, 2.x etc. But I still consider that
> 1.5 versions are much more stable and reliable than 1.0, which is a little
> bit limited.
>
> It's up to you to select which version you want to work with, considering
> that we will be there to help you whatever version you select :)
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > So I need developpement version to do this?
> >
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 13:47 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > Well, you will have to run mvn clean install before starting ADS 1.5.
> >
> > The problem is that we are now using ADS itself to store the schema. But
> > we
> > need to inject this meta-schema into ADS when you first launch it,
> > otherwise
> > the server won't be able to start. The DBFILES is created when compiling
> > the
> > server with the mvn clean install, and then loaded into the server.
> >
> > I know, this is not very elegant, but as we don't have yet worked to
> clean
> > this up, you will have to go through it...
> >
> >
> > Sorry for the burden...
> >
> > On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> > >
> > > Then my first task is finalisation of ApacheDS 1.5. When starting
> > ApacheDS
> > > server I get this error :
> > >
> > > Caused by: *java.lang.RuntimeException*: *
> > java.lang.IllegalStateException*:
> > > No resource named
> > > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> > >
> > > I supposed that DBFILES contains an empty database template. In which
> > jar
> > > is this packed?
> > >
> > > Stevens
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > >             02.07.2007 13:30 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > > jUDDI is not dead.
> > >
> > > The last commit was done 2 days ago. ven if the list is not very
> active,
> > > there is still some commits.
> > >
> > > You seems to have build an interesting server. We will be pleased to
> > help
> > > you if you want to go farther, but I would encourage you to switch to
> > 1.5,
> > > which is much more stable and fast. More that that, even if in early
> > > stage,
> > > it's easier to use than 1.0 !
> > >
> > > Thanks for your interest !
> > >
> > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > >
> > > > Is jUDDI still an open project, There is no release since June 14,
> > 2005
> > > .
> > > >
> > > > I thought UDDI was available in ApacheDS. I missunderstand something
> > :).
> > > >
> > > > I developed a custom server integrating ApacheDS 1.02 (would like
> > 1.5but
> > > > some feature of my dynamic lcassloader is not in place), tomcat 6
> and
> > > others
> > > > open source projects. I will need UDDI service to expose some
> features
> > > of
> > > > our software. I may spent time on this implementation but need some
> > > hints to
> > > > do this.
> > > >
> > > > Stevens
> > > >
> > > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > > >
> > > >
> > > >
> > > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> > >
> > > >
> > > >             02.07.2007 11:56 Veuillez répondre à
> > > >             users@directory.apache.org
> > > >
> > > >
> > > > A
> > > >
> > > > users@directory.apache.org
> > > > cc
> > > >
> > > >
> > > > Objet
> > > >
> > > > Re: ApacheDS and UDDI
> > > >
> > > > Hi Stevens,
> > > >
> > > > there is not such an ADS UDDI service. Obviously, this would be a
> good
> > > > move to have it, but there is nothing in our roadmap related to
> UDDI.
> > > >
> > > > Of course, if someone want to dedicate some time to work out a
> > > > solution based on ADS, we would be happy to include it into the
> > > > server. It should just be a matter to add a new schema, and to map
> > > > jUDDI (another apache project:
> > >
> >
> http://ws.apache.org/juddi/ ) on top of
> > > > ADS.
> > > >
> > > > Wanna try ?
> > > >
> > > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'm looking to use ApacheDS as a UDDI repository, wher can I find
> > some
> > > > > documentation on ApacheDS UDDI service?
> > > > >
> > > > > Best Regards,
> > > > > Stevens Gestin
> > > > >
> > > > > DISCLAIMER : This email and any files transmitted with it,
> including
> > > > > replies and forwarded copies (which may contain alterations)
> > > > subsequently
> > > > > transmitted from the sender, are confidential and solely for the
> use
> > > of
> > > > the
> > > > > intended recipient. The contents do not represent the opinion of
> the
> > > > sender
> > > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Cordialement,
> > > > Emmanuel Lécharny
> > > > www.iktek.com
> > > >
> > > >
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it, including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of the
> > > sender
> > > > except to the extent that it relates to their official business.
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.
>
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
I can wait but if I need to develop UDDI It may be interesting to download
development version.



                                                                           
             "Emmanuel                                                     
             Lecharny"                                                     
             <elecharny@gmail.                                           A 
             com>                      users@directory.apache.org          
                                                                        cc 
             02.07.2007 14:17                                              
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




The short answer is : 'yes'.

We are in the process to releasing a 1.5.1 soon (in july, somewhere), so if
you can wait a little bit, it won't be anymore a development version.

You have to know that the trunk contains a version which should work, as we
are running integration tests on it before each commit ( hopefully ...), so
this is somehow stable. However, the 1.5.x versions aren't supposed to be a
final version : final versions are 1.x, 2.x etc. But I still consider that
1.5 versions are much more stable and reliable than 1.0, which is a little
bit limited.

It's up to you to select which version you want to work with, considering
that we will be there to help you whatever version you select :)

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> So I need developpement version to do this?
>
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 13:47 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> Well, you will have to run mvn clean install before starting ADS 1.5.
>
> The problem is that we are now using ADS itself to store the schema. But
> we
> need to inject this meta-schema into ADS when you first launch it,
> otherwise
> the server won't be able to start. The DBFILES is created when compiling
> the
> server with the mvn clean install, and then loaded into the server.
>
> I know, this is not very elegant, but as we don't have yet worked to
clean
> this up, you will have to go through it...
>
>
> Sorry for the burden...
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > Then my first task is finalisation of ApacheDS 1.5. When starting
> ApacheDS
> > server I get this error :
> >
> > Caused by: *java.lang.RuntimeException*: *
> java.lang.IllegalStateException*:
> > No resource named
> > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> >
> > I supposed that DBFILES contains an empty database template. In which
> jar
> > is this packed?
> >
> > Stevens
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 13:30 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > jUDDI is not dead.
> >
> > The last commit was done 2 days ago. ven if the list is not very
active,
> > there is still some commits.
> >
> > You seems to have build an interesting server. We will be pleased to
> help
> > you if you want to go farther, but I would encourage you to switch to
> 1.5,
> > which is much more stable and fast. More that that, even if in early
> > stage,
> > it's easier to use than 1.0 !
> >
> > Thanks for your interest !
> >
> > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > >
> > > Is jUDDI still an open project, There is no release since June 14,
> 2005
> > .
> > >
> > > I thought UDDI was available in ApacheDS. I missunderstand something
> :).
> > >
> > > I developed a custom server integrating ApacheDS 1.02 (would like
> 1.5but
> > > some feature of my dynamic lcassloader is not in place), tomcat 6 and
> > others
> > > open source projects. I will need UDDI service to expose some
features
> > of
> > > our software. I may spent time on this implementation but need some
> > hints to
> > > do this.
> > >
> > > Stevens
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> > >
> > >             02.07.2007 11:56 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > >
> > > Hi Stevens,
> > >
> > > there is not such an ADS UDDI service. Obviously, this would be a
good
> > > move to have it, but there is nothing in our roadmap related to UDDI.
> > >
> > > Of course, if someone want to dedicate some time to work out a
> > > solution based on ADS, we would be happy to include it into the
> > > server. It should just be a matter to add a new schema, and to map
> > > jUDDI (another apache project:
> >
> http://ws.apache.org/juddi/ ) on top of
> > > ADS.
> > >
> > > Wanna try ?
> > >
> > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > >
> > > >
> > > > Hi,
> > > >
> > > > I'm looking to use ApacheDS as a UDDI repository, wher can I find
> some
> > > > documentation on ApacheDS UDDI service?
> > > >
> > > > Best Regards,
> > > > Stevens Gestin
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it,
including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the
use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of
the
> > > sender
> > > > except to the extent that it relates to their official business.
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.
>
>


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Emmanuel Lecharny <el...@gmail.com>.
The short answer is : 'yes'.

We are in the process to releasing a 1.5.1 soon (in july, somewhere), so if
you can wait a little bit, it won't be anymore a development version.

You have to know that the trunk contains a version which should work, as we
are running integration tests on it before each commit ( hopefully ...), so
this is somehow stable. However, the 1.5.x versions aren't supposed to be a
final version : final versions are 1.x, 2.x etc. But I still consider that
1.5 versions are much more stable and reliable than 1.0, which is a little
bit limited.

It's up to you to select which version you want to work with, considering
that we will be there to help you whatever version you select :)

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> So I need developpement version to do this?
>
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 13:47 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> Well, you will have to run mvn clean install before starting ADS 1.5.
>
> The problem is that we are now using ADS itself to store the schema. But
> we
> need to inject this meta-schema into ADS when you first launch it,
> otherwise
> the server won't be able to start. The DBFILES is created when compiling
> the
> server with the mvn clean install, and then loaded into the server.
>
> I know, this is not very elegant, but as we don't have yet worked to clean
> this up, you will have to go through it...
>
>
> Sorry for the burden...
>
> On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
> >
> > Then my first task is finalisation of ApacheDS 1.5. When starting
> ApacheDS
> > server I get this error :
> >
> > Caused by: *java.lang.RuntimeException*: *
> java.lang.IllegalStateException*:
> > No resource named
> > org/apache/directory/server/schema/bootstrap/partition/DBFILES
> >
> > I supposed that DBFILES contains an empty database template. In which
> jar
> > is this packed?
> >
> > Stevens
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> >             02.07.2007 13:30 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> > jUDDI is not dead.
> >
> > The last commit was done 2 days ago. ven if the list is not very active,
> > there is still some commits.
> >
> > You seems to have build an interesting server. We will be pleased to
> help
> > you if you want to go farther, but I would encourage you to switch to
> 1.5,
> > which is much more stable and fast. More that that, even if in early
> > stage,
> > it's easier to use than 1.0 !
> >
> > Thanks for your interest !
> >
> > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > >
> > > Is jUDDI still an open project, There is no release since June 14,
> 2005
> > .
> > >
> > > I thought UDDI was available in ApacheDS. I missunderstand something
> :).
> > >
> > > I developed a custom server integrating ApacheDS 1.02 (would like
> 1.5but
> > > some feature of my dynamic lcassloader is not in place), tomcat 6 and
> > others
> > > open source projects. I will need UDDI service to expose some features
> > of
> > > our software. I may spent time on this implementation but need some
> > hints to
> > > do this.
> > >
> > > Stevens
> > >
> > > [image: Inactive hide details for "Emmanuel Lecharny"
> > > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> > >
> > >
> > >
> > >     *"Emmanuel Lecharny" <el...@gmail.com>*
> >
> > >
> > >             02.07.2007 11:56 Veuillez répondre à
> > >             users@directory.apache.org
> > >
> > >
> > > A
> > >
> > > users@directory.apache.org
> > > cc
> > >
> > >
> > > Objet
> > >
> > > Re: ApacheDS and UDDI
> > >
> > > Hi Stevens,
> > >
> > > there is not such an ADS UDDI service. Obviously, this would be a good
> > > move to have it, but there is nothing in our roadmap related to UDDI.
> > >
> > > Of course, if someone want to dedicate some time to work out a
> > > solution based on ADS, we would be happy to include it into the
> > > server. It should just be a matter to add a new schema, and to map
> > > jUDDI (another apache project:
> >
> http://ws.apache.org/juddi/ ) on top of
> > > ADS.
> > >
> > > Wanna try ?
> > >
> > > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > > >
> > > >
> > > > Hi,
> > > >
> > > > I'm looking to use ApacheDS as a UDDI repository, wher can I find
> some
> > > > documentation on ApacheDS UDDI service?
> > > >
> > > > Best Regards,
> > > > Stevens Gestin
> > > >
> > > > DISCLAIMER : This email and any files transmitted with it, including
> > > > replies and forwarded copies (which may contain alterations)
> > > subsequently
> > > > transmitted from the sender, are confidential and solely for the use
> > of
> > > the
> > > > intended recipient. The contents do not represent the opinion of the
> > > sender
> > > > except to the extent that it relates to their official business.
> > >
> > >
> > > --
> > > Regards,
> > > Cordialement,
> > > Emmanuel Lécharny
> > > www.iktek.com
> > >
> > >
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> > >
> > >
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.
>
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
So I need developpement version to do this?




                                                                           
             "Emmanuel                                                     
             Lecharny"                                                     
             <elecharny@gmail.                                           A 
             com>                      users@directory.apache.org          
                                                                        cc 
             02.07.2007 13:47                                              
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




Well, you will have to run mvn clean install before starting ADS 1.5.

The problem is that we are now using ADS itself to store the schema. But we
need to inject this meta-schema into ADS when you first launch it,
otherwise
the server won't be able to start. The DBFILES is created when compiling
the
server with the mvn clean install, and then loaded into the server.

I know, this is not very elegant, but as we don't have yet worked to clean
this up, you will have to go through it...


Sorry for the burden...

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> Then my first task is finalisation of ApacheDS 1.5. When starting
ApacheDS
> server I get this error :
>
> Caused by: *java.lang.RuntimeException*:
*java.lang.IllegalStateException*:
> No resource named
> org/apache/directory/server/schema/bootstrap/partition/DBFILES
>
> I supposed that DBFILES contains an empty database template. In which jar
> is this packed?
>
> Stevens
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 13:30 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> jUDDI is not dead.
>
> The last commit was done 2 days ago. ven if the list is not very active,
> there is still some commits.
>
> You seems to have build an interesting server. We will be pleased to help
> you if you want to go farther, but I would encourage you to switch to
1.5,
> which is much more stable and fast. More that that, even if in early
> stage,
> it's easier to use than 1.0 !
>
> Thanks for your interest !
>
> On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> >
> > Is jUDDI still an open project, There is no release since June 14, 2005
> .
> >
> > I thought UDDI was available in ApacheDS. I missunderstand something
:).
> >
> > I developed a custom server integrating ApacheDS 1.02 (would like 1.5
but
> > some feature of my dynamic lcassloader is not in place), tomcat 6 and
> others
> > open source projects. I will need UDDI service to expose some features
> of
> > our software. I may spent time on this implementation but need some
> hints to
> > do this.
> >
> > Stevens
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
>
> >
> >             02.07.2007 11:56 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> >
> > Hi Stevens,
> >
> > there is not such an ADS UDDI service. Obviously, this would be a good
> > move to have it, but there is nothing in our roadmap related to UDDI.
> >
> > Of course, if someone want to dedicate some time to work out a
> > solution based on ADS, we would be happy to include it into the
> > server. It should just be a matter to add a new schema, and to map
> > jUDDI (another apache project:
> http://ws.apache.org/juddi/ ) on top of
> > ADS.
> >
> > Wanna try ?
> >
> > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > >
> > >
> > > Hi,
> > >
> > > I'm looking to use ApacheDS as a UDDI repository, wher can I find
some
> > > documentation on ApacheDS UDDI service?
> > >
> > > Best Regards,
> > > Stevens Gestin
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.
>
>


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Alex Karasulu <ak...@apache.org>.
On 7/2/07, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Well, you will have to run mvn clean install before starting ADS 1.5.
>
> The problem is that we are now using ADS itself to store the schema.


That's not the problem but rather the issue here is due to a poorly
implemented maven
plugin which is used in the build process to construct a stock schema
partition populated
with a bunch of standard schemas.

But we
> need to inject this meta-schema into ADS when you first launch it,
> otherwise
> the server won't be able to start. The DBFILES is created when compiling
> the
> server with the mvn clean install, and then loaded into the server.


To be more exact the DBFILES file contains a list of partition files.  The
btree dot.db
files in the stock pre-packaged schema partition.  This is needed to know
which indices
are in use for this partition.

Really this problem and this file can go away if we start storing index
configuration info
within the master.db file's admin table.  Then this way the startup sequence
can extract
the same information from that admin table's properties rather than
resorting to the use
of this external DBFILES file.

Alex

Re: ApacheDS and UDDI

Posted by Emmanuel Lecharny <el...@gmail.com>.
Well, you will have to run mvn clean install before starting ADS 1.5.

The problem is that we are now using ADS itself to store the schema. But we
need to inject this meta-schema into ADS when you first launch it, otherwise
the server won't be able to start. The DBFILES is created when compiling the
server with the mvn clean install, and then loaded into the server.

I know, this is not very elegant, but as we don't have yet worked to clean
this up, you will have to go through it...


Sorry for the burden...

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
> Then my first task is finalisation of ApacheDS 1.5. When starting ApacheDS
> server I get this error :
>
> Caused by: *java.lang.RuntimeException*: *java.lang.IllegalStateException*:
> No resource named
> org/apache/directory/server/schema/bootstrap/partition/DBFILES
>
> I supposed that DBFILES contains an empty database template. In which jar
> is this packed?
>
> Stevens
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" <el...@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 13:30 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
> jUDDI is not dead.
>
> The last commit was done 2 days ago. ven if the list is not very active,
> there is still some commits.
>
> You seems to have build an interesting server. We will be pleased to help
> you if you want to go farther, but I would encourage you to switch to 1.5,
> which is much more stable and fast. More that that, even if in early
> stage,
> it's easier to use than 1.0 !
>
> Thanks for your interest !
>
> On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> >
> > Is jUDDI still an open project, There is no release since June 14, 2005
> .
> >
> > I thought UDDI was available in ApacheDS. I missunderstand something :).
> >
> > I developed a custom server integrating ApacheDS 1.02 (would like 1.5but
> > some feature of my dynamic lcassloader is not in place), tomcat 6 and
> others
> > open source projects. I will need UDDI service to expose some features
> of
> > our software. I may spent time on this implementation but need some
> hints to
> > do this.
> >
> > Stevens
> >
> > [image: Inactive hide details for "Emmanuel Lecharny"
> > <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
> >
> >
> >
> >     *"Emmanuel Lecharny" <el...@gmail.com>*
>
> >
> >             02.07.2007 11:56 Veuillez répondre à
> >             users@directory.apache.org
> >
> >
> > A
> >
> > users@directory.apache.org
> > cc
> >
> >
> > Objet
> >
> > Re: ApacheDS and UDDI
> >
> > Hi Stevens,
> >
> > there is not such an ADS UDDI service. Obviously, this would be a good
> > move to have it, but there is nothing in our roadmap related to UDDI.
> >
> > Of course, if someone want to dedicate some time to work out a
> > solution based on ADS, we would be happy to include it into the
> > server. It should just be a matter to add a new schema, and to map
> > jUDDI (another apache project:
> http://ws.apache.org/juddi/ ) on top of
> > ADS.
> >
> > Wanna try ?
> >
> > On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> > >
> > >
> > > Hi,
> > >
> > > I'm looking to use ApacheDS as a UDDI repository, wher can I find some
> > > documentation on ApacheDS UDDI service?
> > >
> > > Best Regards,
> > > Stevens Gestin
> > >
> > > DISCLAIMER : This email and any files transmitted with it, including
> > > replies and forwarded copies (which may contain alterations)
> > subsequently
> > > transmitted from the sender, are confidential and solely for the use
> of
> > the
> > > intended recipient. The contents do not represent the opinion of the
> > sender
> > > except to the extent that it relates to their official business.
> >
> >
> > --
> > Regards,
> > Cordialement,
> > Emmanuel Lécharny
> > www.iktek.com
> >
> >
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
> >
> >
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.
>
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
Then my first task is finalisation of ApacheDS 1.5. When starting ApacheDS
server I get this error :

Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: No
resource named
org/apache/directory/server/schema/bootstrap/partition/DBFILES

I supposed that DBFILES contains an empty database template. In which jar
is this packed?

Stevens



                                                                           
             "Emmanuel                                                     
             Lecharny"                                                     
             <elecharny@gmail.                                           A 
             com>                      users@directory.apache.org          
                                                                        cc 
             02.07.2007 13:30                                              
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




jUDDI is not dead.

The last commit was done 2 days ago. ven if the list is not very active,
there is still some commits.

You seems to have build an interesting server. We will be pleased to help
you if you want to go farther, but I would encourage you to switch to 1.5,
which is much more stable and fast. More that that, even if in early stage,
it's easier to use than 1.0 !

Thanks for your interest !

On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
>
> Is jUDDI still an open project, There is no release since June 14, 2005 .
>
> I thought UDDI was available in ApacheDS. I missunderstand something :).
>
> I developed a custom server integrating ApacheDS 1.02 (would like 1.5 but
> some feature of my dynamic lcassloader is not in place), tomcat 6 and
others
> open source projects. I will need UDDI service to expose some features of
> our software. I may spent time on this implementation but need some hints
to
> do this.
>
> Stevens
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 11:56 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
>
> Hi Stevens,
>
> there is not such an ADS UDDI service. Obviously, this would be a good
> move to have it, but there is nothing in our roadmap related to UDDI.
>
> Of course, if someone want to dedicate some time to work out a
> solution based on ADS, we would be happy to include it into the
> server. It should just be a matter to add a new schema, and to map
> jUDDI (another apache project: http://ws.apache.org/juddi/ ) on top of
> ADS.
>
> Wanna try ?
>
> On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> >
> >
> > Hi,
> >
> > I'm looking to use ApacheDS as a UDDI repository, wher can I find some
> > documentation on ApacheDS UDDI service?
> >
> > Best Regards,
> > Stevens Gestin
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.
>
>


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Emmanuel Lecharny <el...@gmail.com>.
jUDDI is not dead.

The last commit was done 2 days ago. ven if the list is not very active,
there is still some commits.

You seems to have build an interesting server. We will be pleased to help
you if you want to go farther, but I would encourage you to switch to 1.5,
which is much more stable and fast. More that that, even if in early stage,
it's easier to use than 1.0 !

Thanks for your interest !

On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
>
> Is jUDDI still an open project, There is no release since June 14, 2005 .
>
> I thought UDDI was available in ApacheDS. I missunderstand something :).
>
> I developed a custom server integrating ApacheDS 1.02 (would like 1.5 but
> some feature of my dynamic lcassloader is not in place), tomcat 6 and others
> open source projects. I will need UDDI service to expose some features of
> our software. I may spent time on this implementation but need some hints to
> do this.
>
> Stevens
>
> [image: Inactive hide details for "Emmanuel Lecharny"
> <el...@gmail.com>]"Emmanuel Lecharny" < elecharny@gmail.com>
>
>
>
>     *"Emmanuel Lecharny" <el...@gmail.com>*
>
>             02.07.2007 11:56 Veuillez répondre à
>             users@directory.apache.org
>
>
> A
>
> users@directory.apache.org
> cc
>
>
> Objet
>
> Re: ApacheDS and UDDI
>
> Hi Stevens,
>
> there is not such an ADS UDDI service. Obviously, this would be a good
> move to have it, but there is nothing in our roadmap related to UDDI.
>
> Of course, if someone want to dedicate some time to work out a
> solution based on ADS, we would be happy to include it into the
> server. It should just be a matter to add a new schema, and to map
> jUDDI (another apache project: http://ws.apache.org/juddi/ ) on top of
> ADS.
>
> Wanna try ?
>
> On 7/2/07, sgestin@gnt.ch < sgestin@gnt.ch> wrote:
> >
> >
> > Hi,
> >
> > I'm looking to use ApacheDS as a UDDI repository, wher can I find some
> > documentation on ApacheDS UDDI service?
> >
> > Best Regards,
> > Stevens Gestin
> >
> > DISCLAIMER : This email and any files transmitted with it, including
> > replies and forwarded copies (which may contain alterations)
> subsequently
> > transmitted from the sender, are confidential and solely for the use of
> the
> > intended recipient. The contents do not represent the opinion of the
> sender
> > except to the extent that it relates to their official business.
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.
>
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: ApacheDS and UDDI

Posted by sg...@gnt.ch.
Is jUDDI still an open project, There is no release since June 14, 2005 .

I thought UDDI was available in ApacheDS. I missunderstand something :).

I developed a custom server integrating ApacheDS 1.02 (would like 1.5 but
some feature of my dynamic lcassloader is not in place), tomcat 6 and
others open source projects. I will need UDDI service to expose some
features of our software. I may spent time on this implementation but need
some hints to do this.

Stevens



                                                                           
             "Emmanuel                                                     
             Lecharny"                                                     
             <elecharny@gmail.                                           A 
             com>                      users@directory.apache.org          
                                                                        cc 
             02.07.2007 11:56                                              
                                                                     Objet 
                                       Re: ApacheDS and UDDI               
             Veuillez répondre                                             
                     à                                                     
             users@directory.a                                             
                 pache.org                                                 
                                                                           
                                                                           




Hi Stevens,

there is not such an ADS UDDI service. Obviously, this would be a good
move to have it, but there is nothing in our roadmap related to UDDI.

Of course, if someone want to dedicate some time to work out a
solution based on ADS, we would be happy to include it into the
server. It should just be a matter to add a new schema, and to map
jUDDI (another apache project: http://ws.apache.org/juddi/ ) on top of
ADS.

Wanna try ?

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
>
> Hi,
>
> I'm looking to use ApacheDS as a UDDI repository, wher can I find some
> documentation on ApacheDS UDDI service?
>
> Best Regards,
> Stevens Gestin
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of
the
> intended recipient. The contents do not represent the opinion of the
sender
> except to the extent that it relates to their official business.


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



DISCLAIMER : This email and any files transmitted with it, including
replies and forwarded copies (which may contain alterations) subsequently
transmitted from the sender, are confidential and solely for the use of the
intended recipient. The contents do not represent the opinion of the sender
except to the extent that it relates to their official business.

Re: ApacheDS and UDDI

Posted by Emmanuel Lecharny <el...@gmail.com>.
Hi Stevens,

there is not such an ADS UDDI service. Obviously, this would be a good
move to have it, but there is nothing in our roadmap related to UDDI.

Of course, if someone want to dedicate some time to work out a
solution based on ADS, we would be happy to include it into the
server. It should just be a matter to add a new schema, and to map
jUDDI (another apache project: http://ws.apache.org/juddi/ ) on top of
ADS.

Wanna try ?

On 7/2/07, sgestin@gnt.ch <sg...@gnt.ch> wrote:
>
>
> Hi,
>
> I'm looking to use ApacheDS as a UDDI repository, wher can I find some
> documentation on ApacheDS UDDI service?
>
> Best Regards,
> Stevens Gestin
>
> DISCLAIMER : This email and any files transmitted with it, including
> replies and forwarded copies (which may contain alterations) subsequently
> transmitted from the sender, are confidential and solely for the use of the
> intended recipient. The contents do not represent the opinion of the sender
> except to the extent that it relates to their official business.


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com