You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2008/03/27 22:41:24 UTC

[jira] Created: (ODE-252) remove unused property : message_replicate_emptyns

remove unused property : message_replicate_emptyns
--------------------------------------------------

                 Key: ODE-252
                 URL: https://issues.apache.org/jira/browse/ODE-252
             Project: ODE
          Issue Type: Improvement
          Components: Axis2 Integration
    Affects Versions: 1.1, 1.2
            Reporter: Alexis Midon
            Priority: Minor
             Fix For: 1.2, 1.1


The property  "message_replicate_emptyns" seems to be not used anymore.
It's completely ignored from ODEServer to SoapMessageConverter.

It could make sense to remove this property as it would simplify the ExternalService interface.

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


Re: Variables inline from-spec initialization

Posted by Matthieu Riou <ma...@offthelip.org>.
On 3/28/08, Nowakowski, Mateusz <Ma...@sabre-holdings.com>
wrote:
>
>
> Hi,
>
> When this functionality would be available?
> https://issues.apache.org/jira/browse/ODE-236
>
> It is very useful (makes BPEL scripts much shorter and cleaner).


As you can see it's on the roadmap but no-one has considered it annoying
enough to implement it so far. If that's your itch, maybe you could give a
try at implementing it? Normally, it should be fairly local, mostly
affecting the compiler.

Cheers,
Matthieu

--
> Regards
>
> Mateusz Nowakowski
>

Variables inline from-spec initialization

Posted by "Nowakowski, Mateusz" <Ma...@sabre-holdings.com>.
Hi, 

When this functionality would be available?
https://issues.apache.org/jira/browse/ODE-236

It is very useful (makes BPEL scripts much shorter and cleaner).

-- 
Regards
Mateusz Nowakowski

[jira] Commented: (ODE-252) remove unused property : message_replicate_emptyns

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582813#action_12582813 ] 

Alexis Midon commented on ODE-252:
----------------------------------

It is worth mentioning that I grep-ed the whole trunk for this property and got no result.

> remove unused property : message_replicate_emptyns
> --------------------------------------------------
>
>                 Key: ODE-252
>                 URL: https://issues.apache.org/jira/browse/ODE-252
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: 1.1, 1.2
>            Reporter: Alexis Midon
>            Priority: Minor
>             Fix For: 1.1, 1.2
>
>         Attachments: message_replicate_emptyns.patch.trunk, message_replicate_emptyns.patch.v1.1
>
>
> The property  "message_replicate_emptyns" seems to be not used anymore.
> It's completely ignored from ODEServer to SoapMessageConverter.
> It could make sense to remove this property as it would simplify the ExternalService interface.

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


[jira] Updated: (ODE-252) remove unused property : message_replicate_emptyns

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

Alexis Midon updated ODE-252:
-----------------------------

    Attachment: message_replicate_emptyns.patch.trunk

Here is a patch for the TRUNK

> remove unused property : message_replicate_emptyns
> --------------------------------------------------
>
>                 Key: ODE-252
>                 URL: https://issues.apache.org/jira/browse/ODE-252
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: 1.1, 1.2
>            Reporter: Alexis Midon
>            Priority: Minor
>             Fix For: 1.1, 1.2
>
>         Attachments: message_replicate_emptyns.patch.trunk, message_replicate_emptyns.patch.v1.1
>
>
> The property  "message_replicate_emptyns" seems to be not used anymore.
> It's completely ignored from ODEServer to SoapMessageConverter.
> It could make sense to remove this property as it would simplify the ExternalService interface.

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


[jira] Resolved: (ODE-252) remove unused property : message_replicate_emptyns

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

Matthieu Riou resolved ODE-252.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.1)
         Assignee: Matthieu Riou

Yeah, that's an old hack we used to have because of a woodstox "bug" that was bubbling up to Axis2. It's been fixed since then.

Anyway, patch applied. Thanks!

> remove unused property : message_replicate_emptyns
> --------------------------------------------------
>
>                 Key: ODE-252
>                 URL: https://issues.apache.org/jira/browse/ODE-252
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: 1.1, 1.2
>            Reporter: Alexis Midon
>            Assignee: Matthieu Riou
>            Priority: Minor
>             Fix For: 1.2
>
>         Attachments: message_replicate_emptyns.patch.trunk, message_replicate_emptyns.patch.v1.1
>
>
> The property  "message_replicate_emptyns" seems to be not used anymore.
> It's completely ignored from ODEServer to SoapMessageConverter.
> It could make sense to remove this property as it would simplify the ExternalService interface.

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


[jira] Updated: (ODE-252) remove unused property : message_replicate_emptyns

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

Alexis Midon updated ODE-252:
-----------------------------

    Attachment: message_replicate_emptyns.patch.v1.1

and another for branch 1.1

> remove unused property : message_replicate_emptyns
> --------------------------------------------------
>
>                 Key: ODE-252
>                 URL: https://issues.apache.org/jira/browse/ODE-252
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>    Affects Versions: 1.1, 1.2
>            Reporter: Alexis Midon
>            Priority: Minor
>             Fix For: 1.1, 1.2
>
>         Attachments: message_replicate_emptyns.patch.trunk, message_replicate_emptyns.patch.v1.1
>
>
> The property  "message_replicate_emptyns" seems to be not used anymore.
> It's completely ignored from ODEServer to SoapMessageConverter.
> It could make sense to remove this property as it would simplify the ExternalService interface.

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