Re: configuration mappings for complex objects

2006-04-08 Thread Stephane Nicoll
Pfiou, I am bit tired and I read your mail way too fast. You can't specify dependency injections parameters in your ComplexObject. Those tags are only allowed in your Mojo. s/ On 4/8/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Hi Christophe, > > Good to see that you're using maven in your

Re: configuration mappings for complex objects

2006-04-08 Thread Stephane Nicoll
Hi Christophe, Good to see that you're using maven in your organisation. Yes, it is possible to map complex types in Mojo. However, you need to pay attention to the following: - The ComplexObject needs to be public with a default public constructor and needs to be in the same package as your Moj

RE: configuration mappings for complex objects

2006-04-04 Thread Christophe Grosjean
Hi,   Unfortunately, I’ve received no answer so far… (see my original mail below).   In ‘Creating artifact form Dependencies’ and its replies, Hermod and  Brett talked about a mojo.xxx.xml file (never read about it in Maven doc) and some tag. Should this way be followed ?   Can anyo