Hi all, Back into tackling upgrading Fulcrum to use the new Merlin 3.3.0 stuff. First quick point.. On my welcome to [EMAIL PROTECTED] message there is a bad references to [EMAIL PROTECTED]:
I'm working for my owner, who can be reached at [EMAIL PROTECTED] Acknowledgment: I have added the address [EMAIL PROTECTED] to the users mailing list. Welcome to [EMAIL PROTECTED] Okay, having got that out of the way.. I was trying to update the Avalon wrapper for Commons Configuration: http://jakarta.apache.org/turbine/fulcrum/fulcrum-configuration-impl/index.h tml. I downloaded the merlin-3.3.0 dist and added the plugins to Maven. Unfortuantlny, one dependency is not in the main www.ibiblio.org/maven/avalon-meta/jars directory: avalon-meta-tools-1.4.0.jar. So, I scrounged it up from a mirror and added that mirror to my list of projects. Then, my unit test which worked with merlin-unit-3.2.10 was run with merlin-unit-3.3.0. Unfortunantly, it is now tanking.. Pasted below is what the setup method for my unit test is tossing out. I tried looking up the docs on the merlin-unit (http://avalon.apache.org/merlin/merlin/embedded/index.html) but unfortunantly I am getting a 404 error. Thanks Sincerely! Eric Testsuite: org.apache.fulcrum.configuration.ConfigTest Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 3.696 sec ------------- Standard Output --------------- ---- exception report ---------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Kernel startup failure. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Cannot deploy application. ---- cause --------------------------------------------------------------------- Exception: org.apache.avalon.composition.model.ModelRuntimeException Message: Unexpect error while resolving startup graph. ---- cause --------------------------------------------------------------------- Exception: java.lang.IllegalStateException Message: Model is not assembled [/test] ---- stack trace --------------------------------------------------------------- java.lang.IllegalStateException: Model is not assembled [/test] org.apache.avalon.composition.model.impl.DefaultContainmentModel.getProvider s(DefaultContainmentModel.java:465) org.apache.avalon.composition.model.DependencyGraph.visitProviders(Dependenc yGraph.java:311) org.apache.avalon.composition.model.DependencyGraph.visitcomponent(Dependenc yGraph.java:291) org.apache.avalon.composition.model.DependencyGraph.walkGraph(DependencyGrap h.java:259) org.apache.avalon.composition.model.DependencyGraph.getStartupGraph(Dependen cyGraph.java:126) org.apache.avalon.composition.model.impl.DefaultContainmentModel.getStartupG raph(DefaultContainmentModel.java:549) org.apache.avalon.composition.model.impl.DefaultContainmentModel.commission( DefaultContainmentModel.java:217) org.apache.avalon.merlin.impl.DefaultKernel.startup(DefaultKernel.java:204) org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java:316) org.apache.avalon.merlin.unit.AbstractMerlinTestCase.setUp(AbstractMerlinTes tCase.java:164) org.apache.fulcrum.configuration.ConfigTest.setUp(ConfigTest.java:45) junit.framework.TestCase.runBare(TestCase.java:125) junit.framework.TestResult$1.protect(TestResult.java:106) junit.framework.TestResult.runProtected(TestResult.java:124) junit.framework.TestResult.run(TestResult.java:109) junit.framework.TestCase.run(TestCase.java:118) junit.framework.TestSuite.runTest(TestSuite.java:208) junit.framework.TestSuite.run(TestSuite.java:203) org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRu nner.java:325) org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestR unner.java:536) ---------------------------------------------------------------------------- ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
