On 12/5/07, Steve Eynon <[EMAIL PROTECTED]> wrote:
>
> java.lang.RuntimeException:
> Service id 'AssetFinder' has already been defined by
> com.alienfactory.websitetags.WebsiteTagsModule.buildAssetFinder
> (AssetSource)
> (at WebsiteTagsModule.java:28)
> and may not be redefined by
> com.alienfactory.websitetags.WebsiteTagsModule.buildAssetFinder
> (AssetSource)
> (at WebsiteTagsModule.java:28).

It surely looks like your WebsiteTagsModule is being loaded at least twice.
Each of your jars has a Tapestry-Module-Classes including WebsiteTagsModule?
If so, Tapestry-IoC will load it once for each jar in the classpath. ;-)
Howard, maybe this could be checked and a warning raised by Tapestry-IoC.
What do you think about it? JIRA?
Thiago

Reply via email to