HI all
i'm add filenet client jar's into jetspeed project try to get some information
from filenet server,
i add jaas config into jetspeed project 's classes path, it cann't work. but
same config in a web project works.
i added config file jaas.conf.WSI into classes, following is it's config items:
FileNetP8 {
com.filenet.api.util.WSILoginModule required;
};
FileNetP8WSI {
com.filenet.api.util.WSILoginModule required;
};
FileNetP8Engine {
com.filenet.api.util.WSILoginModule required;
};
FileNetP8Server {
com.filenet.api.util.WSILoginModule required;
};
error message:
-----------------------------------------------------------------------------------
com.etune.p8.pehelper.P8BpmException: VWException.getMessage():(get JAAS
enviroment error): javax.security.auth.login.LoginException: doesnot config
FileNetP8Engine LoginModules
VWException.getKey():orb.session.FailedToCreateJAASContext
at com.etune.p8.pehelper.SessionHelper.logon(SessionHelper.java:71)
at com.adm.infoportal.bpm.web.action.BpmAction.showList(BpmAction.java:124)
2010-12-15
Robin