Search code examples
eclipseopenejb

OpenEJB does not recognize eclipse classpath


I have install OpenEJB eclipse plugin, but it seems openEJB server does not recognize project's class path. It works fine only if i copy all dependencies(third party jars) into OpenEJB/lib directory. Is there any other way to work around, specially eclipse configuration?? Thanks


Solution

  • The plugin itself really isn't needed. Possibly check out http://vimeo.com/6149008 which details using OpenEJB as a plain library in Eclipse for developing and testing EJBs.

    With a little more details on the ultimate goal (development vs test vs production) I can probably give a better recommendation.