I made this kind of portlet few weeks ago, but I met those problems
 - the jetspeed server must be on a windows platform : Lotus Domino Driver
for JDBC uses native dll.
- You have to add a user without password on your domino server to connect
via jetspeed. Otherwise, a dialog box will appear on jetspeed requesting a
valid password and id.

You have an other way to use domino : corba-iiop
You can find the jar files you need in your notes client directory
(NCSO.jar), there is an executable on IBM site (or lotus, don't remember)
ldtj21.exe which install documentation and samples.

To use it in jetspeed, you have to delete those files from the archive :
 - org.w3c.dom.Document,
 - org.w3c.dom.Node,
 - org.xml.sax.InputSource,
 - org.xml.sax.SaxException
                                                                            
 If you don't, there is a conflict with xalan.jar archive and jetspeed      
 doesn't work properly. And domino feature works properly for my uses       
                                                                            
                                                                            

I think, it will help.... :-)


Pierre.



                                                                                       
                                                
                      "venkatesh raj"                                                  
                                                
                      <venki_raj2001@ho        Pour :    
[EMAIL PROTECTED]                                               
                      tmail.com>               cc :                                    
                                                
                                               Objet :   Lotus Database driver loading 
problem                                         
                      24/05/2002 06:41                                                 
                                                
                      Veuillez r�pondre                                                
                                                
                      � "Jetspeed                                                      
                                                
                      Developers List"                                                 
                                                
                                                                                       
                                                
                                                                                       
                                                




Hi
I am using Lotus as a database for my jetspeed portal web application,
and I am using driver "Lotud Domino Driver for JDBC".

I can get the database values by executing java program sepeartly.
If I am integrating the same piece of code to the velocity framework


then it is giving error like
"No Suitable Driver" is comming.

Error Comming at this line

Class.forName("lotus.Domino.jdbc.DominoDriver").newInstance();

Connstr="jdbc:Domino:/jdbcdemo.nsf"
Conn=DriverManager.getConnection(Connstr,"","");

your help greatly appriceated!.

Thanks
venkatesh


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to