You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Anurag Aggarwal (JIRA)" <ji...@apache.org> on 2010/03/03 21:26:27 UTC

[jira] Created: (ODE-774) npe when something is mapped to message header part of variable

npe when something is mapped to message header part of variable
---------------------------------------------------------------

                 Key: ODE-774
                 URL: https://issues.apache.org/jira/browse/ODE-774
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
            Reporter: Anurag Aggarwal
            Priority: Minor


when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

Posted by "Anurag Aggarwal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853605#action_12853605 ] 

Anurag Aggarwal commented on ODE-774:
-------------------------------------

my mistake, yes the patch should be applied to both trunk and 1.x

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Updated: (ODE-774) npe when something is mapped to message header part of variable

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

Tammo van Lessen updated ODE-774:
---------------------------------

    Fix Version/s: 1.3.5

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>             Fix For: 1.3.5
>
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841782#action_12841782 ] 

Tammo van Lessen commented on ODE-774:
--------------------------------------

You're patch is against trunk, isn't it? That's why I'm asking whether the problem also affects 1.x and should be fixed there, too?

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841179#action_12841179 ] 

Tammo van Lessen commented on ODE-774:
--------------------------------------

Does this only affect trunk, or also ODE-1.x?

Also I think the "parentNode != null" check is not needed when we check for '"message".equals(parentNode.getNodeName()', since it can't throw an NPE and "message" is never null.

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Issue Comment Edited: (ODE-774) npe when something is mapped to message header part of variable

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841782#action_12841782 ] 

Tammo van Lessen edited comment on ODE-774 at 3/5/10 1:14 PM:
--------------------------------------------------------------

Your patch is against trunk, isn't it? That's why I'm asking whether the problem also affects 1.x and should be fixed there, too?

      was (Author: vanto):
    You're patch is against trunk, isn't it? That's why I'm asking whether the problem also affects 1.x and should be fixed there, too?
  
> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

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

Hudson commented on ODE-774:
----------------------------

Integrated in ODE-trunk #265 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk/265/])
    

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>             Fix For: 1.3.4, 2.0-beta3
>
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Commented: (ODE-774) npe when something is mapped to message header part of variable

Posted by "Anurag Aggarwal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841624#action_12841624 ] 

Anurag Aggarwal commented on ODE-774:
-------------------------------------

this should be applicable to trunk also

Thanks

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Resolved: (ODE-774) npe when something is mapped to message header part of variable

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

Rafal Rusin resolved ODE-774.
-----------------------------

    Fix Version/s: 1.3.4
                   2.0-beta3
                       (was: 1.3.5)
       Resolution: Fixed

Thanks Anurag!

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>             Fix For: 1.3.4, 2.0-beta3
>
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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


[jira] Updated: (ODE-774) npe when something is mapped to message header part of variable

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

Anurag Aggarwal updated ODE-774:
--------------------------------

    Attachment: Assign-npe.patch

patch to fix the npe issue

> npe when something is mapped to message header part of variable
> ---------------------------------------------------------------
>
>                 Key: ODE-774
>                 URL: https://issues.apache.org/jira/browse/ODE-774
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Anurag Aggarwal
>            Priority: Minor
>         Attachments: Assign-npe.patch
>
>
> when there are variables which have header part and body part, and something is mapped to header part - the runtime throws npe

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