Timothy, After a regexp search through my *.java files I find that I've got exactly on component with two constructors. AnimationQueue has one parameter-less and one parameter-ful constructor:
public AnimationQueue()
public AnimationQueue(Image backgroundImage)
However, this is not a compnent in Merlins sense as it is not mentioned in
any block.xml. It's just a class behind the scenes. Can this be the cause?
Or do you mean two constructors with the same signature?
Thanks,
Daniel
-----Urspr�ngliche Nachricht-----
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Timothy Bennett
Gesendet: Dienstag, 23. M�rz 2004 23:26
An: [EMAIL PROTECTED]
Betreff: Re: Multiple constructor ambiguity
Daniel Frey wrote:
> Hi there,
>
> Sorry for my stupid questions: I don't have yet the feeling to know
> where errors come from. But may be you do.
>
>
> ---- exception report
> ---------------------------------------------------------------------
> Exception: org.apache.avalon.activation.LifecycleException
> Message: Multiple constructor ambiguity.
> ---- stack trace
> ---------------------------------------------------------------
> org.apache.avalon.activation.LifecycleException: Multiple constructor
> ambiguity.
Daniel,
You wouldn't by chance have a component that has more than one constructor
defined would you?
Timothy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature
