Hi. I have created and compiled a simple bean. When referenced from within a JSP page, it seems to successfully connect to the database and perform a SELECT. However, it always results in the error: java.lang.ClassCastException: ClientInfoBean Why might this be? Thanks very much for any help! ---- Peter T. Brown Director of Technology Memetic Systems "Intelligent. Customer Acquisition & Retention." 206.985.7171 ext. 110 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Krevs Sent: Thursday, January 18, 2001 3:29 PM To: Orion-Interest Subject: RE: Jikes Yep and its absolutely fantastic for JSP development. Modified pages are recompiled in a fraction of the time it takes the sun compiler to do (I reckon its about 5 times faster). It really helps speed up the development cycle. in server.xml add something similar to <compiler executable="c:\jikes\bin\jikes" classpath="c:\jbuilder4\jdk1.3\jre\lib\rt.jar" /> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rabi Satter Sent: Friday, 19 January 2001 5:28 AM To: Orion-Interest Subject: Jikes Has anyone got Jikes to work with Orion? If so how? Thanks Rabi Satter
