You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Vincent Girard-Reydet (JIRA)" <ji...@apache.org> on 2010/01/20 12:24:44 UTC

[jira] Created: (SMX4-462) Installing camel-cxf breaks the console

Installing camel-cxf breaks the console
---------------------------------------

                 Key: SMX4-462
                 URL: https://issues.apache.org/activemq/browse/SMX4-462
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.1.0
            Reporter: Vincent Girard-Reydet
             Fix For: 4.1.0


As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
- use the delete key to edit a command
- hit the up arrow to reuse previous commands
- use the left/right arrow / home key to navigate in a command I am editing.

Still present in SVN rev 900406.


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


[jira] Resolved: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-462.
-------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=918862&view=rev

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Assigned: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4-462:
---------------------------------

    Assignee: Freeman Fang

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

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

Jean-Baptiste Onofré commented on SMX4-462:
-------------------------------------------

I built a SMX 4.1.0-SNAPSHOT using the same karaf version used in the previous test (karaf revision 910202) and made a new test:

karaf@root> features:install camel-cxf

This time, I got:

karaf@root> features:install camel-cxf
Refreshing bundles org.apache.servicemix.bundles.cglib (41), org.springframework.context.support (40)
ERROR: JarContent: Unable to read bytes. (java.lang.IllegalStateException: zip file closed)
java.lang.IllegalStateException: zip file closed
        at java.util.zip.ZipFile.ensureOpen(ZipFile.java:518)
        at java.util.zip.ZipFile.getEntry(ZipFile.java:251)
        at java.util.jar.JarFile.getEntry(JarFile.java:204)
        at org.apache.felix.framework.util.JarFileX.getEntry(JarFileX.java:61)
        at org.apache.felix.framework.cache.JarContent.getEntryAsBytes(JarContent.java:120)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.findClass(ModuleImpl.java:1746)
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:723)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1698)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:639)
        at org.apache.felix.framework.searchpolicy.R4Wire.getClass(R4Wire.java:108)
        at org.apache.felix.framework.ModuleImpl.searchImports(ModuleImpl.java:1405)
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:718)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1698)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:639)
        at org.apache.felix.framework.ServiceRegistrationImpl$ServiceReferenceImpl.isAssignableTo(ServiceRegistrationImpl.java:533)
        at org.apache.felix.framework.util.Util.isServiceAssignable(Util.java:224)
        at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:848)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:732)
        at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:662)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:3619)
        at org.apache.felix.framework.Felix.access$000(Felix.java:39)
        at org.apache.felix.framework.Felix$2.serviceChanged(Felix.java:667)
        at org.apache.felix.framework.ServiceRegistry.unregisterService(ServiceRegistry.java:124)
        at org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:129)
        at org.apache.servicemix.jbi.deployer.impl.Deployer.unregisterServices(Deployer.java:784)
        at org.apache.servicemix.jbi.deployer.impl.Deployer.onBundleStopping(Deployer.java:379)
        at org.apache.servicemix.jbi.deployer.impl.Deployer.bundleChanged(Deployer.java:287)
        at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:800)
        at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:728)
        at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:610)
        at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:3608)
        at org.apache.felix.framework.Felix.stopBundle(Felix.java:2114)
        at org.apache.felix.framework.Felix$RefreshHelper.stop(Felix.java:4232)
        at org.apache.felix.framework.Felix.refreshPackages(Felix.java:3437)
        at org.apache.felix.framework.PackageAdminImpl.run(PackageAdminImpl.java:331)
        at java.lang.Thread.run(Thread.java:595)
ERROR: JarContent: Unable to read bytes. (java.lang.IllegalStateException: zip file closed)

and the console is frozen.

So the problem is still present using the latest karaf snapshot.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Vincent Girard-Reydet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57984#action_57984 ] 

Vincent Girard-Reydet commented on SMX4-462:
--------------------------------------------

In this case I would propose this plan:
1. provide a fix-up version for camel features.xml in the smx4 release
2. issue a new camel release after karaf 1.4
3. issue a new minor smx4 release switching back to the "genuine" camel features.xml

The problem should also clearly documented in Karaf, SMX4 and Camel website in case people install Camel directly on Karaf.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57847#action_57847 ] 

Freeman Fang commented on SMX4-462:
-----------------------------------

Hi Vincent,
I guess you are not using the latest FUSE ESB release 4.2.0-fuse-01-00 ( you can download it from [1]).
I believe with this latest FUSE ESB version should address the problem you encounter.

[1]http://repo.open.iona.com/maven2/org/apache/servicemix/apache-servicemix/4.2.0-fuse-01-00/

Freeman


> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57860#action_57860 ] 

Freeman Fang commented on SMX4-462:
-----------------------------------

Hi Vincent,

Yeah, I believe so.
Anyway I will double check the snapshot kit before 4.2 release.

Freeman

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

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

Jean-Baptiste Onofré commented on SMX4-462:
-------------------------------------------

I made a try using karaf 1.3.0-SNAPSHOT (revision 910202).

I made:

karaf@root> features:addUrl mvn:org.apache.camel.karaf/features/2.1.0/xml/features
karaf@root> features:install camel-cxf

In that case, there is no console refresh, the feature is correctly installed and the console still operational.

In the log file, I can see:

Feb 15, 2010 1:09:34 PM org.apache.felix.karaf.main.SimpleFileLock lock
INFO: locking
13:09:44,271 | INFO  | Thread-7         | FeaturesServiceImpl              | res.internal.FeaturesServiceImpl  268 | Bundles to refresh: 
13:09:46,001 | INFO  | pool-2-thread-3  | SecurityUtils                    | e.sshd.common.util.SecurityUtils   80 | BouncyCastle not registered, using the default JCE provider
13:14:20,314 | INFO  | l Console Thread | FeaturesServiceImpl              | res.internal.FeaturesServiceImpl  268 | Bundles to refresh: 
13:14:20,808 | INFO  | l Console Thread | ContextLoaderListener            | .activator.ContextLoaderListener  356 | Starting [org.springframework.osgi.extender] bundle v.[1.2.0]
13:14:21,450 | INFO  | l Console Thread | ExtenderConfiguration            | al.support.ExtenderConfiguration  150 | No custom extender configuration detected; using defaults...
13:14:21,486 | INFO  | l Console Thread | TimerTaskExecutor                | heduling.timer.TimerTaskExecutor   90 | Initializing Timer
13:14:23,100 | INFO  | l Console Thread | Activator                        | org.apache.camel.osgi.Activator   190 | Camel activator starting
13:14:23,244 | INFO  | l Console Thread | Activator                        | org.apache.camel.osgi.Activator   199 | Camel activator started
13:14:23,367 | INFO  | l Console Thread | Activator                        | x.web.service.internal.Activator   80 | Pax Web started
13:14:23,630 | INFO  | guration Updater | JettyServerImpl                  | e.jetty.internal.JettyServerImpl  100 | Pax Web available at [0.0.0.0]:[8181]
13:14:25,335 | INFO  | l Console Thread | ultOsgiApplicationContextCreator | ultOsgiApplicationContextCreator   67 | Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [Apache CXF Bundle Jar (org.apache.cxf.bundle)]
13:14:25,546 | INFO  | ExtenderThread-1 | OsgiBundleXmlApplicationContext  | pport.AbstractApplicationContext  411 | Refreshing org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@12fb063: display name [OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, config=osgibundle:/META-INF/spring/*.xml)]; startup date [Mon Feb 15 13:14:25 CET 2010]; root of context hierarchy
13:14:25,556 | INFO  | ExtenderThread-1 | OsgiBundleXmlApplicationContext  | ractOsgiBundleApplicationContext  359 | Unpublishing application context OSGi service for bundle Apache CXF Bundle Jar (org.apache.cxf.bundle)
13:14:25,944 | INFO  | ExtenderThread-1 | XmlBeanDefinitionReader          | tory.xml.XmlBeanDefinitionReader  323 | Loading XML bean definitions from URL [bundle://92.0:0/META-INF/spring/cxf-transport-osgi.xml]
13:14:26,400 | INFO  | ExtenderThread-1 | OsgiBundleXmlApplicationContext  | pport.AbstractApplicationContext  426 | Bean factory for application context [org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext@12fb063]: org.springframework.beans.factory.support.DefaultListableBeanFactory@67a232
13:14:26,601 | INFO  | ExtenderThread-1 | WaiterApplicationContextExecutor | WaiterApplicationContextExecutor  252 | No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, config=osgibundle:/META-INF/spring/*.xml)
13:14:26,615 | INFO  | ExtenderThread-2 | DefaultListableBeanFactory       | pport.DefaultListableBeanFactory  414 | Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67a232: defining beans [cxfOsgiProperties,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,destinationRegistry,osgiServlet,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#0,org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean#1]; root of factory hierarchy
13:14:26,705 | INFO  | ExtenderThread-2 | OsgiServiceFactoryBean           | r.support.OsgiServiceFactoryBean  301 | Publishing service under classes [{javax.servlet.Servlet}]
13:14:26,713 | INFO  | ExtenderThread-2 | OsgiServiceFactoryBean           | r.support.OsgiServiceFactoryBean  301 | Publishing service under classes [{org.apache.cxf.transport.http_osgi.OsgiDestinationRegistryIntf}]
13:14:26,715 | INFO  | ExtenderThread-2 | OsgiBundleXmlApplicationContext  | ractOsgiBundleApplicationContext  327 | Publishing application context as OSGi service with properties {org.springframework.context.service.name=org.apache.cxf.bundle, Bundle-SymbolicName=org.apache.cxf.bundle, Bundle-Version=2.2.5}
13:14:26,725 | INFO  | ExtenderThread-2 | ContextLoaderListener            | BundleApplicationContextListener   45 | Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=org.apache.cxf.bundle, config=osgibundle:/META-INF/spring/*.xml))

So, regarding SMX 4.1.0-SNAPSHOT, I suspect a kind of collision between servicemix-cxf-bc component and camel-cxf feature.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

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

Jean-Baptiste Onofré commented on SMX4-462:
-------------------------------------------

I reproduced the issue on revision 909888.

I have done:

karaf@root> features:install camel-cxf

It downloads dependencies correctly (bundles) and I can see:

Refreshing bundles org.springframework.context.support (40), org.apache.servicemix.bundles.cglib (41)

But after that, the console is totally frozen: I can't perform any action.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57983#action_57983 ] 

Freeman Fang commented on SMX4-462:
-----------------------------------

The problem actually from 
[1]features.xml from camel 2.2 use karaf 1.2.0, which jetty bundle version is still 6.1.14 for http feature
[2]camel 2.2 use incorrect commons-pool/commons-pool/1.5.4

So the best solution is we need a camel release after karaf 1.4 release, so that new camel release can pick up the latest karaf version and also the latest fix for CAMEL-2514.

Freeman

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Vincent Girard-Reydet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57581#action_57581 ] 

Vincent Girard-Reydet commented on SMX4-462:
--------------------------------------------

Yeah, I experienced the same 'zip file closed' error. I have not enough knowledge to understand the exact details.

There is somthing that might be interesting : the latest Fuse-ESB release seems to not have the problem. What they did is they created their own Camel features file to deal with dependency problems.
However, they do not include the patch that unifies the "web" features, so installing the web console breaks CXF.

However, I think it might be a good idea to reuse the same strategy they used. I didn't want to commit it myself because there might be hidden dependencies I do not see, but I think this would be the solution.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Vincent Girard-Reydet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57854#action_57854 ] 

Vincent Girard-Reydet commented on SMX4-462:
--------------------------------------------

Yes you're right it solves the issue.
Was the fix backported to the servicemix trunk ?

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

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

Jean-Baptiste Onofré commented on SMX4-462:
-------------------------------------------

Hi Freeman,

yes it should be fixed now (I worked on it last week).
I gonna check on my side too.

Regards
JB

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Updated: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMX4-462:
------------------------------

    Affects Version/s:     (was: 4.2.0)

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57986#action_57986 ] 

Freeman Fang commented on SMX4-462:
-----------------------------------

Ok, I will add a fix-up camel features.xml soon

Freeman

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Updated: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated SMX4-462:
--------------------------------------

    Attachment: servicemix.log

Log showing the exception (DEBUG mode)

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

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

Jean-Baptiste Onofré commented on SMX4-462:
-------------------------------------------

I just made a test on the latest snapshot and the problem is still there.

@Freeman, could you make the merge ?

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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


[jira] Commented: (SMX4-462) Installing camel-cxf breaks the console

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57985#action_57985 ] 

Gert Vanthienen commented on SMX4-462:
--------------------------------------

+1 on that plan since it avoid any additional delays in getting ServiceMix 4.2 out

I don't think this issue will arise when using Karaf + Camel , because Karaf will not have have any conflicting bundles for jetty/commons-pool/... installed, so you're only dealing with the plain Camel features.xml versions there.

> Installing camel-cxf breaks the console
> ---------------------------------------
>
>                 Key: SMX4-462
>                 URL: https://issues.apache.org/activemq/browse/SMX4-462
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>            Reporter: Vincent Girard-Reydet
>            Assignee: Freeman Fang
>             Fix For: 4.2.0
>
>         Attachments: servicemix.log
>
>
> As soon as I install camel-cxf (which by the way won't install correctly, it freezes SMX4), the console looses its refresh capacity. So I the display gets messed when I:
> - use the delete key to edit a command
> - hit the up arrow to reuse previous commands
> - use the left/right arrow / home key to navigate in a command I am editing.
> Still present in SVN rev 900406.

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