Just to clarify on the JNDI detector, it does not require jnp at runtime.
Only time it is used is if the user does not pass any of the JNDI
information needed to connect to a JNDI Server (i.e. host, port, etc.).  In
this case, it will start a JNP JNDI Server automatically (instead of
throwing an exception).  This was done to make my testing easier and anyone
is welcome to make the code change to take it out (but will also need to
update the JNDIDetectorTest as well).

I'll post my other comment on the general question of should remoting be
part of core (and if so, what parts) in the forums.

-Tom


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of Dain
> Sundstrom
> Sent: Sunday, March 09, 2003 6:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] Naming a core module?
>
>
> On Sunday, March 9, 2003, at 10:35 AM, Jeff Haynie wrote:
>
> > If different protocols are desired beyond that and we
> support them, you
> > can just add the dependent JARs and they become available.
> >
> > I think this is what you want ...
>
> I think this is a bad idea.  If I want a specific connector available
> on my server, I will explicitly deploy it.  I may want SOAP for
> something other then JMX remoting and I don't want it to implicitly
> available as a JMX connector just because I have some jars in my
> classpath.
>
> -dain
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of
> TotalView, The debugger
> for complex code. Debugging C/C++ programs can leave you
> feeling lost and
> disoriented. TotalView can help you find your way. Available
> on major UNIX
> and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to