RE: Init error
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <002a01c47825$038075d0$1601a8c0@devbox> |
> Damn! Just when things were finally working for me, I'm suddenly having a > problem with the framework. > > (I'm going to need my own mailing list soon: [email protected]... > geez!) > :-) > Anyway, I'm getting this error: > > ... 19 more > Caused by: java.lang.NoClassDefFoundError: > org/apache/avalon/meta/info/builder/XMLTypeCreator > at > org.apache.avalon.composition.data.builder.XMLContainmentProfileCreator > > Any ideas? I don't recall having touched anything. 0:-) This class and some of the classes related to meta data creation were recently updated in include support for .xparams (static parameters) and the ability to declare parameters within configuration targets. My guess is that your merlin-impl-SNAPSHOT under ${merlin.home} is inconsistent with something you have build using the svn build of composition-impl. Simple solution is to update your installation of merlin (in particular the jar files in ${merlin.home}/system). Steve.