VOP: Mail database is not ready  

By Michael Ruhnau | 2/16/17 7:30 AM | Infrastructure - Notes / Domino | Added by Oliver Busse

We have been running an IBM Verse on Premise (VOP) pilot in our company for quite some time now. We started last year with the beta version of IBM Verse and upgraded toi the Gold version a couple of weeks ag. After the upgrade, I had an issue opening my inbox.

Image processing using JaxaXT in a Notes / Domino Agent  

By Michael Ruhnau | 12/3/15 11:41 AM | - | Added by John Oldenburger

Today I stumbled across JavaXT. JavaXT is described as a collection of Java libraries and utilities that provide a number of functions not available in the standard JDK. It is an extension of the Java core, written to simplify Java development. I needed a library to resize images - from a good old java agent.

Limitations with multiple instances of XPages applications on IBM Bluemix  

By Michael Ruhnau | 7/20/15 4:49 PM | - | Added by John Oldenburger

I discovered some "limitations" or caveats while I was playing with XPages on IBM Bluemix tonight. I setup two instances of the To Do Boilerplate. The first thing that annoyed me is that the import of the Bluemix Starter code of the second instance replaced the NSF of my first To Do app.

Apply Java Permissions to Domino Agents at runtime - again ;-)  

By Michael Ruhnau | 3/17/15 12:32 PM | Infrastructure - Notes / Domino | Added by Johnny Oldenburger

This post is supposed to be read by developers only. Admins, please move on ;-) I have an agent which is used to make SFTP file transfers from Domino to our corporate SAP system. It's an interesting project and I am exploring new stuff on a daily basis :-)

Today I learned how to override session authentication using a web site rule  

By Michael Ruhnau | 3/6/14 2:48 AM | Infrastructure - Notes / Domino | Added by Ove Størholt

Did you know that you can override session based authentication based on URL patterns?‎ Yes? Lucky you, I didn`t. I honestly admit it: I am more a developer than an admin ;-). The feature dates back to R7.0.2 so I must have been missed something at that time...

Some thoughts on Source Control Management for XPages development  

By Michael Ruhnau | 1/16/14 12:52 PM | - | Added by Niklas Heidloff

In my career as a Domino developer I have been playing with various Source Control Managent solutions already. I used TeamStudio Ciao! for many many years and this tool proved to be a life saver in many occasions already.

DOTS: Logging to server console and log.nsf (part2)  

By Michael Ruhnau | 11/20/13 12:11 AM | - | Added by Niklas Heidloff

In my previous blog post I showed how I implemented console logging in my DOTS projects. As I mentioned already yesterday, I prefer using logMessage respectively logException which are both implemented in the ServerConsole class of DOTS.

DOTS: Logging to server console and log.nsf  

By Michael Ruhnau | 11/19/13 12:15 AM | - | Added by Niklas Heidloff

In one of my current development projects I am developing a DOTS server task(let). One thing that I found very annoying is the logging part of DOTS.

Domino OSGi Tasklet Services - some useful links  

By Michael Ruhnau | 9/14/13 6:01 PM | - | Added by Cn=Bruce Elgort/O=Notesoss

I am currently working on a DOTS project. Since I have started this project I benefited a lot from various community resources out there. First of all, thank you very much to the originating authors for sharing these resources with all of us! I was thinking that starting a link collection for DOTS might be a good idea for others who want dive deeper in this topic...