Hi,

I have a requirement where I wanted to use my existing dto/models
available to build new UI using GWT.

To achieve above statement I followed:
step 1: Created a separate java project contains all interfaces for
the existing dto/models. and I also put Models.gwt.xml file to use dto/
models in GWT client.

step2: generated a source jar for the above project

step3: added the above source jar into GWT projects classpath

step4: inherited the Models module in a GWT module.

step5: Performed GWT Compile on the GWT modules which inherits the
Models module.

I have ModelTest interface in the above source jar and ModelTest
implementation is available as byte code in another jar.

basically, In the GWT client code I am using ModelTest reference.

During the GWT compilation process I get the following error saying:

Generating the client proxy for remote service interface
'ModelTest has  no available  instantiable subtypes. (reached via
ModelTest)
Subtype ModelTest in not instantiable.

I am using GWT2.2.0.

I have no clue about this error.

Please share your thoughts on this.

Thanks in advance!

Saida.Dhanavath



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to