2 Replies Latest reply on Jul 21, 2004 10:23 AM by nusa

    Sybase as JMS persistence

    nusa

      Hi all,

      I'm using JBOSS-4.0.0DR4 for this.
      I want to use Sybase as my persistence for JMS.
      To do that, here are the steps I did :
      1. deploy sybase-ds.xml
      2. remove hsqldb-jdbc2-service.xml from /deploy/jms
      3. deploy sybase-jdbc2-service.xml to /deploy/jms

      By doing that, I got the following error :
      ...
      09:18:17,047 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting jboss.mq:service=PersistenceManager

      09:18:17,057 ERROR [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting failed jboss.mq:service=PersistenceManager

      javax.management.AttributeNotFoundException: not found: BindName

      at org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:300)

      at org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:539)

      at org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1347)

      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)

      ...

      Why using 'BindName' attribute instead of'JndiName' as in JBoss-3.2.5 ?
      Any help how to fix this problem ?

      Thanks,
      nusa.