Lotus Domino

  • FRULE: DominoDocument is a wild animal

    Here’s the story: We needed multiple “dynamic tables” in our projects. Thanks to Russel Maher I had something to start off with. Too bad his solution worked on the “backend” document. After I had managed to get a “container” around his solution another problem popped up: Save conflicts. I couldn’t figure out why this happened.…

    read more

  • FRULE: NotesException: Note delete failed

    Error while saving documentCould not save the document NEW_1d NotesException: Note delete failed NotesException: Note delete failed lotus.domino.local.Document.Nsave(Native Method) lotus.domino.local.Document.save(Unknown Source) lotus.domino.local.Document.save(Unknown Source) com.ibm.xsp.model.domino.wrapped.DominoDocument.save(DominoDocument.java:1087) com.ibm.xsp.model.domino.DominoDocumentData.doSaveDocument(DominoDocumentData.java:567) com.ibm.xsp.model.AbstractDocumentDataSource.save(AbstractDocumentDataSource.java:76) what the heck is this??? I only found a very old note in the 6/7 LN forum. The guy thought it was related to some “null value vector”.. any…

    read more

  • QUINDIP: how to debug java in xPages (reminder!)

    just wanted to reiterate again to those developing in Java for xPages how easy it is to debug ALL Java code run in an xPage (yes, ALL, even the Java code which “creates” the xPage and all it’s controls!)click here to read my earlier article

    read more