Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-7689

Invalid classpath in config-converter.bat

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 9.0.0.CR4
    • Configuration
    • None

    Description

      The config-converter.bat distributed with infinispan-9.0.0.CR4-all.zip contains the wrong path for the transaction api jar:

      for %%i in (%ISPN_HOME%\lib\jboss-transactions-api*.jar) do call :append_to_cp %%i

      this should be:

      for %%i in (%ISPN_HOME%\lib\jboss-transaction-api*.jar) do call :append_to_cp %%i

      (The 's' in transactions should be removed.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            hedshogg_jira Simon Hogg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: