Mantis - Resin
Viewing Issue Advanced Details
4727 major always 08-24-11 19:25 08-25-11 13:56
ddalessa  
ferg  
normal  
closed 4.0.22  
fixed  
none    
none 4.0.22  
0004727: Proxy code generated for @Asynchronous doesn't compile
When trying to propagate the caller principal the following code is generated:

com.caucho.network.connection.TcpSocketLink.setCurrentRequest(_requestContext);

The package of the class is wrong, it should be

com.caucho.network.listen.TcpSocketLink

This causes deployment to fail

Notes
(0005461)
ddalessa   
08-24-11 19:26   
The generated finally block also has the incorrect package.
(0005466)
ferg   
08-25-11 13:56   
ejb/1500