Hi GWT needs to be able to see the source of your entities so you need to include them in the GWT compile. To do this create a module xml file in the server package that contains a <src ="entityDir"> statement where entityDir is your directory containing the entity classes. Then include this module in your main module.
Len 2008/9/13 Bálint Kriván <[EMAIL PROTECTED]>: > Hi! > > I'm having an issue, and I hope someone can help me, because GWT looks very > great. > > So I've started to make a very simple application. > I have an EJB package which contains the Session Beans and the Entity Beans. > In the WAR project I've set up the GWT: > I've created an Entry Point and a Service (RPC call) - In the implemented > RemoteServiceServlet I can use the Session Beans, which is connected to > Entity Beans. So I can make new objects to the database. It works fine. > > But I would like to be able to retrieve objects as well, so I've created a > retrieve call aswell to this Service, and the returned value should be > List<hu.krivan.model.Topic> (Topic is my Entity Bean). > But when I want to compile my project, it says that: > [ERRO finansial yg solid. Didukung ribuan member menjadikan bisnis online ini berhasil mengatasi segala rintangan yg menghadang. Eksistensi bisnis dan investasi jangka panjang menjadi perhatian utama dan menjadi pengikat hubungan member dan pengelola. Sehingga menjadikannya bisnis online terpercaya sejak Jan 2007. Tanpa harus cape kerja Anda bisa berpenghasilan minimal 1,1 juta sehari dengan modal 140 ribu rupiah Info lengkap http://lnk.in/bestcash INFO #3 Peluang Usaha Alternatif bagi yg tidak punya modal, Disini anda bisa menjadi Jutawan Tanpa Modal, Registrasi Gratis dan anda langsung di bayar 60 ribu rupiah. Jika anda minat, anda pun bisa jadi investor dengan pilihan investasi yang menarik. Modal sekali dan mendapat income yg langsung di transfer ke rekening bank anda tiap hari seumur hidup dan tanpa ada liburnya. Program ini berhasil mengemban kepercayaan ribuan member sejak tahun 2005 Untuk Info lengkapnya http://lnk.in/megaincome All Rights Reserved Copyright © 2008 Yahoo! Inc. http://www.yahoo.com Privacy Policy: http://privacy.yahoo.com/privacy/us Terms of Service: http://docs.yahoo.com/info/terms/
