| Author |
Debugging MDBs
|
Jon Bagshaw
Greenhorn
Joined: May 19, 2005
Posts: 1
|
|
I'm using Eclipse Platform for java develpoment and I'm trying to debug MDBs deployed on a Weblogic 8.1 server. STOP: Is it possible to use Eclipse's debugger on a MDB? What I want is to to be able to run my build.xml to compile and deploy my beans, and start and stop my WL server. I have the weblogic-eclipse plugin from Bea. I'm starting with the sample weblogic stuff.. specifically: samples/server/examples/src/examples/ejb20/message I'm having a great deal of difficulty getting the build.xml to compile within Eclipse.. What I'm currently stuck on is this:
|
 |
Gopi Kishore
Greenhorn
Joined: Sep 27, 2003
Posts: 15
|
|
You cannot use eclipse debug for Weblogic, You need have a pluing to do that, u can get the plugin from this location and the installation instructions.
https://eclipse-plugin.projects.dev2dev.bea.com/
[ May 26, 2005: Message edited by: Gopi Kishore ]
|
 |
Pete Keavney
Greenhorn
Joined: Jun 15, 2005
Posts: 2
|
|
|
if appcgen is your class, did you implmement the message listener? If it's not your class, why not delete it?
|
 |
Pete Keavney
Greenhorn
Joined: Jun 15, 2005
Posts: 2
|
|
|
if appcgen is your class, did you implmement the message listener? If it's not your class, why not delete it?
|
 |
Roger Chung-Wee
Ranch Hand
Joined: Sep 29, 2002
Posts: 1683
|
|
|
Your exampleMessageDriven1 bean class must implement javax.jms.MessageListener.
|
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
|
 |
 |
|
|
subject: Debugging MDBs
|
|
|