Re: [JBoss-user] Debugging EJBs

2002-07-03 Thread Jonathan . O'Connor
                To:        <[EMAIL PROTECTED]>         cc:                 Subject:        Re: [JBoss-user] Debugging EJBs Ufortunately I still have: Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver exception. sincerely Olek PS/ My friens are using NetBeans. Is Eclips

RE: [JBoss-user] Debugging EJBs

2002-07-01 Thread Ruwei \(Randy\) Hu
ry instead. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aleksander Grzebyta Sent: Monday, July 01, 2002 8:57 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Debugging EJBs Ufortunately I still have: Caused by: java.lang.ClassNotFoun

Re: [JBoss-user] Debugging EJBs

2002-07-01 Thread Aleksander Grzebyta
lt;[EMAIL PROTECTED]> Sent: Friday, June 28, 2002 6:57 PM Subject: Re: [JBoss-user] Debugging EJBs > try to put the classe12.zip in the lib of your project : > > select your project and with the right mouse button (you have to be in > package view), select properties, java build path

RE: [JBoss-user] Debugging EJBs

2002-06-27 Thread Sullivan, Sean C - MLG
Try this: 1) download Eclipse 2.0 http://www.eclipse.org/downloads/index.php 2) download the EASIE plug-in for JBoss http://www.genuitec.com/products.htm 3) run Eclipse 4) use the EASIE plugin to launch JBoss 5) deploy your EJB to JBoss 6) set a breakpoint in your EJB class -Sea