[infinispan-issues] [JBoss JIRA] (ISPN-7689) Invalid classpath in config-converter.bat
Simon Hogg (JIRA)
issues at jboss.org
Thu Mar 30 10:26:00 EDT 2017
[ https://issues.jboss.org/browse/ISPN-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simon Hogg updated ISPN-7689:
-----------------------------
Attachment: config-converter.bat
> Invalid classpath in config-converter.bat
> -----------------------------------------
>
> Key: ISPN-7689
> URL: https://issues.jboss.org/browse/ISPN-7689
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 9.0.0.CR4
> Reporter: Simon Hogg
> Attachments: config-converter.bat
>
>
> 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.)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list