You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Piotr Klimczak (JIRA)" <ji...@apache.org> on 2011/04/14 19:13:05 UTC

[jira] [Created] (CAMEL-3864) camel-cache the ehcache.xml file is not up to date- have invalid parameters name

camel-cache the ehcache.xml file is not up to date- have invalid parameters name
--------------------------------------------------------------------------------

                 Key: CAMEL-3864
                 URL: https://issues.apache.org/jira/browse/CAMEL-3864
             Project: Camel
          Issue Type: Bug
          Components: camel-cache
    Affects Versions: 2.7.1, 2.7.0, 2.6.0
         Environment: all
            Reporter: Piotr Klimczak
            Priority: Trivial


The file ehcache.xml which is the default configuration file for ehcache initialized by camel-cache component contains deprecated description about jms replication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3864) camel-cache the ehcache.xml file is not up to date- have invalid parameters name

Posted by "Piotr Klimczak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13019918#comment-13019918 ] 

Piotr Klimczak commented on CAMEL-3864:
---------------------------------------

I will prepare the patch and post it soon. Please note that example files at ehcache homepage are deprecated too :). How do i know that? I have tested it in real life with newest versions and have seen it's source code ;)

> camel-cache the ehcache.xml file is not up to date- have invalid parameters name
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-3864
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3864
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cache
>    Affects Versions: 2.6.0, 2.7.0, 2.7.1
>         Environment: all
>            Reporter: Piotr Klimczak
>            Priority: Trivial
>              Labels: camel-cache, configuration, default, ehcache
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The file ehcache.xml which is the default configuration file for ehcache initialized by camel-cache component contains deprecated description about jms replication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3864) camel-cache the ehcache.xml file is not up to date- have invalid parameters name

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

Piotr Klimczak updated CAMEL-3864:
----------------------------------

    Attachment: camel-cache.ehcache.xml.patch

Fixed JMSCacheManagerPeerProviderFactory parameters names.

Note that i have found many posts across internet posted by people asking why it doesn't work as they have followed docs/examples etc. Simply it doesn't work because parameter have been renamed. Putting wrong parameter names causes NPE on put method to InitialContext which tells nothing about the real problem making it difficult to solve.

This update will save your time as studying ehcache code (wondering what's wrong) is no more needed.

> camel-cache the ehcache.xml file is not up to date- have invalid parameters name
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-3864
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3864
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.6.0, 2.7.0, 2.7.1
>         Environment: all
>            Reporter: Piotr Klimczak
>            Priority: Minor
>              Labels: camel-cache, configuration, default, ehcache
>         Attachments: camel-cache.ehcache.xml.patch
>
>
> The file ehcache.xml which is the default configuration file for ehcache initialized by camel-cache component contains deprecated description about jms replication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3864) camel-cache the ehcache.xml file is not up to date- have invalid parameters name

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

Claus Ibsen updated CAMEL-3864:
-------------------------------

              Priority: Minor  (was: Trivial)
            Issue Type: Improvement  (was: Bug)
    Remaining Estimate:     (was: 1h)
     Original Estimate:     (was: 1h)

> camel-cache the ehcache.xml file is not up to date- have invalid parameters name
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-3864
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3864
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.6.0, 2.7.0, 2.7.1
>         Environment: all
>            Reporter: Piotr Klimczak
>            Priority: Minor
>              Labels: camel-cache, configuration, default, ehcache
>
> The file ehcache.xml which is the default configuration file for ehcache initialized by camel-cache component contains deprecated description about jms replication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-3864) camel-cache the ehcache.xml file is not up to date- have invalid parameters name

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

Claus Ibsen resolved CAMEL-3864.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.0
         Assignee: Claus Ibsen

Thanks for the patch.

> camel-cache the ehcache.xml file is not up to date- have invalid parameters name
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-3864
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3864
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cache
>    Affects Versions: 2.6.0, 2.7.0, 2.7.1
>         Environment: all
>            Reporter: Piotr Klimczak
>            Assignee: Claus Ibsen
>            Priority: Minor
>              Labels: camel-cache, configuration, default, ehcache
>             Fix For: 2.8.0
>
>         Attachments: camel-cache.ehcache.xml.patch
>
>
> The file ehcache.xml which is the default configuration file for ehcache initialized by camel-cache component contains deprecated description about jms replication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira