[basex-talk] EMail module and javax.activation.DataSource

2021-08-25 Thread dudz...@yahoo.com
Dear all, I am trying to use a basex Email module http://files.basex.org/modules/org/basex/modules/email/EMail.jar. I downloaded a new basex instance (9.6 version) and added this jar to lib directory. Based on the xquery/email.xq file I created the following file: import module namespace

Re: [basex-talk] EMail module and javax.activation.DataSource

2021-08-25 Thread Omar Siam
Hello, Are you using JDK 11 (or newer)? javax.activation is no longer part of the JDK but the jar is available separately. I stumbled upon this in exist-db but maybe it is the same problem here? So JDK 1.8 should work and adding the jar