Is there any way to obtain the lotus.domino.Session object from Domingo?
Reason: In order to transmit data from a Java server to the Domino server (using IIOP), a lotus.domino.Stream object must be used. The only way to obtain this Stream object is from the lotus.domino.Session object itself. Further, I would like to continue to use Domingo for its session management capabilities.
I need to store a (new) MIMEEntity with a MIMEHeader into Domino. A similar approach can be seen in de.bea.domingo.proxy.DocumentProxy.replaceHTML(String, String).
In addition to the Domingo DSession object for other operations, I currently have to create a Domino Session object for this single save-to-Domino operation.
Any suggestion would be helpful. Thanks.
Pete
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
providing the internal domino session object si rather dangerous in sense of recycling and stability. So instead I would prefer to offer a method that offers would you really need, the stream. Please send us some peace of code that you want to use with the internal session to help us providing a good method or class for that pupose.
Best regards,
Kurt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to obtain the lotus.domino.Session object from Domingo?
Reason: In order to transmit data from a Java server to the Domino server (using IIOP), a lotus.domino.Stream object must be used. The only way to obtain this Stream object is from the lotus.domino.Session object itself. Further, I would like to continue to use Domingo for its session management capabilities.
I need to store a (new) MIMEEntity with a MIMEHeader into Domino. A similar approach can be seen in de.bea.domingo.proxy.DocumentProxy.replaceHTML(String, String).
In addition to the Domingo DSession object for other operations, I currently have to create a Domino Session object for this single save-to-Domino operation.
Any suggestion would be helpful. Thanks.
Pete
Hello Pete,
providing the internal domino session object si rather dangerous in sense of recycling and stability. So instead I would prefer to offer a method that offers would you really need, the stream. Please send us some peace of code that you want to use with the internal session to help us providing a good method or class for that pupose.
Best regards,
Kurt
Hello Kurt,
Thanks for your response and consideration.
I sent you some sample code from my application that describes the requirements. If you need further clarification, please let me know.
Hopefully it's possible to provide this functionality in the next release...I am looking forward to it!
Thanks again,
Pete