0
votes
1answer
49 views

Cancel recurring meeting in lotus notes programatically

I used ApptUNID to find the parent document. Using this document reference, I have created a child document and set the NoticeType field to C and the document is sent to all participants. By doing ...
-1
votes
0answers
21 views

ScheduledExecutorService in a Domino/Lotus Notes environment

Has anyone successfully implemented a Java ScheduledExecutionService implementation in Domino? I have a Domino WebService and I am trying to periodically load some data in memory (a java object holds ...
0
votes
2answers
59 views

Lotus Notes : Insert date value in Lotus Notes form using java agent

I am trying to upload the data from a delimited text file to the lotus notes form using java agent. The issue arises when I try to insert the date value to the notes document. After insert when i use ...
1
vote
2answers
78 views

Console Hang when Incorrect UserID Password Entered to Lotus Notes Client with Java

I am writing a standalone Java application which talks to a Lotus Notes client using notes.jar. The application doesn't have access to a Domino server which is why I'm using the Lotus Notes client. ...
0
votes
0answers
66 views

Lotus Notes - Java UI - Eclipse plugin

Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)? If so, can it ...
0
votes
1answer
86 views

Choices for combobox in a repeat

I've got a view that contains documents with various questions I want answered about Purchase Orders. Using a repeat, I list all the questions. There are a few different kinds of questions, so I only ...
0
votes
1answer
57 views

How to capture “send mail” in plugin for IBM Lotus notes

Here is what I am trying to do: Add a special button to attach files to Notes "New message" window. If files were attached using this button, when email sent, they should be uploaded to the server and ...
0
votes
0answers
82 views

Creating Lotus Notes Appointment with Java

I was trying to generate a Lotus Notes Appointment using the Domino Java API DOMINGO. The appointment is created successfully in my local mail database and I was able to open it. But unfortunally ...
2
votes
1answer
61 views

How to Access Underlying Document of a new Notes Email Before it is Saved

We have a Lotus Notes Plug-In, developed in Java. The current version of Notes we're supporting is 8.5.2. This plug-in adds a button to the Notes UI. When the user clicks it, we present a window to ...
0
votes
0answers
39 views

Lotus notes plugin to send a request to servlet on Apache server

I have a requirement where my lotus plugin (Java) to send a request(HTTP) to the servlet which is in Apache server. I tried URL.openConnection in Java native HTTP request. But no response. I am new to ...
2
votes
2answers
200 views

Fail to open Database using java notes api

I am trying to use a java program to control my lotus notes locally to send email automatically for me. I have encountered the following issues when trying to get a database object. try { ...
0
votes
2answers
166 views

Changes to a Lotus Domino xpages java application do not propagate to the server

Using Lotus Domino 8.5.2 Fixpack 3 The title sums it up. I have an xpages application that uses java. It seems that any java changes I make, never become visible on the server. It sounds a dead ...
1
vote
1answer
107 views

Lotus Notes jvm\lib\ext directory on Mac

I have an application which runs on Lotus Notes 8.5.x. It's basically a modified version of the mail template which has some custom web services connectivity. The web service functionality doesn't use ...
0
votes
1answer
90 views

How to install eclipse plugin in Lotus Notes client silently/Programatically

I need to install an eclipse-based plugin in Lotus Notes Client 8.5. The requirement is that this should not have any user involvement. I want to know is there a way around for this kind of ...
1
vote
2answers
220 views

XPages getEffectiveUserName()

I'm using an XPage as an agent (XAgent) which makes an SSJS call into some Java classes stored as Java design elements. I want the processes which are instigated by the XPage to be in the context of ...
3
votes
3answers
509 views

How to send lotusscript in an email programmatically?

I am trying to programmatically generate lotusscript (in a form of a scriptable button) from a web application (Java EE) and send it to an end-user who will then run it in his/her Lotus Notes client. ...
2
votes
3answers
105 views

How to speed up frequent writing

we created an java agent which does a check on our application suite to see if for instance the parent/child structure is still correct. Therefore it needs to check for 8000+ documents accros several ...
0
votes
1answer
206 views

Support for package “com.ibm.misc” and its classes

I wanted to decode a Base64 string in my XPage for which I was using sun.misc.BASE64Decoder class. But according to Java developer should not write programs that call 'sun' packages. I was searching ...
2
votes
1answer
162 views

How do I use openWithFailover() on a Lotus Domino database?

I've got some Java code that uses the Java Domino API (using the NCSO.jar) to connect with Domino databases over IIOP. A new requirement now is that if the server being connected to is clustered, it ...
0
votes
3answers
492 views

How to get all unread emails in JAVA from lotus notes domino server

I am new to Notes JAVA API and developing a utility where I require to read all unread mails from a Lotus notes id.Now when i try to use lotus.domino.Database.getAllUnreadDocuments() it gives me the ...
0
votes
1answer
118 views

Consuming Web Services in Lotus Notes shows error message no implementation defined for org.apache.commons.logging.logfactory

I have been struggling this for weeks now. I tried almost everything. Loosening security Putting earlier version commons-loggings.jar Putting commons-loggins properties file But all effort in ...
0
votes
2answers
158 views

Retreiving Deny Access Group members from names.nsf directory

I am using Lotus Notes version 8.5.2.. I am relatively new to lotus.domino java API's. I need to retrieve the members within Deny Access Group and put it into a file.How do i go about accessing the ...
3
votes
2answers
460 views

Sending email with java Apache Commons Mail through Lotus Notes

I'm having trouble with my e-mail configuration for sending e-mails using lotus notes in a java program. I know this is pretty much straight forward but i guess i'm missing something. My code is as ...
0
votes
0answers
107 views

Axis Web service Java Agent in Lotus Notes 6.5 running fine on Client but ExceptionInIntitallizerError on Web

I followed on of the tutorial on the internet to consume web services in lotus Notes 6.5 by writing a Java Agent using Apache Axis. The agent runs fine on the client. When running on web browser it ...
0
votes
1answer
154 views

NoClassDEfFoundError while Using AXis with Lotus notes 6.5

I am trying to use APACHE-AXIS framework in Lotus notes 6.5. I did: Created java library in Script library created the Java files from WSDL and added to the library added xml-apis.jar to the ...
0
votes
2answers
168 views

How to add files to .nsf inside a lotus notes application using an external java program

I'm working on a project where i need to get my output excel files stored into a lotus notes .nsf file so that all the people concerned could access it through a lotus notes application. There's ...
0
votes
1answer
118 views

How to upload OLE/2 embedded objects in Lotus Notes?

According to the documentation quote in this answer, documents uploaded on a Notes application are, OLE/2 embedded objects. Is it possible to upload a file as an OLE/2 embedded object using the Java ...
0
votes
1answer
341 views

JavaAgent in Lotus Notes 6.5 using axis api gives Exception “No implementation defined for org.apache.commons.logging.LogFactory”

I needed to write a JavaAgent in a Lotus Notes 6.5 DB to access a web service. I used Axis Apache API for this purpose. I created A Java agent and added the jar files of axis in the agent by using ...
1
vote
1answer
170 views

XPages Java corruption issue

I have noticed that when performing Design refresh in 8.5.3, Java classes often get corrupted and this results in issues on my XPages using the Java code (I generally get error that the package is not ...
0
votes
2answers
396 views

Get lotus notes logged in user's email in JAVA client

I am writing a lotus note plugin. I want the lotus notes login user email inside the java client. i.e. the email address that user has used to signed in lotus notes. My lotus notes is configured for a ...
0
votes
2answers
388 views

Getting the creator and the last modifier of a Lotus Domino document

I'd like to get the creator and the last modifier of Lotus Domino document. How could I do this? I've found the Authors property, which is a Vector but its ordering isn't defined in the ...
1
vote
3answers
413 views

Iterating over every document in Lotus Domino

I'd like iterate over every document in a (probably big) Lotus Domino database and be able to continue it from the last one if the processing breaks (network connection error, application restart ...
2
votes
1answer
612 views

How to debug Java agents (two headed beast approach)

Since Notes/Domino version 7 I have used the principles in Bob Balaban's "Two headed beast" (http://bobzblog.com/tuxedoguy.nsf/dx/the-2-headed-beast-debugging-domino-java-agents-with-eclipse) for ...
0
votes
0answers
164 views

Could not create the view: com/ibm/domino/xsp/module/nsf/platform/NotesPlatform

I am trying to open an xpage in the notes client on a Mac but I get an error. I have tried many different xpages but non of them work in the notes client and I get the same error for all. Notes ...
0
votes
1answer
129 views

Eclipse Job started from running Job to get NotesSession

I'm adding my own Java code to the Notes replicator (like the Activities sync): <plugin> <extension point="com.ibm.notes.client.notesSync"> <unit ...
0
votes
2answers
437 views

Trying to obtain a DOMINO HTTP Session using HttpClient — RESPONSE CODE is always 200

MY Domino Sever is enabled for Session Authentication and the HTTP Port number is configured to 8080. When I execute the below program to obtain a domino HTTP session I always get the below out put. ...
1
vote
1answer
62 views

Reading a Field's choices via Notes Java API

I have made a small application to extract the values from the Items within a set of Documents, all through the Notes Java API (Notes 7). Many of the Items' type is Dialog list, hence the field values ...
2
votes
3answers
303 views

Plug-in that “knows” the current open document?

I want to build a plug-in that gets loaded when the Notes client (8.5.2++) loads that gets called whenever a document is opened and get the (Notes) URL of that document. What extension points and APIs ...
0
votes
2answers
226 views

how to access nsf file from linux and use database in window using java

Updated Question Hello friends, I am updating the question, I am using jcifs api to access the .nsf file from the SUSE server, it's successfully accessed but when I am trying to pass this path to ...
0
votes
2answers
204 views

Create Java Agent vs Calling Notes API - Louts Notes

I have a task of reading emails from Lotus Dominos mailbox. To perform the same I am have following two options (there might be other options as well): Create a Java Agent within the mailbox and ...
0
votes
2answers
952 views

Creating an appointment for lotus notes programmatically

I need to create an appointment (Calendar entry) and distribute it to certain invitees automatically. I have two issues right now: 1) The calendar entry does not appear on the calendar for the ...
0
votes
1answer
275 views

Deployed jars to the Domino server via Notes-UpdateSite Database end in NoClassDefFoundException

We have several .jar Files that we want to deploy to our 8.5.3 Domino servers. The console command "tell http osgi diag <bundle name>" works and shows me the bundle is there. But when i start ...
1
vote
1answer
155 views

ical file issue

This issue is really frustrating me. I am developping a webapp that creates ical files for users. The issue that I am facing, is whenever the ical event repeates weekly or daily or monthly, the start ...
0
votes
1answer
224 views

Lotus Notes:Reading Replication History by Code

Is there any possible way to write a code to read replication history of any database/application in Lotus Notes. The solution be in any language, I just need a little start as to where to look for ...
3
votes
1answer
537 views

Attaching multiple files through MIMEs to a document in Lotus Domino

In our enterprise application we need to attach files to a document. We have the filename and the content of the file in a byte array. I found a solution to attach a file to a document with MIMEs: ...
0
votes
1answer
779 views

NullPointerException in Java script library

I am making a first step into Java- trying to create a simple Java script library in Domino Designer 8.5.2 to perform SFTP file transfers using JSch 0.1.48. The library will be called from a ...
1
vote
1answer
457 views

Embedding an attachment from a stream

Currently we are attaching a file to a Lotus Document with the following code: final RichTextItem rtitem = document.createRichTextItem(referenceName); final int type = ...
1
vote
1answer
80 views

Is access to DAOS objects transparent to the Java API?

An article about DAOS on IBM's developerWorks site (IBM Lotus Domino going green: The new Lotus Domino attachment and object service) mentions that Attachment consolidation is completely ...
0
votes
2answers
668 views

Lotus notes plugin to intercept outgoing emails (JAVA)

I need to develop a Lotus Notes plug-in that adds some UI to Lotus Notes main UI and does the following when user creates & sends an email: Intercept the outgoing email to see if there are any ...
0
votes
1answer
569 views

Can I get access to Lotus Notes embedded files without actually extracting them?

I'm working on a way of programatically accessing a Lotus Notes database to gather information on embedded attachments of records over a given period. My goal is to find records over a given period, ...

1 2 3