> > At this point I look in var/log/geronimo.log and try to find the actual > name the managed connection factory is deployed under. > > I suspect the problem is that you need > <module>ncodeTopicConnectionFactory</module> in your reference, but I'm > not entirely sure. > > hope this gets you farther :-) > david jencks
Great stuff, David! Using <module>ncodeTopicConnectionFactory</module>, I got the reference right and the GBean aquires a TopicConnectionFactory through the managedConnectionFactoryWrapper. Thank you very much. -ok
