lotus-domino

How to export Rich Text fields as HTML from Notes with LotusScript?

冷暖自知 提交于 2019-11-26 22:59:37
问题 I'm working on a data migration task, where I have to export a somewhat large Lotus Notes application into a blogging platform. My first task was to export the articles from Lotus Notes into CSV files. I created a Agent in LotusScript to export the data into CSV files. I use a modified version of this IBM DeveloperWorks forum post. And it basically does the job. But the contents of the Rich Text field is stripped of any formatting. And this is not what I want, I want the Rich Text field

Meaning of java.lang.ClassCastException: someClass incompatible with someClass

巧了我就是萌 提交于 2019-11-26 09:53:49
问题 I was experiencing occasional exceptions in XPages application: java.lang.ClassCastException: someClass incompatible with someClass. Both mentioned classes are the same, it is class used as session bean. I was not able to google anything covering my problem. Usual explanation for this was change in design elements, not my case. The XPage application become unusable (pages using session bean someClass) since that moment, until restart of http task, or resave of faces-config.xml. In some cases