Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems re-deploying an ejb to weblogic 5.1

Status
Not open for further replies.

dendenners

Programmer
Jul 17, 2001
110
IE
Hi there,
I'm developing ejb's locally, and dropping them onto a remote web server. At the moment I'm debugging a bean, so I'm adding new log messages to it. However, when I view the console output from weblogic, it seems as if weblogic is still reading the very first instance of the bean I deployed, even though it has been long overwritten. Do I have to do something more to weblogic to get it to re-deploy an ejb than just overwrite the older jar and restart WebLogic?
Thanks
 
I discovered the problem: The ejb classes were being deployed along with the rest of my application, so weblogic was reading these (older) ones rather than the ones in the ejb jar.
Thanks anyway
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top