- This topic has 4 replies, 2 voices, and was last updated 19 years, 10 months ago by Greg.
-
AuthorPosts
-
drowellMemberI am creating an EJB Module with JBoss already installed. I want to use XDoclet for Entity bean creation. I right click on the EJB Module project and select Properties. I then highlight MyEclipse-XDoclet. There are no XDoclet configurations available. When I click on “Add Standard”, I only see “Standard AOP” available. I need the configuration for “Standard EJB”. How do I make the “Standard EJB” XDoclet configuration available?
I can’t create entity beans with XDoclet if I don’t have this configuration available.
Thanks in advance for any help.
David Rowell
davidallanrowell@hotmail.com
GregMemberCould you post all of the information in the Posting Guidelines? Thanks.
If you resize the Add Standard dialog, do any other entries show up? Are there any errors in your error log?
drowellMemberNo. There are no other entries that show up when resizing. Per your Post Guidelines, I have added the following:
What operating system and version are you running? Linux Redhat Fedora Core
What Eclipse version and build id are you using? (Help > About Eclipse Platform) Eclipse Version 3.0.1, Build 200409161125
– Was Eclipse freshly installed for MyEclipse? Yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed? No
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.8.3
What JDK version are you using to run Eclipse? (java -version) Java 2 Runtime Environment, Standard Edition (build 1.4.2_o6-bo3)
What JDK version are you using to launch your application server? Java 2 Runtime Environment, Standard Edition (build 1.4.2_o6-bo3)
What steps did you take that resulted in the issue? Rt-click EJB module, Properties, no XDoclet configurations available
What application server are you using? jboss 3.2.6
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) NONE
drowellMemberI was able to solve this dilema by installing JBOSS-IDE. This brings in xdoclet libraries. I then went to XDoclet Configurations and Added Standard EJB. After “Applying”, I then went back into the EJB module properties and “Standard EJB” module is now available. This Issue is resolved.
GregMemberThanks for following up and I”m glad its working.
-
AuthorPosts