On Nov 29, 2006, at 3:13 PM, Jacek Laskowski wrote:
Hi,
While building OpenEJB I'm getting the following error message. Does
anyone know what's broken and why?
----------------------------------------------------------------------
---------
Test set: org.apache.openejb.ApplicationTest
----------------------------------------------------------------------
---------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.953
sec <<< FAILURE!
[EMAIL PROTECTED] Time elapsed: 1,164,841,511.015
sec <<< ERROR!
java.lang.IllegalStateException: Cannot find
'client/tools/DatabaseHome': javax.naming.NameNotFoundException Name
"client/tools/DatabaseHome" not found.
You'd get that error if the beans were not deployed -- that's the
first bean we lookup from the test suite. You getting this on trunk?
Just did a clean checkout/build and had no issues.
-David