IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  small MySQL tip

    Posted Wed May 03, 2006 04:57 PM

    I was having problems connecting to a MySQL database from webMethods. I would occassionally get an error stating that I couldn’t connect to the database once the connection had been closed. Has anyone else had this problem?

    Turning off connection pooling seems to have cleared it up for now, so if anyone else out there is struggling with this, you can try that.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: small MySQL tip

    Posted Mon June 25, 2007 08:19 PM

    I have the same problem, but there are no poolings…


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 3.  RE: small MySQL tip

    Posted Mon June 25, 2007 08:29 PM

    MySQL is not listed as a supported database vendor in the JDBC adapter user’s guide. Doesn’t mean you can’t connect, but I would not expect much in the way of support.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 4.  RE: small MySQL tip

    Posted Mon June 25, 2007 08:56 PM

    Thanks Mark,

    I had a lot of problems using Mysql… by the way I cannot create Notifications!

    –The adapter does not support Automatic Notification for this database “MySQL” –

    :frowning:


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 5.  RE: small MySQL tip

    Posted Mon June 25, 2007 09:10 PM

    Not sure which version of MySQL you are using, but triggers and stored procs were just introduced in MySQL 5.x. You should be able to use a basic notification though.

    Mark


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: small MySQL tip

    Posted Mon June 25, 2007 09:24 PM

    So… something is wrong.

    I´m using Mysql 5.0 but…

    I cannot use the “com.mysql.jdbc.Driver” DataSource … It does not work. I had to use the com.mysql.jdbc.jdbc2.optional.MysqlDataSource. Can it be the problem?

    I´m using this file : mysql-connector-java-3.0.17-ga-bin.jar

    Thanks


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB