– System Setup ——————————-
Operating System and version: Windows XP Pro 5.1 SP1
Eclipse version: 3.0.0 (3.0M7)
Eclipse build id: 200402122000
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.7.0 (GA 3.7)
Eclipse JDK version: j2sdk1.4.2
Application Server JDK version:
Are there any exceptions in the Eclipse log file?
– Message Body ——————————-
Hi,
I need to work on Weblogic and try to use WorkBench as my IDE. I am trying to use XDoclet to generate the deployment descriptors and EJB related files from a EJB bean file (interface files, CMP, value object class, etc). I do not understand (don’t have time) XDoclet well enough to make it work the way I want; and on top of that, I think it is better for me to use EJBGen (WebLogic EJB utility) for uniformity instead of using XDoclet because my company’s other projects use EJBGen. Trying to use XDoclet to simulate what I need to get from EJBGen takes too much time to learn/trial-and-error.
Is there any way to set up WorkBench such that I can run EJBGen instead of running XDoclet through the “Run XDoclet” menu item?
Thanks…