0 Replies Latest reply on May 26, 2006 10:33 AM by cybernd

    Bug? driverClass got whitespace troubles

    cybernd

      works well:

      <property name="driverClass">some.jdbc.Driver</property>
      


      will fail after xml editors autoformat:
      <property name="driverClass">
      some.jdbc.Driver
      </property>
      


      Annoying bug because it seems to be a classpath-issue but its just a unrecognized whitespace type.

      The connectionURL property got the same issue.

      hth (hope that helps)
      Bernhard