Anonymous | Login | Signup for a new account | 11-22-2024 08:46 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000066 | [Resin] | minor | always | 03-30-05 00:00 | 03-01-05 00:00 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | no change required | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | Product Version | ||||||
Product Build | |||||||||
Summary | 0000066: ejb3.0 is enhancing an unmarked field | ||||||||
Description |
RSN-57 3.0.s050328 A bean has a field that is not enhanced: @Basic public String getCompanyWebsite() ... public void setCompanyWebsite(String companyWebsite) ... public void setComplete(boolean isComplete) ... public boolean isComplete() .. But Resin tries to use the field "complete" anyways, there is an exception from the database that the "complete" field does not exist. |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0000072) sam 03-30-05 00:00 |
This behaviour is part of the new draft spec (edr2). You need to use @java.ejb.Transient. The default is to mark as persistent. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |