Andreas or anybody,

Pls give me ur thoughts on this. I was trying to learn
how embedding works in Merlin and so wrote a class
like the CLI (basically copied the code) and am trying
to learn run my components from within Eclipse.

I have an src folder ( which is my source folder) and
a classes folder (which holds my classes )

I defined the location of my block.xml in
merlin.properties placed in my project root folder.

So my class finds the block.xml and tries to load the
component. But I get the following exception:

----------------------------------------------
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.
-----------------------------------------


So it seems it can't find my HelloComponent.xinfo file
which is very much there in my classes/tutorial folder
i.e exact same folder where my HelloComponent.class is
located.

But everything works perfectly if I try to run the
same component from within Eclipse using the Merlin
CLI configured as an external tool.

So any ideas what's going on and what could be done to
fix this.

Thanks
Sonu Vijay





__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

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

Reply via email to