EJB Client generation using workspace IDE
- Right click the ejb project – > Properties -> Weblogic EJB – > Jar Settings EJB Client Jar: enter the name of the client jar
- To build the client jar export the project as “EJB Jar File”, both the jars will be created, client as well as ejb jar.
EJB Client generation using ANT
- Add this @JarSettings(ejbClientJar = “xyzManagementClient.jar”) to the bean
- add desired EJBC flags directly to the build script where “weblogic.ejbc” is executed.
Sunday, November 22, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment