DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20246>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20246 [FIX] AccessController can set null profile in particular case ------- Additional Comments From [EMAIL PROTECTED] 2003-09-09 07:23 ------- Hmm you may be right, here's the code I used : aProfile = Profiler.createProfile(); aProfile.setUser(user); aProfile.setMediaType("html"); try { ((JetspeedRunData)data).setProfile( Profiler.createProfile(data, aProfile) ); } catch (ProfileException e) { logger.error("PleiadesTurbineAuthentication : Failed to create profile for new user ", e); } I thought the Profiler.createProfile(data, aProfile) stored the profile, as it is in fact in database. I'll try change it and call profile.store before call the setprofile on rundata. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
