|
Re: SessionManager: msg#00004java.enhydra.general
Hi, You have to rewrite the method createSessionManager(Config sessionMgrConfig) in your application class. This method is inherited from StandardApplication. Take a look at the API. A very simple version could be (I didn't test this!): protected SessionManager createSessionManager(Config sessionMgrConfig) throws ApplicationException { if (sessionMgrConfig == null) { sessionMgrConfig = new Config(); } try { return new MySessionManager(this, sessionMgrConfig, logChannel); } catch (Exception except) { throw new ApplicationException(except); } } Note: MySessionManager extends StandardSessionManager. Hope this gets you started. Marco. Joe Osburn wrote: Hi, -- Marco Leal MobiComp - Mobile Computing & Wireless Solutions http://www.mobicomp.com/ "Enjoy your job, make lots of money, work within the law. Choose any two."
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | SessionManager, Joe Osburn |
|---|---|
| Next by Date: | RE: SessionManager, Joe Osburn |
| Previous by Thread: | SessionManager, Joe Osburn |
| Next by Thread: | RE: SessionManager, Joe Osburn |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |