|
Home > Archive > Apache Directory Project > May 2007 > Geronimo integration: ServiceRegistry missed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Geronimo integration: ServiceRegistry missed
|
|
| Stefan Zoerner 2007-05-28, 1:11 pm |
| Hi all!
I am trying to update the ApacheDS version used in Geronimo to 1.0.2.
Currently, a < 1.0 is used. I have some problems with changing the glue
code which is part of G.
For instance there are imports like
import org.apache.mina.registry.Service;
import org.apache.mina.registry.ServiceRegistry;
These classes are not present in Mina 1.0.2 (at least at mina-core).
Does anybody know what happened to them, or the name of its successors?
Thanks in advance,
Stefan
| |
| Trustin Lee 2007-05-29, 1:11 am |
| On 5/29/07, Stefan Zoerner <stefan-EQq9qWhC7IA@public.gmane.org> wrote:
> Hi all!
>
> I am trying to update the ApacheDS version used in Geronimo to 1.0.2.
> Currently, a < 1.0 is used. I have some problems with changing the glue
> code which is part of G.
>
> For instance there are imports like
>
> import org.apache.mina.registry.Service;
> import org.apache.mina.registry.ServiceRegistry;
>
> These classes are not present in Mina 1.0.2 (at least at mina-core).
> Does anybody know what happened to them, or the name of its successors?
They have been removed because they caused another complexity. Please
refer to the server context class to find out how to bootstrap the
ApacheDS as an LDAP server.
HTH,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6
|
|
|
|
|