[jira] [Created] (SM-3459) Create OSGi bundle for JSendnsca 2.1.1

2017-08-10 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created SM-3459:


 Summary: Create OSGi bundle for JSendnsca 2.1.1
 Key: SM-3459
 URL: https://issues.apache.org/jira/browse/SM-3459
 Project: ServiceMix
  Issue Type: Task
  Components: bundles
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: bundles-2017.08






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (SM-3458) Create OSGi bundle for Fastjson 1.2.36

2017-08-10 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created SM-3458:


 Summary: Create OSGi bundle for Fastjson 1.2.36
 Key: SM-3458
 URL: https://issues.apache.org/jira/browse/SM-3458
 Project: ServiceMix
  Issue Type: Task
  Components: bundles
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: bundles-2017.08






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (SM-3459) Create OSGi bundle for JSendnsca 2.1.1

2017-08-10 Thread Andrea Cosentino (JIRA)

 [ 
https://issues.apache.org/jira/browse/SM-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino resolved SM-3459.
--
Resolution: Fixed

> Create OSGi bundle for JSendnsca 2.1.1
> --
>
> Key: SM-3459
> URL: https://issues.apache.org/jira/browse/SM-3459
> Project: ServiceMix
>  Issue Type: Task
>  Components: bundles
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: bundles-2017.08
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (SM-3458) Create OSGi bundle for Fastjson 1.2.36

2017-08-10 Thread Andrea Cosentino (JIRA)

 [ 
https://issues.apache.org/jira/browse/SM-3458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino resolved SM-3458.
--
Resolution: Fixed

> Create OSGi bundle for Fastjson 1.2.36
> --
>
> Key: SM-3458
> URL: https://issues.apache.org/jira/browse/SM-3458
> Project: ServiceMix
>  Issue Type: Task
>  Components: bundles
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: bundles-2017.08
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (SM-3460) XStream Bundle shouldn't use the java7 artefact

2017-08-10 Thread JIRA
J. Brébec created SM-3460:
-

 Summary: XStream Bundle shouldn't use the java7 artefact
 Key: SM-3460
 URL: https://issues.apache.org/jira/browse/SM-3460
 Project: ServiceMix
  Issue Type: Bug
  Components: bundles
Reporter: J. Brébec


The xstream-java7 artefact is intended for environments that cannot deal with 
classes compiled for Java 8 at all, e.g. Android.

It doesn't work on a jre8 (ClassNotFound on a LambdaMapper classes).

The SMX XStream bundle should use the classical artefact, xstream-1.4.10



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (SM-3461) Hystrix-serialization bundle is missing

2017-08-10 Thread Tom Van Wemmel (JIRA)
Tom Van Wemmel created SM-3461:
--

 Summary: Hystrix-serialization bundle is missing
 Key: SM-3461
 URL: https://issues.apache.org/jira/browse/SM-3461
 Project: ServiceMix
  Issue Type: Task
  Components: bundles
Reporter: Tom Van Wemmel


I have the following dependencies:

{code:xml}

org.apache.servicemix.bundles
org.apache.servicemix.bundles.hystrix
1.5.12_1


org.apache.servicemix.bundles

org.apache.servicemix.bundles.hystrix-event-stream
1.5.12_1

{code}

When I try to use the HystrixMetricsStreamServlet an exception is thrown which 
indicates the class _com.netflix.hystrix.serial.SerialHystrixDashboardData_ is 
missing (in fact the entire package is missing). 


{noformat}
Exception in thread "RxComputationScheduler-2" java.lang.IllegalStateException: 
Fatal Exception thrown on Scheduler.Worker thread.
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:59)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: 
com/netflix/hystrix/serial/SerialHystrixDashboardData
at 
com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet$1.call(HystrixMetricsStreamServlet.java:66)
at 
com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet$1.call(HystrixMetricsStreamServlet.java:63)
at 
rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.drain(OnSubscribeConcatMap.java:259)
at 
rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.onNext(OnSubscribeConcatMap.java:144)
at 
rx.internal.operators.OperatorOnBackpressureDrop$2.onNext(OperatorOnBackpressureDrop.java:98)
at 
rx.internal.operators.OnSubscribeRefCount$2.onNext(OnSubscribeRefCount.java:120)
at 
rx.internal.operators.OperatorPublish$PublishSubscriber.dispatch(OperatorPublish.java:588)
at 
rx.internal.operators.OperatorPublish$PublishSubscriber.onNext(OperatorPublish.java:286)
at rx.observers.Subscribers$5.onNext(Subscribers.java:235)
at rx.observers.Subscribers$5.onNext(Subscribers.java:235)
at 
rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77)
at 
rx.internal.operators.OnSubscribeTimerPeriodically$1.call(OnSubscribeTimerPeriodically.java:52)
at rx.Scheduler$Worker$1.call(Scheduler.java:137)
at 
rx.internal.schedulers.EventLoopsScheduler$EventLoopWorker$2.call(EventLoopsScheduler.java:189)
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
... 7 more
Caused by: java.lang.ClassNotFoundException: 
com.netflix.hystrix.serial.SerialHystrixDashboardData not found by 
be.isabel.ribbon-all [34]
at 
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1558)
at 
org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)
at 
org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1998)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 22 more
{noformat}

This package is available in com.netflix.hystrix:hystrix-serialization. 
Would it be possible to wrap this bundle too?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (SM-3461) Hystrix-serialization bundle is missing

2017-08-10 Thread Tom Van Wemmel (JIRA)

 [ 
https://issues.apache.org/jira/browse/SM-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom Van Wemmel updated SM-3461:
---
Description: 
I have the following dependencies:

{code:xml}

org.apache.servicemix.bundles
org.apache.servicemix.bundles.hystrix
1.5.12_1


org.apache.servicemix.bundles

org.apache.servicemix.bundles.hystrix-event-stream
1.5.12_1

{code}

When I try to use the HystrixMetricsStreamServlet an exception is thrown which 
indicates the class _com.netflix.hystrix.serial.SerialHystrixDashboardData_ is 
missing (in fact the entire package is missing). 


{noformat}
Exception in thread "RxComputationScheduler-2" java.lang.IllegalStateException: 
Fatal Exception thrown on Scheduler.Worker thread.
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:59)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoClassDefFoundError: 
com/netflix/hystrix/serial/SerialHystrixDashboardData
at 
com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet$1.call(HystrixMetricsStreamServlet.java:66)
at 
com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet$1.call(HystrixMetricsStreamServlet.java:63)
at 
rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.drain(OnSubscribeConcatMap.java:259)
at 
rx.internal.operators.OnSubscribeConcatMap$ConcatMapSubscriber.onNext(OnSubscribeConcatMap.java:144)
at 
rx.internal.operators.OperatorOnBackpressureDrop$2.onNext(OperatorOnBackpressureDrop.java:98)
at 
rx.internal.operators.OnSubscribeRefCount$2.onNext(OnSubscribeRefCount.java:120)
at 
rx.internal.operators.OperatorPublish$PublishSubscriber.dispatch(OperatorPublish.java:588)
at 
rx.internal.operators.OperatorPublish$PublishSubscriber.onNext(OperatorPublish.java:286)
at rx.observers.Subscribers$5.onNext(Subscribers.java:235)
at rx.observers.Subscribers$5.onNext(Subscribers.java:235)
at 
rx.internal.operators.OnSubscribeMap$MapSubscriber.onNext(OnSubscribeMap.java:77)
at 
rx.internal.operators.OnSubscribeTimerPeriodically$1.call(OnSubscribeTimerPeriodically.java:52)
at rx.Scheduler$Worker$1.call(Scheduler.java:137)
at 
rx.internal.schedulers.EventLoopsScheduler$EventLoopWorker$2.call(EventLoopsScheduler.java:189)
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
... 7 more
Caused by: java.lang.ClassNotFoundException: 
com.netflix.hystrix.serial.SerialHystrixDashboardData not found by com.bundle 
[34]
at 
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1558)
at 
org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)
at 
org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1998)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 22 more
{noformat}

This package is available in com.netflix.hystrix:hystrix-serialization. 
Would it be possible to wrap this bundle too?

  was:
I have the following dependencies:

{code:xml}

org.apache.servicemix.bundles
org.apache.servicemix.bundles.hystrix
1.5.12_1


org.apache.servicemix.bundles

org.apache.servicemix.bundles.hystrix-event-stream
1.5.12_1

{code}

When I try to use the HystrixMetricsStreamServlet an exception is thrown which 
indicates the class _com.netflix.hystrix.serial.SerialHystrixDashboardData_ is 
missing (in fact the entire package is missing). 


{noformat}
Exception in thread "RxComputationScheduler-2" java.lang.IllegalStateException: 
Fatal Exception thrown on Scheduler.Worker thread.
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:59)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at