I don't know a lot about JBoss 3.0, in 2.4, JDBC driver is something you
can't deploy with your ear files if the application uses JBDI based data
source created by JBoss. The driver has to be visible outside the
application. You probably want to copy the driver to JBoss lib/ext directory
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.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
exception.

sincerely Olek

PS/ My friens are using NetBeans. Is Eclipse somehow better ?

----- Original Message -----
From: "Emerson Cargnin - MSA" <[EMAIL PROTECTED]>
To: <[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, and the libraries
> pane, "add a external jar" button and choose classes12.zip. taht's it : )
>
> Emerson Cargnin
> MSA - BRAZIL (in the finals :))
>
> Aleksander Grzebyta wrote:
>
> > Hello !
> >
> > It would be very great if it worked: I cannot configure JBoss plugin to
see
> > additional JARs, ZIPs with classes needed by my JBoss configuration. I
have
> > Oracle configured and when I run JBoss I need to add classes12.zip to
JBoss
> > starup CLASSPATH. I tried to do the same setting "Optional Java VM
> > Arguments" in Preferences/JBoss under eclipse without succes.
> >
> > Any tips ?
> >
> > sincerely Olek
> >
> > ----- Original Message -----
> > From: "Sullivan, Sean C - MLG" <[EMAIL PROTECTED]>
> > To: "'Alice Ad '" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Friday, June 28, 2002 1:51 AM
> > Subject: RE: [JBoss-user] Debugging EJBs
> >
> >
> >
> >>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
> >>
> >>-Sean
> >>
> >>
> >>
> >>-----Original Message-----
> >>From: Alice Ad
> >>
> >>How do people debug EJBs? The server is running using a .jar file that
> >>contains all my Entity/Session beans. When a client makes a request, I
> >>want to trace through the server thread as it goes through my
> >>application's EJB code.
> >>
> >>
> >>
> >>
> >>-------------------------------------------------------
> >>This sf.net email is sponsored by:ThinkGeek
> >>Bringing you mounds of caffeinated joy.
> >>http://thinkgeek.com/sf
> >>_______________________________________________
> >>JBoss-user mailing list
> >>[EMAIL PROTECTED]
> >>https://lists.sourceforge.net/lists/listinfo/jboss-user
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Caffeinated soap. No kidding.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Caffeinated soap. No kidding.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
>





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to