Integrating With WebLogic Server 10.0 : Rebuilding and Redeploying the Example MDB

Rebuilding and Redeploying the Example MDB
If WebLogic Server 10.0 server is still running, restart it. This causes TIBCO Enterprise Message Service to be added to its environment. Using the window created in the section To set the environment:, change directory to the example MDB source directory:
WebLogicHome\samples\server\examples\src\examples\ejb\ejb20\message
where WebLogicHome is the WebLogic installation directory. For example, C:\bea\weblogic10.
Enter the following commands to rebuild and redeploy the MDB:
> ant clean
> ant build
> ant deploy
As the build completes, you should see messages in the WebLogic Server Examples Server window indicating that it is activating the "message" application.