domino-jna
domino-jna copied to clipboard
Java project to access the IBM/HCL Domino C API using Java Native Access (JNA)
I've error during the test TestACLAccess.java **com/mindoo/domino/jna/NotesDatabase.java:** ``` acl.updateEntry("-Default-", "-Default-", defaultAccessLevel, Collections.emptyList(), EnumSet.noneOf(AclFlag.class)); acl.updateEntry("OtherDomainServers", null, AclLevel.NOACCESS, Collections.emptyList(), EnumSet.of(AclFlag.GROUP, AclFlag.SERVER)); // Error is Here acl.updateEntry(manager, null, AclLevel.MANAGER, Collections.emptyList(), EnumSet.noneOf(AclFlag.class)); ``` while...
Hello, I noticed today that if I use .setAnyDate on a NotesDateTime() this will revert the timezone back to UTC even if the time was correct before doing the call....
There are error ``` java.lang.RuntimeException: java.lang.IllegalArgumentException: Null handle cannot be locked ``` 