Benjamin,

Bruce Snyder a few months ago expressed his intention to work on support
for DSML 2.0, if I remember correctly. Having said that, let's hear it
from the horse's mouth ... ;-).

Other than this, why not have a look at the sources yourself and see
whether you can provide us with a patch (or at least an educated opinion
what needs to be done). I sure don't have to tell you that this is an
open source project, which per definition makes a living off
contributions from the community .. ;-).

l4l
Werner

Benjamin Shrom wrote:
> Hello,
>  
>  Currently, Exporter produces DSML 1.0 ( see code below ).
>  
>  Is there way to force it to generate DSML 2.0? Will it ever be supported?
>  
>  ...snip...
>                Exporter exporter = new JNDIExporter(context);
>              exporter.setSearchDescriptor(searchDescriptor);
>              StringWriter stringWriter = new StringWriter();
>              try {
>                  exporter.export(stringWriter, false, true);
>              } catch (ImportExportException e) {
>                  getLog().error(e);
>              }
>  ...snip...
>  
>  Regards,
>  
>  Benjamin.
> 
> 
> 
> -------------------------------------------------
> If you wish to unsubscribe from this list, please 
> send an empty message to the following address:
> 
> [EMAIL PROTECTED]
> -------------------------------------------------
> 
> 


-------------------------------------------------
If you wish to unsubscribe from this list, please 
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to