So I started to write my RemoteService class to use as Remote
Interface, and here there's the first problem.
In a "normal" ear app we got the jar fot the EJB and the war for the
web. If I need some class wrote in the jar project in the web app, I
can import the class without any problem.
Here it seems that this can't be possible, I means: writing the
RemoteService class I've impoerted the necessary entity class; my IDE
ask me to add these to the GWT app classpath.
When I compile, also in hosted mode, It returned an error that tell me
thet it can't found the classes imported...
Also I try to import into the "main" GWT app class, I get an error in
compile time...
[ERROR] Line 9: The import it.giomax.entities cannot be resolved
[ERROR] Hint: Check the inheritance chain from your module; it may not
be inheriting a required module or a module may not be adding its
source path entries properly
How can I resolve this problem?Any idea? In your opinion Is it
possible to merge these two techologies (EJB3 and GWT) in an ear
applications or is this too hard?
Bye for now
CSJakharia