On Wed, Oct 22, 2008 at 5:32 PM, David Jencks <[EMAIL PROTECTED]>wrote:
> > I don't recall the exact state of daytrader. If you are building > daytrader as a geronimo plugin and installing it as a plugin then the jar > dependencies will automatically be installed into geronimo when you install > the daytrader plugin. If you are installing daytrader by deploying it > directly in geronimo as a javaee application then the dependencies will not > get to geronimo automatically. In this case you can either install the > dependencies yourself by copying them or using the admin console or you > could include them in the ear under the lib/ directory. > > Hi. It seems the jar wasn't being included (we were mistakenly using <scope>provided</scope>), and then we needed to add them to the <Class-Path> at the end of pom.xml. It's working now, thanks. Hugo Rito
