|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (PLX-366) plexus to spring adapterplexus to spring adapter
------------------------ Key: PLX-366 URL: http://jira.codehaus.org/browse/PLX-366 Project: Plexus Issue Type: New Feature Reporter: nicolas de loof Priority: Minor Attachments: plexus-spring.zip This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Assigned: (PLX-366) plexus to spring adapter[ http://jira.codehaus.org/browse/PLX-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned PLX-366: -------------------------------- Assignee: Olivier Lamy > plexus to spring adapter > ------------------------ > > Key: PLX-366 > URL: http://jira.codehaus.org/browse/PLX-366 > Project: Plexus > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (PLX-366) plexus to spring adapter[ http://jira.codehaus.org/browse/PLX-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126490 ] Olivier Lamy commented on PLX-366: ---------------------------------- Thanks Nicolas. But I can't compile the attached project. It looks they are missing classes : - PlexusBeanDefinitionDocumentReader.java - PlexusComponentFactoryBean.java Can I take this from https://svn.apache.org/repos/asf/maven/archiva/branches/springy/plexus-spring/src/main/java/org/codehaus/plexus/spring/ ? > plexus to spring adapter > ------------------------ > > Key: PLX-366 > URL: http://jira.codehaus.org/browse/PLX-366 > Project: Plexus > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (PLX-366) plexus to spring adapter[ http://jira.codehaus.org/browse/PLX-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126582 ] nicolas de loof commented on PLX-366: ------------------------------------- The zip is a svn export from this SVN URL. Seem I've missed something :-/ Take it from the source ! > plexus to spring adapter > ------------------------ > > Key: PLX-366 > URL: http://jira.codehaus.org/browse/PLX-366 > Project: Plexus > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (PLXCOMP-104) plexus to spring adapter[ http://jira.codehaus.org/browse/PLXCOMP-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126595 ] Olivier Lamy commented on PLXCOMP-104: -------------------------------------- Thanks! Initial import in rev 7230. snapshot deployed. Notes : - version changed to 1.0-alpha-1-SNAPSHOT - remove use of commons-logging to slf4j I leave it open until we have some unit tests :-) > plexus to spring adapter > ------------------------ > > Key: PLXCOMP-104 > URL: http://jira.codehaus.org/browse/PLXCOMP-104 > Project: Plexus Components > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (PLXCOMP-104) plexus to spring adapter[ http://jira.codehaus.org/browse/PLXCOMP-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_127023 ] nicolas de loof commented on PLXCOMP-104: ----------------------------------------- I just noticed I included unintentionaly the wrgon license header in pom.xml. http://svn.codehaus.org/plexus/plexus-sandbox/trunk/plexus-components/plexus-spring/pom.xml Please use the classic Apache license header, this one is fro my personnal incubator ;-) It also is missing from some resource files (XSD and spring namespace/handler files) > plexus to spring adapter > ------------------------ > > Key: PLXCOMP-104 > URL: http://jira.codehaus.org/browse/PLXCOMP-104 > Project: Plexus Components > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (PLXCOMP-104) plexus to spring adapter[ http://jira.codehaus.org/browse/PLXCOMP-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter closed PLXCOMP-104. -------------------------------- Resolution: Fixed > plexus to spring adapter > ------------------------ > > Key: PLXCOMP-104 > URL: http://jira.codehaus.org/browse/PLXCOMP-104 > Project: Plexus Components > Issue Type: New Feature > Reporter: nicolas de loof > Assignee: Olivier Lamy > Priority: Minor > Attachments: plexus-spring.zip > > > This component is an adapter to use plexus components in a spring applicationContext. It provides some minimal support for Webwork based Webapp. > This component has been created to convert maven archiva from plexus to spring. It can be used as a smooth transition between those containers, or to use some interesting plexus components from a Spring application. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |