[ http://issues.apache.org/struts/browse/WW-1285?page=comments#action_37476 
] 

tm_jee commented on WW-1285:
----------------------------

Hi guys, 

just added  a dwr dependency into SAF's shopping-cart example, in cvs head.

      <dependency>
            <groupId>uk.ltd.getahead</groupId>
            <artifactId>dwr</artifactId>
            <version>1.1-beta-3</version>
      </dependency>

It should run now using jetty6 with java 5 by running

mvn jetty6:run


> Quickstart doesn't work with Shopping Cart app
> ----------------------------------------------
>
>          Key: WW-1285
>          URL: http://issues.apache.org/struts/browse/WW-1285
>      Project: Struts Action 2
>         Type: Bug

>   Components: Examples
>     Reporter: Don Brown
>     Assignee: Don Brown
>      Fix For: 2.0.0

>
> Quickstart won't deploy the Shopping Cart webapp due to several compilation 
> errors:
> error:org/apache/struts/action2/example/ajax/actions/SetActiveCategory.java 
> (32:1049) : The type SetActiveCategory must implement the inherited abstract 
> method SessionAware.setSession(Map)
> error:org/apache/struts/action2/example/ajax/actions/ActiveCategory.java 
> (33:1150) : The type ActiveCategory must implement the inherited abstract 
> method SessionAware.setSession(Map)
> The strange thing is the aforemented classes do have a setSession(Map) 
> method.  Any ideas?

-- 
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

Reply via email to