You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Henrique Oliveira (JIRA)" <ji...@apache.org> on 2012/04/25 19:42:17 UTC

[jira] [Created] (CAMEL-5218) HazelcastComponent.doStop bombing out

Henrique Oliveira created CAMEL-5218:
----------------------------------------

             Summary: HazelcastComponent.doStop bombing out
                 Key: CAMEL-5218
                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
             Project: Camel
          Issue Type: Bug
          Components: camel-hazelcast
            Reporter: Henrique Oliveira
            Priority: Critical


I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
createOwnInstance is null.
 

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

        

[jira] [Work started] (CAMEL-5218) HazelcastComponent.doStop bombing out

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-5218 started by Christian Müller.

> HazelcastComponent.doStop bombing out
> -------------------------------------
>
>                 Key: CAMEL-5218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hazelcast
>            Reporter: Henrique Oliveira
>            Assignee: Christian Müller
>            Priority: Critical
>
> I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
> the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
> createOwnInstance is null.
>  

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

       

[jira] [Assigned] (CAMEL-5218) HazelcastComponent.doStop bombing out

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller reassigned CAMEL-5218:
---------------------------------------

    Assignee: Christian Müller
    
> HazelcastComponent.doStop bombing out
> -------------------------------------
>
>                 Key: CAMEL-5218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hazelcast
>            Reporter: Henrique Oliveira
>            Assignee: Christian Müller
>            Priority: Critical
>
> I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
> the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
> createOwnInstance is null.
>  

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

       

[jira] [Updated] (CAMEL-5218) HazelcastComponent.doStop bombing out

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller updated CAMEL-5218:
------------------------------------

             Priority: Major  (was: Critical)
    Affects Version/s: 2.9.2
        Fix Version/s: 2.10.0
                       2.9.3
    
> HazelcastComponent.doStop bombing out
> -------------------------------------
>
>                 Key: CAMEL-5218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hazelcast
>    Affects Versions: 2.9.2
>            Reporter: Henrique Oliveira
>            Assignee: Christian Müller
>             Fix For: 2.9.3, 2.10.0
>
>
> I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
> the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
> createOwnInstance is null.
>  

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

       

[jira] [Commented] (CAMEL-5218) HazelcastComponent.doStop bombing out

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262202#comment-13262202 ] 

Christian Müller commented on CAMEL-5218:
-----------------------------------------

Hello Henrique,
thanks for reporting!
I have it fixed for Camel 2.9.3 and Camel 2.10.0. Camel 2.8.x doesn't have this problem.

Best,
Christian
                
> HazelcastComponent.doStop bombing out
> -------------------------------------
>
>                 Key: CAMEL-5218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hazelcast
>    Affects Versions: 2.9.2
>            Reporter: Henrique Oliveira
>            Assignee: Christian Müller
>             Fix For: 2.9.3, 2.10.0
>
>
> I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
> the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
> createOwnInstance is null.
>  

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

       

[jira] [Closed] (CAMEL-5218) HazelcastComponent.doStop bombing out

Posted by "Christian Müller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Müller closed CAMEL-5218.
-----------------------------------

    Resolution: Fixed
    
> HazelcastComponent.doStop bombing out
> -------------------------------------
>
>                 Key: CAMEL-5218
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5218
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-hazelcast
>    Affects Versions: 2.9.2
>            Reporter: Henrique Oliveira
>            Assignee: Christian Müller
>             Fix For: 2.9.3, 2.10.0
>
>
> I am setting up an own hazelcast instance on HazelcastComponent, it is created by Spring,
> the problem is when HazelcastComponent.doStop is called, a NullPointerException is throw, because
> createOwnInstance is null.
>  

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