Have you also tried:
  java:comp/env/jdbc/PollData
Also, if you use the jmsbridge, and your have a java.naming.factory.bindings
parameter set, then you also have to add the name res-ref-name of the
PollData to this bindings parameter list.  I.e.

  <jms-connection-manager id="jms-connection-manager" logger="jms.manager">
    <topic-connection name="local-topics">
      <parameter name="connection-factory" value="jms/repositoryTCF"/>
      <parameter name="auto-reconnect" value="false"/>
      <parameter name="java.naming.factory.initial" 
value="nl.hippo.jmsbridge.BridgeContextFactory"/>
      <parameter name="java.naming.factory.secondary" value=""/>
      <parameter name="java.naming.factory.bindings" value="jms/repositoryTCF 
jms/repositoryTopic jdbc/PollData"/>
    </topic-connection>
  </jms-connection-manager>

Also you might want to try with the following parameter added:

      <parameter name="java.naming.factory.options" value="naming=as-is"/>

\Berry
-- 
Berry A.W. van Halderen           [EMAIL PROTECTED] / [EMAIL PROTECTED]
Disclaimer: the above is the author's personal opinion and is not the opinion
or policy of his employer or of the little green men that have been following
him all day.
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to