Unresolved compilation problem [message #1231155] |
Mon, 13 January 2014 19:06  |
Eclipse User |
|
|
|
Hi,
I have a Composite (MyForm) with a call to a static method in a utility class (MySendBusiness), like this:
MySendResponse response = MySendBusiness.checkInputData(this);
->
public static MySendResponse checkInputData(MyForm myForm) {
...
}
when I launch it from the IDE all is working well (the utility method is executed), but when I export the WAR and deploy on Tomcat, the method is never executed, without any error on Tomcat console.
So I debugged Tomcat remotely and saw that when the method is called, if stepping-into with debugger, I get to an error in
org.eclipse.swt.widgets.Display.safeReadAndDispatch()
The error says: "Unresolved compilation problem."
What could be the cause?
(Note: I am using the same version of JDK6, both for the IDE and for Tomcat)
Thank you
Vincenzo
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.15324 seconds