|
Home > Archive > WebSphere Application Server > April 2006 > WAS 5.1 with JSF : Error finding property bean type pagecode
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WAS 5.1 with JSF : Error finding property bean type pagecode
|
|
|
| Hi, I am having a problem when deploy a very simple JSF application into WAS 5.1 CF3. This application contains only one index.jsp with a record list ( recordList ). I can test it in my local WAS 5.1 testing environment server, it is ok; while after I dep
loy it to a remote WAS on a linux box, I get this error
javax.servlet.jsp.JspException: Error finding property 'recordList' from bean of type pagecode.Index: java.lang.NoClassDefFoundError: com/ibm/websphere/wdo/mediator/rdb/ConnectionWrapper
when I view the index.jsp.
Do you know how to fix this ? Thanks in advance!
| |
|
| Add jars from runtimes optionalLibraries\WDO directory.
|
|
|
|
|