Re: MNG-2571 - weird exception using the embedder

2006-10-01 Thread Stephane Nicoll
On 10/1/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: On 10/1/06, David Jencks <[EMAIL PROTECTED]> wrote: > > > The classes are in different classloaders. Hopefully the > classloaders' toString() will give you enough info about which ones > they are if you add that to the debugging. You're rig

Re: MNG-2571 - weird exception using the embedder

2006-10-01 Thread Stephane Nicoll
On 10/1/06, David Jencks <[EMAIL PROTECTED]> wrote: The classes are in different classloaders. Hopefully the classloaders' toString() will give you enough info about which ones they are if you add that to the debugging. You're right. The interface and the actual implementation are in differe

Re: MNG-2571 - weird exception using the embedder

2006-10-01 Thread David Jencks
On Oct 1, 2006, at 2:04 AM, Stephane Nicoll wrote: Hi, I think I've discovered a weird bug[1] in plexus and/or the maven embedder and I am unable to find what's wrong. I am using the embedder to create a test suite for the Ear Plugin ; it has a 'modules' complex configuration section which is

MNG-2571 - weird exception using the embedder

2006-10-01 Thread Stephane Nicoll
Hi, I think I've discovered a weird bug[1] in plexus and/or the maven embedder and I am unable to find what's wrong. I am using the embedder to create a test suite for the Ear Plugin ; it has a 'modules' complex configuration section which is an array of EarModules[2]. When running the plugin wi