Alan Conway wrote:
Gordon Sim wrote:
Danushka Menikkumbura wrote:
Hi Rajith,
I am experiencing the same problem and it is due to some code gen
issue. The struct "Handler" in class "ConnectionHandler" is
inherited from the classes AMQP_ServerOperations::ConnectionHandler
and AMQP_ClientOperations::ConnnectionHandler. But neither
AMQP_ServerOperations nor AMQP_ClientOperations has a class called
ConnectionHandler but a class called Invoker.
What version of ruby are you using? It sounds like the generator
(which is in ruby) is not working for some reason (I have 1.8.4 which
generates handler classes as expected).
Do you have a set of nested classes in
AMQP_ServerProxy/AMQP_ClientProxy (e.g. call Session, Queue, Exchange
etc) also in the gen directory? And do you see e.g.
SessionAttachBody.h and similarly named files?
Is this the same problem as the one that Senaka solved?
I don't think so. Here the file is generated, but the contents aren't as
expected. I believe the other issue involved not having any generated
files at all(?).