Community
Participate
Working Groups
deploy a service pkg.class (lowercase). generated file is pkg.eze_class, uri lists classname as pkg.class
Whatever we decide for a deployment solution, the test server will need to do the same thing in its mapping of uri to generated name. Also, what about the case: svc iService1{@DedicatedService{classname = "pkg.class"}}; Will the generator know to generate "pkg.eze_class"? Any places in the code where it can come from a variable?
I'll move JavaAliaser from the generator to package org.eclipse.edt.javart.util in the runtime. I'll update this bug to let you know when I've done it.
My changes are done.
fixed runtime does an alias before getting the service class
verified