Interesting; it doesn't sound like a DSML problem then, but a schema checking problem.

If JX is working correctly, it should check the root entry for the 'subschemaSubentry' attribute, which tells it where the schema is held. However many directories don't seem to publish this correctly, so if it can't get anything sensible from the subschema subentry attribute, it defaults to using 'cn=schema' (which is what many servers use anyway).

It sounds like the first step isn't working for you for some reason? Although I'm at a loss as to why it should have worked before but not now; this stuff is at a much higher level than the actual protocol.

If you want to look at the code yourself, it's in 'com.ca.commons.jndi.SchemaOps.java', in the method 'getSchemaRoot()'.

   - Chris


On 18/08/2005, at 5:21 AM, Jack Smith wrote:

Chris,

I looked at the HTTP packets being exchanged between
JXplorer and the DSML server, and it seems that
JXplorer v3.2beta1 searches for "cn=schema" while
looking for the schema even though the DSML server
indicates that the subschema subentry is located at
"cn=subschemasubentry". This seems to cause the schema
reading to hang.

I am currently using a DSML server that I wrote up.
The DSML I send back during connection setup looks ok,
but maybe there's something JXplorer is not expecting.

Where can I find a list of DSML servers that JXplorer
has been tested with? I can use one of them as a
reference setup as I work on my DSML server.

Thanks,
Jack



--- Chris Betts <[EMAIL PROTECTED]> wrote:


Hi Jack,

     yes, the DSML handling has changed - the
original was based on
Sun code, and there are possible licensing issues
with that, as well
as some quality problems.  The new DSML code is much
lighter weight,
but has only been tested with a handful of DSML
providers.  If you
find problems with the DSML code, and can figure out
what they are,
we'll happily fix it up :-).

     - Chris

On 16/08/2005, at 11:58 AM, Jack Smith wrote:


Hi,

I'm wondering if the DSMLv2 connection setup code

has

changed in v3.2beta1 (from v3.1). When using v3.1

I

was able to successfully connect to a DSMLv2

service.

When using v3.2beta1, the connection setup doesn't
complete. I see the namingcontext DNs in the

"Explore"

window, but the schema doesn't seem to be read. It
seems to hang while reading the schema with a
"reading..." message. Is this a known bug?

Thanks,
Jack

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam

protection around

http://mail.yahoo.com






-------------------------------------------------------

SF.Net email is Sponsored by the Better Software

Conference & EXPO

September 19-22, 2005 * San Francisco, CA *

Development Lifecycle

Practices
Agile & Plan-Driven Development * Managing

Projects & Teams *

Testing & QA
Security * Process Improvement & Measurement *

http://www.sqe.com/

bsce5sf
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net




https://lists.sourceforge.net/lists/listinfo/jxplorer-users










____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users

Reply via email to