Hi Sankar, Are you seeing something similar to this? http://www.jrg.me.uk/openejb/ProjectFacetError.png
If so, I think ticking the Java option, and setting it to 5.0 or above will resolve this issue for you. In terms of getting a simple Hello world EJB project working, you should be able to download the Eclipse 3.4 JEE All-in-one package: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/ganymeder And optionally, you can install the OpenEJB Eclipse plugin from the update site: http://people.apache.org/~jgallimore/update-site<http://people.apache.org/%7Ejgallimore/update-site>, following the instructions here: http://cwiki.apache.org/confluence/display/OPENEJB/Installation (this isn't necessary, but it provides the facility to deploy EJB projects to a standalone OpenEJB server directly in Eclipse, and it will also add the OpenEJB client jars and JavaEE API jars to your projects classpath automatically) If you do decide to use the plugin, instructions for deploying your EJB project to a standalone server in Eclipse are here: http://cwiki.apache.org/confluence/display/OPENEJB/Running+a+standalone+OpenEJB+server Hope that helps. Let us know if you have further problems. Cheers, Jon On Tue, Sep 16, 2008 at 1:00 PM, sankar_bhatta <[EMAIL PROTECTED]>wrote: > > Hi experts, > > i am new to EJB technology. I want to develop a simple application using > eclipse 3.4. when i tried to create a EJb project eclipse says " EJB 3.0 > requires java EE 5 or newer ". I do not what to download. can anybody > please > tell me how do we create a simple hello world EJB using eclipse 3.4 . > > thanks > sankar > -- > View this message in context: > http://www.nabble.com/developing-EJB-3.0-using-eclipse-3.4-tp19510323p19510323.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > >
