Debugging MDBs
posted 20 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
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:
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:
posted 20 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
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.
[ May 26, 2005: Message edited by: Gopi Kishore ]
https://eclipse-plugin.projects.dev2dev.bea.com/
[ May 26, 2005: Message edited by: Gopi Kishore ]
posted 20 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
if appcgen is your class, did you implmement the message listener? If it's not your class, why not delete it?
Pete Keavney
Greenhorn
Posts: 2
posted 20 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
if appcgen is your class, did you implmement the message listener? If it's not your class, why not delete it?
posted 20 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Your exampleMessageDriven1 bean class must implement javax.jms.MessageListener.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
| it's a teeny, tiny, wafer thin ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |









