I got two errors when verifying an entity bean

For [ RecordBean ]
Error: Transaction attributes must be specified for the methods defined in the home interface [ RecordHome ]. Method [ create ] has no transaction attribute defined within this bean [ RecordBean ].


and

For Remote Interface [ Record ] method [ updateRecord ]
Error: No corresponding business method with matching exceptions was found for method [ updateRecord ].

I don;t really understand this, would anybody give me some errors?
(If you want to know more about the details, please let me know)

Thank you