thaond / smartshop-project

Automatically exported from code.google.com/p/smartshop-project
0 stars 1 forks source link

Insert sample data problem #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use testing service to insert sample data (service Test.9)
only insert page and product, other entity not inserted into db.

The class "The class "vnfoss2010.smartshop.serverside.database.entity.UserInfo" 
is not persistable. This means that it either hasnt been enhanced, or that the 
enhanced version of the file is not in the CLASSPATH (or is hidden by an 
unenhanced version), or the Meta-Data/annotations for the class are not found." 
is not persistable. This means that it either hasnt been enhanced, or that the 
enhanced version of the file is not in the CLASSPATH (or is hidden by an 
unenhanced version), or the Meta-Data for the class is not found.

Original issue reported on code.google.com by condorhe...@gmail.com on 4 Sep 2010 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 4 Sep 2010 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 4 Sep 2010 at 3:19

GoogleCodeExporter commented 9 years ago
THÔNG BÁO VỚI TẤT CẢ MỢI NGƯỜI:
ĐỂ FIX LỖI ENHANCE TA LÀM CÁC BƯỚC SAU:
- RightClick vào project Serverside -> Properties
- Google-App Engine->ORM
- Chọn src/, Edit thành 
src/vnfoss2010/smartshop/serverside/database/entity/, bấm Browse rồi OK
- Trước khi mỗi lần run server, mọi người phải clean project 
(để tránh lỗi persistent/ enhance)

Original comment by vo.mita.ov on 5 Sep 2010 at 3:37