Title: Message

I think the problem is when you configure one Service that extends other class. If you overwrite a method of the parent class, it seems like HiveMind tries to generate the proxy with two methods with the same signature: one for the parent and another for the child.

Is there a way to specify that the method of the parent class shouldn’t be generated?

Thanks in advance

 

 

                                    Edgardo

 


From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 4:06 PM
To: [email protected]
Subject: RE: Help creating a subclass Service

 

Well thanks for all the helpful info.  The problem was that you were not typing while standing on one foot.

 

 

 

--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com

-----Original Message-----
From: Ezequiel Bernacchia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 1:49 PM
To: [email protected]
Subject: Help creating a subclass Service

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

 

 

Reply via email to