Patrick Casey wrote:
One (possible serious voodoo) things that often help:
Make all the methods of your testService public (not package scope,
*public*).
My TestService is:
public class TestService{
public void test(){
System.out.println("okay");
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
