as I finally got it all working. Thanks so much for your continued interest in this problem.
One problem was the JVM version that Notes uses: 1.3.1 By installing the 1.3.1 J2SEEJDK thing, I had the right version of j2ee.jar. Then I had to add a JavaUserClasses entry in the notes.ini file (that's the Notes secret for adding external files to the JVM). Once I had those things in place, the login worked. In truth, only the JNDI approach worked as I have something wrong with the password when I use the LoginContext and a CallbackHandler. It's probably related to that password.toCharArray() thing but I'll eventually figure that one out. So, in short, by reviewing this entire thread, you can see a collection of all of the code samples I used to make this thing work. But, now that it works, I can get back to work. Thanks again for your continued support of my pursuit of an answer. Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861230#3861230 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861230 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
