Stephane Ekobo

Greenhorn
+ Follow
since Aug 06, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Stephane Ekobo

Hi all,
I'm working on a dojo integration in an old JSP/Struts application without rewriting the entire application, will this book handle some best practices to know the right way to perform this kind of task?
I'm using ehCache implementation for performing hibernate second level object caching. My Application needs more than one session factories, but all those factories works with the same database schema, it means that the db structure are the same but the datas stored inside are completely different.
The problem is that Hibernate use the same cache for all sessionFactories, so if I have to objects with the same keys but comming from different factories, the cache manager will think that those objects are the same, that is a bad behaviour, so what can I do to tell the cache manager that this to objects are not comming from the same session factory?
Yes, don't be afraid Hibernate is easy... :-)
I have great problems with iplanet when I m try to run jsp.
Errors I have notice are :
- On the title bar: Internal Server Error
- Viewing errors logs:
at com.netscape.server.http.servlet.NSServletEntity.(NSServletEntity.java:83)
at com.netscape.server.http.servlet.NSServletRunner.loadServlet(NSServletRunner.java:519)
at com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java, Compiled Code)

[06/Aug/2002:13:29:24] warning ( 98): Internal error: Failed to load servlet (servlet=/jspsmartupload/jsp/sample1.jsp)
servlet /jspsmartupload/jsp/sample2.jsp
[06/Aug/2002:13:29:34] info ( 98): recompiling JSP file: D:\Netscape\Server4\docs\jspsmartupload\jsp\sample2.jsp
[06/Aug/2002:13:29:34] warning ( 98): JSP compilation error: java.lang.Exception: JSP parse
21 years ago
JSP