Deploying EJB Module on Weblogic server 8.1 using Eclipse
843830Nov 19 2006 — edited Nov 23 2006Hi,
Can anyone guide me in deploying a EJB module on weblogic server using eclipse.
I am using eclipse lomboz plugin and weblogic server 8.1. I configured weblogic server in eclipse. EJB jar file is created, but it does not contain stub classes.
My question is how to create stub and skeleton using eclipse. I did it on weblogic workshop by <wlappc ... simply by editing the ant build file. wlappc seems not working on eclipse. ejbc tag I have used, but still it does not create stub and skeleton for the remote object.
So my question is how to make a deployable EJB jar?
Thanks