Re: Trouble Integrating single component page into existing j2ee application

2008-11-13 Thread Bliss
Thanks for your help- -- I have the source class included in my jar file- is that not enough? My jar has the myClass.java and myClass.gwt.xml in it? > Any > code outside of that, or which it doesn't have any source code for, > will cause this error. On Nov 12, 11:29 pm, Dobes <[EMAIL PROTECT

Re: Trouble Integrating single component page into existing j2ee application

2008-11-12 Thread Dobes
This is a common problem for new GWT users - it's important to realize that GWT code can only use classes which are part of GWT modules. Any code outside of that, or which it doesn't have any source code for, will cause this error. You'll just have to work around it like the rest of us - it can

Trouble Integrating single component page into existing j2ee application

2008-11-12 Thread Bliss
I have created a single page using a GWT component and a class that acts as a 'bridge' between my business code and the front end component. I isolated all the GWT code into a separate package structure for ease- and included it in my application with no troubles,when it doesnt reference any othe