Hello,
I am running an application with a simple
Java Client to a Message Driven
Bean. The Message Bean then calls a Session Bean. The application does not show all new coded print out messages to console!
Changes to create methods for the beans show the new print messages in the console, yet changes to print messages in onmessage() in the MDB and other methods in Session Bean do not! In each case I use System.out.println(...) to write to console.
I have been right clicking on the Application and choosing build application. Have been trying other things like clean application and rebuilding and even shutting down Weblogic and trying again to no avail.
One time I booted up PC from day before and got all of the changes.
Please give advice if you can.
Regards and Thanks,
Ken