Use same compiled class structure as eclipse
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
play framework |
Won't Fix
|
Undecided
|
Unassigned | ||
1.0 |
Won't Fix
|
Undecided
|
Unassigned | ||
1.1 |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Hi,
In my project I'm using katta to search on a cluster of servers. Katta does uses the hadoop RPC to distribute the ovject to
When running the code through play (it works perfectly fine, running through eclipse or through the jar), the code will however fail in play with a methodInvocation exception, as, correct me if I'm wrong, play uses a different file layout for the compiled classes and thus the compiled class name change and hadoop RPC can't find the method name.
Compiling the katta client classes into a jar, and using this jar for katta works fine and will circumvent the problem
The only problem here is however that it's not possible to not instantiate any classes (eg ENUMS) through play and pass these to the katta client object, as these will trigger a signature verification mismatch error.
Changed in play: | |
status: | New → Won't Fix |