GWT with JPA

后端 未结 7 1187
暖寄归人
暖寄归人 2020-12-08 17:20

I\'m trying to build database application using GWT 1.5.3. I use JPA annotations with my objects. It seems in hosted mode GWT\'s RPC works fine. But when I try to compile

7条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-08 18:14

    Ok, I've found what I was missing. I needed to include jpa-annotations-source.jar in my GWT-compiler path in myapp-compile.cmd script (or in ant build file). By the way can anyone tell me the origin of this jpa-annotations-source.jar file?

提交回复
热议问题