Posted on May 30, 2008 by dennisseah
Today, I received an email about Setting up Integrated Development Environment for OpenSSO. Specifically about how to setup project for Netbeans 6.1. Here is my response. (Maybe useful to people who are developing/debugging OpenSSO)
you should not need to setup it up now. We have checkin the nbprojectpls do a cvs update at /opensso/products directory [...]
Filed under: OpenSSO | Tagged: IDE, Netbeans, OpenSSO | 2 Comments »
Posted on May 29, 2008 by dennisseah
In order to build OpenSSO with JDK 1.6, we need to add two methods to this class.
amserver/source/com/iplanet/dpro/session/jdbc/JDBCConnectionPool.java
===================================================================
*** 624,627 ****
— 624,635 —-
return isolationLevel;
}
+ public boolean isWrapperFor(Class c) {
+ [...]
Filed under: OpenSSO | Tagged: OpenSSO | Leave a Comment »