Mantis - Resin
Viewing Issue Advanced Details
3539 minor always 05-30-09 18:08 06-01-09 15:34
voodude  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.1  
0003539: Remoting documentation is out of date
The remoting documentation makes reference to <remote-client class="blahblah" ... but the attribute has changed to <remote-client interface="blahblah" ...

Also, it seems that there are a bunch of interesting options for <remote-client> that aren't documented.

Also, the injection annotations are the older webbeans style (ie @In).

Notes
(0004046)
ferg   
06-01-09 15:34   
The remoting is a bit complicated because the configuration was not ready for 4.0.0. The new configuration uses class annotations for the remoting protocol (configured with CanDI in XML, so the annotations are not actually in the Java code.)