[ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39028 ] Paul Boonyarungsrit commented on WW-1525: -----------------------------------------
Tom, I tried changing the pom.xml to use struts2-plugins 2.0.2-SNAPSHOT parent and depend on xwork 2.0-beta-3, which are the latest versions to date, however it fails to compile. org.apache.struts2.webflow.WebworkFlowAdapter class seems to be calling XWork's ActionProxy.getConfiguration() method, which was removed from XWork 2.0 beta. Configuration config = invocation.getProxy().getConfiguration(); I'm quite new to XWork and SWF, so I might leave this for someone else to fix (if it's a bug). Can't wait to use Struts 2 with Spring Webflow! :) > Spring Webflow (SWF) Integration > -------------------------------- > > Key: WW-1525 > URL: http://issues.apache.org/struts/browse/WW-1525 > Project: Struts 2 > Issue Type: New Feature > Components: Misc > Affects Versions: Future > Reporter: Tom Schneider > Priority: Minor > Fix For: Future > > Attachments: struts2-spring-webflow.zip > > > Is there any concrete plans to provide some integration between struts 2 and > spring webflow. There's been some work done already: > http://opensource.atlassian.com/projects/spring/browse/SWF-76 > http://opensource.atlassian.com/projects/spring/browse/SWF-202 > But this isn't 'official' support. In a discussion with Keith Donald, it > seemed like he's pushing for the struts2 codebase to provide the integration > suport: > http://forum.springframework.org/showthread.php?t=31829 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
