I have modified the DefaultSchemaLoader constructor to load the schema from teh rootDSE, even if it's not an ApacheDS server :
http://svn.apache.org/r1655004 There is a try...catch to deal with cases where what's in the rootDSE fails. This is most certainly the place where we want to add the code to try other approaches. At this point, I think we would like to have one module per server - if needed - when we have to use heavyly different code to read the schema, so that we can insolate each specific code. To be discussed further.
