You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sandro Reichert (JIRA)" <ji...@apache.org> on 2008/08/08 15:03:44 UTC

[jira] Created: (ODE-359) The sendsoap script does not work if there is a space in the PATH_TO_ODE

The sendsoap script does not work if there is a space in the PATH_TO_ODE
------------------------------------------------------------------------

                 Key: ODE-359
                 URL: https://issues.apache.org/jira/browse/ODE-359
             Project: ODE
          Issue Type: Bug
          Components: Examples
    Affects Versions: 1.2
         Environment: Windows XP SP2 and Ubuntu 8.04
            Reporter: Sandro Reichert
            Priority: Blocker


The sendsoap script does not work if there is a space in the PATH_TO_ODE
~/ode12war/bin$ sendsoap [...]  -> works
~/ode12 war/bin$ sendsoap [...]   -> bug
The resulting error is java.lang.NotClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender
This makes the testing impossible.

 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-359) The sendsoap script does not work if there is a space in the PATH_TO_ODE

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin resolved ODE-359.
-----------------------------

    Resolution: Won't Fix

> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ------------------------------------------------------------------------
>
>                 Key: ODE-359
>                 URL: https://issues.apache.org/jira/browse/ODE-359
>             Project: ODE
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.2
>         Environment: Windows XP SP2 and Ubuntu 8.04
>            Reporter: Sandro Reichert
>            Priority: Blocker
>             Fix For: 2.0
>
>         Attachments: sendsoap.bat
>
>
> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ~/ode12war/bin$ sendsoap [...]  -> works
> ~/ode12 war/bin$ sendsoap [...]   -> bug
> The resulting error is java.lang.NotClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender
> This makes the testing impossible.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-359) The sendsoap script does not work if there is a space in the PATH_TO_ODE

Posted by "Malte Cornils (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735048#action_12735048 ] 

Malte Cornils commented on ODE-359:
-----------------------------------

This is the result of missing quoting of the variables in the sendsoap script. Unfortunately, I did not fix this problem for the shell script yet, since at work I am confined to a Windows-only environment, but at least I have attached a fixed batch file that works for me. I was unable to find Windows' diff utility, so I just attach the whole file.

> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ------------------------------------------------------------------------
>
>                 Key: ODE-359
>                 URL: https://issues.apache.org/jira/browse/ODE-359
>             Project: ODE
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.2
>         Environment: Windows XP SP2 and Ubuntu 8.04
>            Reporter: Sandro Reichert
>            Priority: Blocker
>             Fix For: 2.0
>
>         Attachments: sendsoap.bat
>
>
> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ~/ode12war/bin$ sendsoap [...]  -> works
> ~/ode12 war/bin$ sendsoap [...]   -> bug
> The resulting error is java.lang.NotClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender
> This makes the testing impossible.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-359) The sendsoap script does not work if there is a space in the PATH_TO_ODE

Posted by "Malte Cornils (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malte Cornils updated ODE-359:
------------------------------

    Attachment: sendsoap.bat

> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ------------------------------------------------------------------------
>
>                 Key: ODE-359
>                 URL: https://issues.apache.org/jira/browse/ODE-359
>             Project: ODE
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.2
>         Environment: Windows XP SP2 and Ubuntu 8.04
>            Reporter: Sandro Reichert
>            Priority: Blocker
>             Fix For: 2.0
>
>         Attachments: sendsoap.bat
>
>
> The sendsoap script does not work if there is a space in the PATH_TO_ODE
> ~/ode12war/bin$ sendsoap [...]  -> works
> ~/ode12 war/bin$ sendsoap [...]   -> bug
> The resulting error is java.lang.NotClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender
> This makes the testing impossible.
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.