• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Debugging MDBs

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if appcgen is your class, did you implmement the message listener? If it's not your class, why not delete it?
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your exampleMessageDriven1 bean class must implement javax.jms.MessageListener.
 
Good night. Drive safely. Here's a tiny ad for the road:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic