You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (Created) (JIRA)" <ji...@apache.org> on 2011/12/19 18:13:31 UTC

[jira] [Created] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Add a jre.properties.cxf with all changes required to run cxf
-------------------------------------------------------------

                 Key: KARAF-1115
                 URL: https://issues.apache.org/jira/browse/KARAF-1115
             Project: Karaf
          Issue Type: Improvement
          Components: karaf-core
    Affects Versions: 2.2.4
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 2.2.5


Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
Dan has blogged about the changes necessary to run cxf correctly. 

I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.

Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.


--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Achim Nierbeck (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172421#comment-13172421 ] 

Achim Nierbeck commented on KARAF-1115:
---------------------------------------

+1
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] [Reopened] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "David Jencks (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reopened KARAF-1115:
---------------------------------


-100 This is a really inappropriate solution to the problem of running cxf, at least on trunk where kar files work pretty well ( I don't know about 2.x).

Here are a couple IMO more appropriate solutions that avoid including cxf-specific goo to confuse all non-cxf users. (I'm not trying to be mean to cxf, I don't think we should include _any_ consuming project specific configuration)

1.  Pack up all of cxf in a kar file including (in resources/etc/jre.properties or whatever files are appropriate) so that when the kar is installed, the etc files are as appropriate for cxf.

2.  Just put the configuration files (jre.properties) in such a kar and let the user try to figure out how to install the rest of cxf by themselves.

Working with Geronimo I've verified that these ideas work if you construct a custom assembly and install the app-specific kar after the karaf framework kar.  I haven't tried just installing a kar in an already built server, but I think it would work too.

Also a link to Dan's blog about this would be helpful.
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated KARAF-1115:
---------------------------------------

    Fix Version/s: 3.0.0
    
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] [Resolved] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved KARAF-1115.
----------------------------------------

    Resolution: Fixed
    
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Jamie goodyear (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-1115.
---------------------------------

    
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> http://www.dankulp.com/blog/2011/11/apache-cxf-in-osgi/
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] [Resolved] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved KARAF-1115.
----------------------------------------

    Resolution: Fixed

Added a link to the issue that handles the better solution. So I think we can close this.
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Andreas Pieber (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172407#comment-13172407 ] 

Andreas Pieber commented on KARAF-1115:
---------------------------------------

OH YES! BIG +1 :-)
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172937#comment-13172937 ] 

Jean-Baptiste Onofré commented on KARAF-1115:
---------------------------------------------

Fully agree with David for the trunk.

However, I think that the Christian's solution is acceptable for 2.2.x branch.
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173031#comment-13173031 ] 

Jean-Baptiste Onofré commented on KARAF-1115:
---------------------------------------------

As I said, for 2.2.5, to avoid to change in CXF, I'm OK to add a jre.properties CXF sample.

But, we have to keep in mind, that this file should be provided by CXF, and on trunk, handle with a kar packaging.
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173021#comment-13173021 ] 

Christian Schneider commented on KARAF-1115:
--------------------------------------------

@David I know this solution is not optimal. But it is a real problem our users need to get solved. This is an easy solution that will help people. I do not understand why you are so negative about it. Of course this should not prevent us from providing a better solution. I propose to keep this kind of jre.properties template till we have a better solution in place. Then we can remove it again. It does not help our users if we endlessly debate about the best solution and leave our users alone while we do that. If you have a working solution for 3.0 I am willing to remove the file right now.

                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173049#comment-13173049 ] 

Christian Schneider commented on KARAF-1115:
--------------------------------------------

Do we have an issue for the kar packaging in cxf or karaf?
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Christian Schneider (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated KARAF-1115:
---------------------------------------

    Description: 
Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
Dan has blogged about the changes necessary to run cxf correctly. 
http://www.dankulp.com/blog/2011/11/apache-cxf-in-osgi/

I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.

Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.


  was:
Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
Dan has blogged about the changes necessary to run cxf correctly. 

I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.

Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.


    
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> http://www.dankulp.com/blog/2011/11/apache-cxf-in-osgi/
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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] (KARAF-1115) Add a jre.properties.cxf with all changes required to run cxf

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173060#comment-13173060 ] 

Jean-Baptiste Onofré commented on KARAF-1115:
---------------------------------------------

No, kar works fine (thanks to David), but it's not the same usage in trunk and karaf-2.2.x.
                
> Add a jre.properties.cxf with all changes required to run cxf
> -------------------------------------------------------------
>
>                 Key: KARAF-1115
>                 URL: https://issues.apache.org/jira/browse/KARAF-1115
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.2.4
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 2.2.5, 3.0.0
>
>
> Currently users need to figure out themselves how to change the jre.conf to be able to run cxf.
> Dan has blogged about the changes necessary to run cxf correctly. 
> I propose we add a jre.conf.cxf to the etc dir so people can simply rename this to jre.conf to be able to run cxf.
> Of course a more general solution would be better but currently most people just struggle with cxf and this is a simple solution till we have something better.

--
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