Ashish, I think the OpenEJB plugin to launch a server runtime is hardcoded to look for jars with openejb-*-3.0.0-SNAPSHOT version number which I think is what the jars have in the filename when I do a build manually on my machine, but not what the binaries on the site have (they are openejb-*3.0-beta-2).
I'll have a look this afternoon and see if I can do something to improve this. Cheers Jon On Fri, Mar 21, 2008 at 1:09 PM, Karan Malhi <[EMAIL PROTECTED]> wrote: > Ashish, > > Also look at this ( > http://www.nabble.com/New-patch-for-OpenEJB-Eclipse-Plugin-td16166987.html > ). > Jonathan has an update site which you could use to download and install > the > plugin. > > On Fri, Mar 21, 2008 at 8:06 AM, Karan Malhi <[EMAIL PROTECTED]> > wrote: > > > Ashish, > > > > There are two things here. > > 1. You want to work with the OpenEjb source in eclipse:- Just follow > the > > steps listed here (http://openejb.apache.org/source-code.html) to build > > and assemble. Then follow the steps here ( > > http://maven.apache.org/guides/mini/guide-ide-eclipse.html) to import > the > > projects into eclipse. > > > > 2. You want to create EJB's and deploy and test them on OpenEJB using > > Eclipse:- For this scenario, checkout the code from > > > http://svn.apache.org/repos/asf/openejb/trunk/sandbox/openejb-eclipse-plugin > > Read the README.txt file for further instructions. > > > > > > > > > > On Fri, Mar 21, 2008 at 5:17 AM, Ashish Jain <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am looking to setup development environment for OpenEJB. These are > the > > > steps I followed > > > 1) Checkout the code. > > > 2) Ran the build. > > > 3) Ran the command *C:\OpenEjb>mvn -Peclipse eclipse:eclipse > > > *4) Finally I followed the steps as mentioned in * > > > https://issues.apache.org/jira/browse/OPENEJB-674. > > > *5) For Step4 I downloaded *xxx_final.zip. > > > * > > > Now I am a stuck at *B. Adding a new installed runtime * 4. Click next > > > and > > > specify the location of the installation directory of OpenEJB > > > During the 4th step I get the error > > > *Missing classpath entry C:\openejb3.0b2\openejb- > > > 3.0-beta-2\lib\openejb-core-3.0.0-SNAPSHOT.jar > > > * > > > There are no snapshots jar present in *<openejb_home>/lib*. what it > > > suggests > > > is plugin is referring to some old jars. Is that the reason? Is there > > > any > > > way we can modify the the classpath entry to point to correct jar. Is > > > there > > > an alternate plugin available? > > > > > > PS: I am using WindowsXp. > > > > > > Thanks > > > Ashish > > > > > > > > > > > -- > > Karan Singh Malhi > > > > > -- > Karan Singh Malhi >
