domino-jna icon indicating copy to clipboard operation
domino-jna copied to clipboard

Java project to access the IBM/HCL Domino C API using Java Native Access (JNA)

Results 13 domino-jna issues
Sort by recently updated
recently updated
newest added

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 ``` ![image](https://github.com/user-attachments/assets/cecf2da3-de95-4043-87df-cd6b42f13f46)