|
Hi:
I am a developer and I am trying to use the hivemind product, but I have a problem with subclasses When my class that implements the service, extends some other class and reimplement one method, I can’t make hivemind creates my service, I get this error:
org.apache.hivemind.ApplicationRuntimeException: Unable to create class $ThreadedProxy_fc4b746a75_2: $ThreadedProxy_fc4b746a75_2 (Repeative method name/signature) at org.apache.hivemind.impl.ThreadedServiceModel.createServiceProxy(ThreadedServiceModel.java:131) at org.apache.hivemind.impl.ThreadedServiceModel.getServiceImplementation(ThreadedServiceModel.java:105) at org.apache.hivemind.impl.ServiceExtensionPointImpl.getService(ServiceExtensionPointImpl.java:145) at org.apache.hivemind.impl.ServiceExtensionPointImpl.getService(ServiceExtensionPointImpl.java:150) at org.apache.hivemind.impl.ModuleImpl.getService(ModuleImpl.java:115) at org.apache.hivemind.impl.RegistryImpl.getService(RegistryImpl.java:86)
Can anyone help me?
Ezequiel Bernacchia
|
- Help creating a subclass Service Ezequiel Bernacchia
- RE: Help creating a subclass Service Ezequiel Bernacchia
- RE: Help creating a subclass Service Howard M. Lewis Ship
- RE: Help creating a subclass Service Edgardo Skakovsky
