score:1

are you sure there isn't an nested class named factory within the servicestub.java?

if you have something like

public class outer {

     static class inner {...} //or no static
...
}

the java compiler will create a outer.class and a outer$inner.class files.


Related Query

More Query from same tag