Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4992 | minor | always | 03-19-12 07:01 | 06-22-12 12:55 | |
|
|||||
Reporter: | guus | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.11 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.29 | ||
|
|||||
Summary: | 0004992: PojoBean can cause bug when extending AbstractAuthenticator | ||||
Description: |
These exact combination of characteristics when extending com.caucho.server.security.AbstractAuthenticator: * Serializable class * transient * webbeans-annotated field Triggers com.caucho.ejb3.gen.PojoBean to generate a proxy class that contains the private method Object writeReplace() As Resins AbstractAuthenticator already contains a method with this signature, but which has an access privilege of public, this generated proxy class will generate runtime problems. |
||||
Steps To Reproduce: | |||||
Additional Information: |
This bug has been reported in more detail (thanks to its markup functionality) in the Caucho forums at http://forum.caucho.com/showthread.php?p=34240#post34240 [^] A workaround has been provided there as well. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|