1 Reply Latest reply on Dec 11, 2002 8:14 AM by lepe

    NoManagedConnections error.

    mmazure2

      I configured JDBC in JBoss. When it starts it writes NoManagedConnections error.

      Here is a piece of jboss.jcml file:


      com.microsoft.jdbc.sqlserver.SQLServerDriver

      <!--sun.jdbc.odbc.JdbcOdbcDriver,-->


      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
      Mistral2DS
      jdbc:microsoft:sqlserver://omnis3:1433;DatabaseName=omnisONLINE_New;SelectMethod=cursor
      sa
      wzz728a

      <!--jdbc:odbc:mistral2-->


      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
      InteriaDS
      jdbc:microsoft:sqlserver://omnis2:1433;DatabaseName=omnisONLINE;SelectMethod=cursor
      sa
      wzz728a



      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
      PolcardDS
      jdbc:microsoft:sqlserver://omnis2:1433;DatabaseName=polcard;SelectMethod=cursor
      sa
      wzz728a



      Anyone know what's up???????????????/

        • 1. Re: NoManagedConnections error.
          lepe

          Noticed this when lifting our app from JBoss 2.4.0 to 2.4.8, had to explicitly specify size of connection pool (seems there was some default before?). Put in this to attribute and see what happens!?

          10
          0