History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1260
Type: Bug Bug
Status: Closed Closed
Resolution: Not A Problem
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: Francisco Assis Rosa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Quickstart does not work well with DWR

Created: 21/Mar/06 02:06 PM   Updated: 18/Jun/06 04:38 AM
Component/s: Misc
Affects Version/s: 2.2.1
Fix Version/s: 2.2.3

File Attachments: 1. GZip Archive quickstartDWRProblem.tgz (2 kb)

Environment: Ubuntu 5.10, Java 1.5 (jdk1.5.0_06)


 Description  « Hide
Copied over the 'blank' example from the 2.2.2-RC1 version. Added DWR configured to access HomeAction. Ran QuickStart. When I access http://127.0.0.1:8080/blank/dwr I get errors reported to command line stating that the HomeAction class can not be found. I will attach to the report the minimal code that allows for reproduction of this error.

 All   Comments   Change History      Sort Order:
Francisco Assis Rosa - [21/Mar/06 02:07 PM ]
When decompressing, you will find a README file with instructions to reproduce the bug.

Rainer Hermanns - [22/Mar/06 04:59 PM ]
Hmmmm... I don't think this is a webwork related bug, but a config problem with DWR...

Rainer Hermanns - [18/Jun/06 04:38 AM ]
Rechecked this... This is not the correct way how actions should be called via DWR.
Have a look at the latest additions to the DWR codebase.
There is a first implementation of a DWRAction mapper included now.
This should get you started.