Tutorial issues or config bugs [message #763390] |
Fri, 09 December 2011 12:19  |
Eclipse User |
|
|
|
Hi all, Just working through the Payments tutorial and thought I'd share my experiences, and try to get some help.
PC sis Installed with egl standalone in a clean folder and running Windows 7 64bit.
In EDT:Tutorial: RUI With DataBase Lesson 4 I am unable to drag the selectedPayment from the EGL Data view and drop it anywhere on the TitleView. TitleView just won't accept it. I got around it by just using a Box layout and was then able to drop the paymentRec.
Is this a known problem?
In lesson 6, the CTRL+1 (one) does not expand the "add newPayment to ds" statement to show the actual SQL. I just get a No Suggestions window.
Further in the same lesson, when adding the createDefaultTable() function (cut and pasted from th tutorial), I'm getting an error here with "ds" underlined.
try
execute from ds
with #sql{
delete from PAYMENT
};
The error is:
IWN.VAL.8500.e 37/17 SQLService - The expression ds must have a type of eglx.persistence.sql.SQLDataSource. At line 37 in file \PaymentService\EGLSource\services\SQLService.egl.
ds is declared at the top as:
ds dataSource? {@Resource{bindingKey = "uksoi004_GTS"}};
as specified in the tutorial,
but I guess it should SQLDataSource which fixes the error and also fixes the Ctrl+1 problem as well. I hope that helps a few others new to EGL.
Thanks all
Colin
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04213 seconds