Guys,

I have written a bootstrapper (or whatever u call it) by coping the code
from AbstractMerlinTestCase class. And I'm working in Eclipse now which
makes things much more complex for me, but I have to use it.

I got many exception when I tried to run that from within Eclipse but was
able to resolve most of those. Now I'm getting the exceptions listed below.
It say unable to locate a component type descriptor, which would be our
.xinfo files right.

Now can I specify a different location for my .xinfo files. I specified a
different location for my block.xml in merlin.properties using
"merlin.deployment".

What abt the .xinfo files ?

Or if you understand anything else from the exceptions ?

Thanks 

Vikas



: ---- exception report ----------------------------------------------------
java.lang.Exception
Exception: org.apache.avalon.merlin.KernelException
Message: Install failure:
file:/C:/wsad_workspaces/BrTest/ComSuzMerlin/block.xml
---- cause
---------------------------------------------------------------------
Exception: org.apache.avalon.composition.model.ModelException
Message: Unable to create a nested deployment model: hello in the
containment model /.
---- cause
---------------------------------------------------------------------
Exception: org.apache.avalon.composition.model.TypeUnknownException
Message: Unable to locate a component type descriptor for the component
class [tutorial.HelloComponent] in the classloader.  Please verify that the
component classname is correct and that a component type descriptor is
included in a jar file available within the container classloader.
---- stack trace
---------------------------------------------------------------
org.apache.avalon.composition.model.TypeUnknownException: Unable to locate a
component type descriptor for the component class [tutorial.HelloComponent]
in the classloader.  Please verify that the component classname is correct
and that a component type descriptor is included in a jar file available
within the container classloader.
org.apache.avalon.composition.model.impl.DefaultTypeRepository.getType(Defau
ltTypeRepository.java:277)
org.apache.avalon.composition.model.impl.DefaultTypeRepository.getType(Defau
ltTypeRepository.java:242)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createDeplo
ymentModel(DefaultContainmentModel.java:544)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.addModel(De
faultContainmentModel.java:397)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.<init>(Defa
ultContainmentModel.java:221)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createConta
inmentModel(DefaultContainmentModel.java:651)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createConta
inmentModel(DefaultContainmentModel.java:597)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createConta
inmentModel(DefaultContainmentModel.java:844)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.addContainm
entModel(DefaultContainmentModel.java:376)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.addModel(De
faultContainmentModel.java:370)
org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java:488)
tutorial.MyBoot.<init>(MyBoot.java:142)
tutorial.MyBoot.main(MyBoot.java:311)
----------------------------------------------------------------------------
----

        at tutorial.MyBoot.<init>(MyBoot.java:154)
        at tutorial.MyBoot.main(MyBoot.java:311)
Exception in thread "main"

----------------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to