Re: from plexus to spring...

2008-02-29 Thread nicolas de loof
I've setup a WebWorkPlexusInSpringObjectFactory to replace the spring ObjectFactory used by webwork and fix this lookup issue. The application works for basic requirements (configure admin, display repo configuration, download a jar from proxies). Still some exceptions to fix for missing plexus f

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I just committed partial support for PlexusConfiguration : - as XML validation is disabled the XML configuration doesn't require to be in a CDATA section - the namespaceHandler detects structured configuration and creates a DomPlexusConfiguration for it. - Still have to implement DomPlexusConfigur

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I've solved the main issues, added some tiny doc and unit tests. Still early alpha code but now stable and ready for review if you want to test it on Continuum. Some tests (like DefaultPathParserTest) migrate succesfully to spring context execution using the PlexusInSpringTestCase without any cha