[jira] [Updated] (SM-2366) Release Apache ServiceMix 5.3.0

2014-09-08 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2366:

Fix Version/s: (was: Later)
   5.3.0

 Release Apache ServiceMix 5.3.0
 ---

 Key: SM-2366
 URL: https://issues.apache.org/jira/browse/SM-2366
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.3.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.3.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.14.0 | |
 | CXF | 2.7.11 | |
 | Karaf | 2.4.0 | |



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2367) Upgrade to Felix BundleRepository 2.0.2

2014-09-08 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2367:

Fix Version/s: (was: Later)
   5.3.0

 Upgrade to Felix BundleRepository 2.0.2 
 

 Key: SM-2367
 URL: https://issues.apache.org/jira/browse/SM-2367
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 6.0.0, 5.3.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2377) Java8 packages related to JavaFX are missing

2014-09-22 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2377.
-
Resolution: Fixed

 Java8 packages related to JavaFX are missing
 

 Key: SM-2377
 URL: https://issues.apache.org/jira/browse/SM-2377
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 6.0.0, 5.3.0


 Starting from Java8, JavaFX is part of the core API.
 However, Karaf etc/jre.properties contains a Java8 section which does not 
 contain packages related to JavaFX.
 {code}
 javafx.animation, \
 javafx.application, \
 javafx.beans, \
 javafx.beans.binding, \
 javafx.beans.property, \
 javafx.beans.property.adapter, \
 javafx.beans.value, \
 javafx.collections, \
 javafx.concurrent, \
 javafx.css, \
 javafx.embed.swing, \
 javafx.embed.swt, \
 javafx.event, \
 javafx.fxml, \
 javafx.geometry, \
 javafx.scene, \
 javafx.scene.canvas, \
 javafx.scene.chart, \
 javafx.scene.control, \
 javafx.scene.control.cell, \
 javafx.scene.effect, \
 javafx.scene.image, \
 javafx.scene.input, \
 javafx.scene.layout, \
 javafx.scene.media, \
 javafx.scene.paint, \
 javafx.scene.shape, \
 javafx.scene.text, \
 javafx.scene.transform, \
 javafx.scene.web, \
 javafx.stage, \
 javafx.util, \
 javafx.util.converter, \
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2376) Incorrect javax.annotation version for java7

2014-09-22 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143799#comment-14143799
 ] 

Krzysztof Sobkowiak commented on SM-2376:
-

Fixed in {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/d5f64e52

 Incorrect javax.annotation version for java7
 

 Key: SM-2376
 URL: https://issues.apache.org/jira/browse/SM-2376
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0


 In jre.properties it is assumed that jre-1.7 supports 
 {{javax.annotation;version=1.2}}, but this seems to be incorrect. Deploying 
 bundles that depend on {{javax.annotation-1.2}} specific behavior will fail. 
 We should downgrade the version to {{1.1}}.
 If any bundle needs {{javax.annotation-1.2}} someone should install 
 {{javax.annotation/javax.annotation-api/1.2}} wiith  a start level less than 
 5 (system bundles start at 5 by default).
 See KARAF-3158 for more details



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2376) Incorrect javax.annotation version for java7

2014-09-22 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143800#comment-14143800
 ] 

Krzysztof Sobkowiak commented on SM-2376:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/785aa672

 Incorrect javax.annotation version for java7
 

 Key: SM-2376
 URL: https://issues.apache.org/jira/browse/SM-2376
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0


 In jre.properties it is assumed that jre-1.7 supports 
 {{javax.annotation;version=1.2}}, but this seems to be incorrect. Deploying 
 bundles that depend on {{javax.annotation-1.2}} specific behavior will fail. 
 We should downgrade the version to {{1.1}}.
 If any bundle needs {{javax.annotation-1.2}} someone should install 
 {{javax.annotation/javax.annotation-api/1.2}} wiith  a start level less than 
 5 (system bundles start at 5 by default).
 See KARAF-3158 for more details



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2368) Upgrade to Camel 2.14.0

2014-09-23 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2368:

Description: 
|| Dependency || Version ||
| ActiveMQ | 5.10.0 |
| CXF | 3.0.1 |

 Upgrade to Camel 2.14.0
 ---

 Key: SM-2368
 URL: https://issues.apache.org/jira/browse/SM-2368
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.3.0


 || Dependency || Version ||
 | ActiveMQ | 5.10.0 |
 | CXF | 3.0.1 |



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2347) Release Apache ServiceMix 5.2.0

2014-09-23 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2347:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.0 | |
| CXF | 3.0.1 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.2.0.html


  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.0 | |
| CXF | 2.7.11 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.2.0.html



 Release Apache ServiceMix 5.2.0
 ---

 Key: SM-2347
 URL: https://issues.apache.org/jira/browse/SM-2347
 Project: ServiceMix
  Issue Type: Bug
Reporter: Gert Vanthienen
 Fix For: 5.2.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.14.0 | |
 | CXF | 3.0.1 | |
 | Karaf | 2.3.8 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.2.0.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2357) Upgrade to ActiveMQ 5.9.2

2014-09-23 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144594#comment-14144594
 ] 

Krzysztof Sobkowiak commented on SM-2357:
-

No information from ActiveMQ community if they are going to release {{5.9.2}} 
(probably no plans to do this).

 Upgrade to ActiveMQ 5.9.2
 -

 Key: SM-2357
 URL: https://issues.apache.org/jira/browse/SM-2357
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.x






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2381) Web Script Console Plugin

2014-09-24 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2381:

Fix Version/s: 5.3.0
   6.0.0
   5.2.0
   5.1.3
   5.0.5

 Web Script Console Plugin
 -

 Key: SM-2381
 URL: https://issues.apache.org/jira/browse/SM-2381
 Project: ServiceMix
  Issue Type: New Feature
  Components: core
Affects Versions: 5.0.x, 5.2.x
Reporter: filippo balicchia
Priority: Minor
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0

 Attachments: patch.txt


 IMHO this can be useful.
 I will provide asap the documentation
 To try it 
 {noformat}
 features:install web-script-console
 {noformat}
 * Point the browser on servicemix webconsole
 * Main tab and select Script Console
 Execute this script
 {code}
 import org.apache.camel.*
 import org.apache.camel.impl.*
 import org.apache.camel.builder.*
 def camelContext = new DefaultCamelContext()
 camelContext.addRoutes(new RouteBuilder() {
 def void configure() {
 from(timer://foo?period=3000)
 .to(log://fooLogger?level=INFO)
 .process(new Processor() {
 def void process(Exchange exchange) {
 println(Hello World! from Shell script)
 }
 })
 }
 })
 camelContext.start()
 Thread.sleep(1);
 camelContext.stop()
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2381) Web Script Console Plugin

2014-09-28 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2381:
---

Assignee: Krzysztof Sobkowiak

 Web Script Console Plugin
 -

 Key: SM-2381
 URL: https://issues.apache.org/jira/browse/SM-2381
 Project: ServiceMix
  Issue Type: New Feature
  Components: core
Affects Versions: 5.0.x, 5.2.x
Reporter: filippo balicchia
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0

 Attachments: patch.txt


 IMHO this can be useful.
 I will provide asap the documentation
 To try it 
 {noformat}
 features:install web-script-console
 {noformat}
 * Point the browser on servicemix webconsole
 * Main tab and select Script Console
 Execute this script
 {code}
 import org.apache.camel.*
 import org.apache.camel.impl.*
 import org.apache.camel.builder.*
 def camelContext = new DefaultCamelContext()
 camelContext.addRoutes(new RouteBuilder() {
 def void configure() {
 from(timer://foo?period=3000)
 .to(log://fooLogger?level=INFO)
 .process(new Processor() {
 def void process(Exchange exchange) {
 println(Hello World! from Shell script)
 }
 })
 }
 })
 camelContext.start()
 Thread.sleep(1);
 camelContext.stop()
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2381) Web Script Console Plugin

2014-09-28 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2381.
-
Resolution: Fixed

Fixed in
* {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/88e7e5a7
* {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/d457a41a
* {{servicemix-5.2.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/8ff3c8ed
* {{servicemix-5.3.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/b283e7ae
* {{master}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/12a2aeb7

Thanks to Filippo Balicchia for the patch!!

 Web Script Console Plugin
 -

 Key: SM-2381
 URL: https://issues.apache.org/jira/browse/SM-2381
 Project: ServiceMix
  Issue Type: New Feature
  Components: core
Affects Versions: 5.0.x, 5.2.x
Reporter: filippo balicchia
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0

 Attachments: patch.txt


 IMHO this can be useful.
 I will provide asap the documentation
 To try it 
 {noformat}
 features:install web-script-console
 {noformat}
 * Point the browser on servicemix webconsole
 * Main tab and select Script Console
 Execute this script
 {code}
 import org.apache.camel.*
 import org.apache.camel.impl.*
 import org.apache.camel.builder.*
 def camelContext = new DefaultCamelContext()
 camelContext.addRoutes(new RouteBuilder() {
 def void configure() {
 from(timer://foo?period=3000)
 .to(log://fooLogger?level=INFO)
 .process(new Processor() {
 def void process(Exchange exchange) {
 println(Hello World! from Shell script)
 }
 })
 }
 })
 camelContext.start()
 Thread.sleep(1);
 camelContext.stop()
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2374) Release Apache ServiceMix 5.1.3

2014-10-06 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2374:
---

Assignee: Krzysztof Sobkowiak

 Release Apache ServiceMix 5.1.3
 ---

 Key: SM-2374
 URL: https://issues.apache.org/jira/browse/SM-2374
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.3


 Issue to keep track of the overall progress of the Apache ServiceMix 5.1.3 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.13.2 | |
 | CXF | 2.7.11 | |
 | Karaf | 2.3.8 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328561]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.1.3.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2383) Upgrade to Camel 2.12.5

2014-10-06 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2383:
---

 Summary: Upgrade to Camel 2.12.5
 Key: SM-2383
 URL: https://issues.apache.org/jira/browse/SM-2383
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2385) Upgrade to Camel 2.13.3

2014-10-06 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2385:
---

 Summary: Upgrade to Camel 2.13.3
 Key: SM-2385
 URL: https://issues.apache.org/jira/browse/SM-2385
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.4






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2386) Release Apache ServiceMix 5.1.4

2014-10-06 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2386:
---

 Summary: Release Apache ServiceMix 5.1.4
 Key: SM-2386
 URL: https://issues.apache.org/jira/browse/SM-2386
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.4


Issue to keep track of the overall progress of the Apache ServiceMix 5.1.4 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.11 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328670]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.1.4.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2346) Can not resolve feature: camel-avro

2014-10-06 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2346:

Fix Version/s: (was: 5.3.x)
   (was: 6.0.x)
   (was: 5.2.x)
   (was: 5.1.x)
   5.3.0
   6.0.0
   5.2.0
   5.1.4

 Can not resolve feature: camel-avro
 ---

 Key: SM-2346
 URL: https://issues.apache.org/jira/browse/SM-2346
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-camel
Affects Versions: 5.1.0
Reporter: Brad Nussbaum
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.2.0, 6.0.0, 5.3.0


 {code}
 karaf@root features:list |grep avro
 [uninstalled] [2.13.1 ] camel-avro  
 camel-2.13.1  
 karaf@root features:install camel-avro
 Error executing command: Can not resolve feature:
 Unsatisfied requirement(s):
 ---

 package:((package=org.apache.avro.file)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.ipc)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.ipc.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.util)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.data)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.ipc.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=sun.misc))
   Apache ServiceMix :: Bundles :: avro
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2380) Create a overview page with servicemix roadmap

2014-10-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2380:

Fix Version/s: (was: 5.1.3)
   (was: 5.0.5)
   5.1.4
   5.0.6

 Create a overview page with servicemix roadmap
 --

 Key: SM-2380
 URL: https://issues.apache.org/jira/browse/SM-2380
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.3.0


 Create a overview page with servicemix roadmap similar to karaf 
 (http://karaf.apache.org/index/community/releases-schedule.html)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2388) Add update-strategy to camel-blueprint example

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2388:

Fix Version/s: 5.4.0
   5.3.0
   6.0.0
   5.2.0
   5.1.4

 Add update-strategy to camel-blueprint example
 

 Key: SM-2388
 URL: https://issues.apache.org/jira/browse/SM-2388
 Project: ServiceMix
  Issue Type: Improvement
  Components: examples
Reporter: filippo balicchia
 Fix For: 5.1.4, 5.2.0, 6.0.0, 5.3.0, 5.4.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2375) Release Apache ServiceMix 5.0.5

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2375.
-
Resolution: Fixed

Apache ServiceMix 5.0.5 has been released!
http://servicemix.apache.org/downloads/servicemix-5.0.5.html

 Release Apache ServiceMix 5.0.5
 ---

 Key: SM-2375
 URL: https://issues.apache.org/jira/browse/SM-2375
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.5


 Issue to keep track of the overall progress of the Apache ServiceMix 5.0.5 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.9.1 | |
 | Camel | 2.12.4 | |
 | CXF | 2.7.11 | |
 | Karaf | 2.3.8 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328560]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.0.5.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2368) Upgrade to Camel 2.14.0 and CXF 3.0.x

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2368:

Fix Version/s: (was: 5.3.0)
   5.4.0

 Upgrade to Camel 2.14.0 and CXF 3.0.x
 -

 Key: SM-2368
 URL: https://issues.apache.org/jira/browse/SM-2368
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0


 || Dependency || Version ||
 | ActiveMQ | 5.10.0 |
 | CXF | 3.0.1 |
 Due to some problems in CXF 3.0.1 we should wait for 3.0.2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2357) Upgrade to ActiveMQ 5.9.2

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2357:

Fix Version/s: (was: 5.0.x)
   5.0.6

 Upgrade to ActiveMQ 5.9.2
 -

 Key: SM-2357
 URL: https://issues.apache.org/jira/browse/SM-2357
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2357) Upgrade to ActiveMQ 5.9.2

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2357.
-
Resolution: Fixed

No plans to release ActiveMQ `5.9.2`

 Upgrade to ActiveMQ 5.9.2
 -

 Key: SM-2357
 URL: https://issues.apache.org/jira/browse/SM-2357
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (SM-2357) Upgrade to ActiveMQ 5.9.2

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reopened SM-2357:
-

 Upgrade to ActiveMQ 5.9.2
 -

 Key: SM-2357
 URL: https://issues.apache.org/jira/browse/SM-2357
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2333) activemq:dstat fails after any messagin operation is performed

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2333:

Fix Version/s: (was: 5.0.x)
   5.0.6

 activemq:dstat fails after any messagin operation is performed
 --

 Key: SM-2333
 URL: https://issues.apache.org/jira/browse/SM-2333
 Project: ServiceMix
  Issue Type: Task
Affects Versions: 5.0.2
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6

 Attachments: log.txt


 After fresh ServiceMix start the operation {{activemq:dstat}} works. After 
 installing the activemq example, performing the steps from activemq quick 
 start or installing activemq web console the command returns the result but 
 there is additional stack trace on the console
 {code}
 karaf@root dstat 
 NameQueue Size  Producer #  
 Consumer #   Enqueue #   Dequeue #Memory %
 ActiveMQ.Advisory.MasterBroker   0   0
0   1   0   0
 aa  12   0
0   0   0   0
 ActiveMQ.Advisory.Consumer.Queue.aa  0   0
0   4   0   0
 ERROR: java.lang.RuntimeException: Failed to execute dstat task. Reason: 
 java.lang.reflect.UndeclaredThrowableException
 java.lang.RuntimeException: Failed to execute dstat task. Reason: 
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.activemq.console.command.DstatCommand.runTask(DstatCommand.java:78)
   at 
 org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
   at 
 org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:387)
   at 
 org.apache.activemq.karaf.commands.ActiveMQCommandSupport.doExecute(ActiveMQCommandSupport.java:46)
   at 
 org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)
   at 
 org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)
   at 
 org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)
   at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474)
   at 
 org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
   at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
   at 
 org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
   at org.apache.karaf.shell.console.jline.Console.run(Console.java:183)
   at 
 org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79)
 Error executing command: java.lang.reflect.UndeclaredThrowableException
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2357) Upgrade to ActiveMQ 5.9.2

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2357.
-
Resolution: Won't Fix

 Upgrade to ActiveMQ 5.9.2
 -

 Key: SM-2357
 URL: https://issues.apache.org/jira/browse/SM-2357
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2333) activemq:dstat fails after any messagin operation is performed

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2333.
-
Resolution: Won't Fix

No plans to release ActiveMQ `5.9.2`

 activemq:dstat fails after any messagin operation is performed
 --

 Key: SM-2333
 URL: https://issues.apache.org/jira/browse/SM-2333
 Project: ServiceMix
  Issue Type: Task
Affects Versions: 5.0.2
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6

 Attachments: log.txt


 After fresh ServiceMix start the operation {{activemq:dstat}} works. After 
 installing the activemq example, performing the steps from activemq quick 
 start or installing activemq web console the command returns the result but 
 there is additional stack trace on the console
 {code}
 karaf@root dstat 
 NameQueue Size  Producer #  
 Consumer #   Enqueue #   Dequeue #Memory %
 ActiveMQ.Advisory.MasterBroker   0   0
0   1   0   0
 aa  12   0
0   0   0   0
 ActiveMQ.Advisory.Consumer.Queue.aa  0   0
0   4   0   0
 ERROR: java.lang.RuntimeException: Failed to execute dstat task. Reason: 
 java.lang.reflect.UndeclaredThrowableException
 java.lang.RuntimeException: Failed to execute dstat task. Reason: 
 java.lang.reflect.UndeclaredThrowableException
   at 
 org.apache.activemq.console.command.DstatCommand.runTask(DstatCommand.java:78)
   at 
 org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
   at 
 org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:387)
   at 
 org.apache.activemq.karaf.commands.ActiveMQCommandSupport.doExecute(ActiveMQCommandSupport.java:46)
   at 
 org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)
   at 
 org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)
   at 
 org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)
   at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474)
   at 
 org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
   at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
   at 
 org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
   at org.apache.karaf.shell.console.jline.Console.run(Console.java:183)
   at 
 org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79)
 Error executing command: java.lang.reflect.UndeclaredThrowableException
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2381) Web Script Console Plugin

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2381:

Fix Version/s: 5.4.0

 Web Script Console Plugin
 -

 Key: SM-2381
 URL: https://issues.apache.org/jira/browse/SM-2381
 Project: ServiceMix
  Issue Type: New Feature
  Components: core
Affects Versions: 5.0.x, 5.2.x
Reporter: filippo balicchia
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0, 5.4.0

 Attachments: patch.txt


 IMHO this can be useful.
 I will provide asap the documentation
 To try it 
 {noformat}
 features:install web-script-console
 {noformat}
 * Point the browser on servicemix webconsole
 * Main tab and select Script Console
 Execute this script
 {code}
 import org.apache.camel.*
 import org.apache.camel.impl.*
 import org.apache.camel.builder.*
 def camelContext = new DefaultCamelContext()
 camelContext.addRoutes(new RouteBuilder() {
 def void configure() {
 from(timer://foo?period=3000)
 .to(log://fooLogger?level=INFO)
 .process(new Processor() {
 def void process(Exchange exchange) {
 println(Hello World! from Shell script)
 }
 })
 }
 })
 camelContext.start()
 Thread.sleep(1);
 camelContext.stop()
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2319) Connector feature not in sync with transaction

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2319:

Fix Version/s: 5.4.0

 Connector feature not in sync with transaction
 --

 Key: SM-2319
 URL: https://issues.apache.org/jira/browse/SM-2319
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Affects Versions: 5.0.1
Reporter: Benjamin Graf
Assignee: Jean-Baptiste Onofré
 Fix For: 5.0.4, 5.1.2, 5.2.0, 6.0.0, 5.3.0, 5.4.0


 The karaf enterprise feature transaction uses geronimo transaction manager 
 3.1.1 through aries txm. The ServiceMix connector feature still installs 
 version 2.1.3 with old spec dependencies. This might cause issues with 
 incompatible APIs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2350) Upgrade to Karaf 2.4.0

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2350:

Fix Version/s: 5.4.0

 Upgrade to Karaf 2.4.0
 --

 Key: SM-2350
 URL: https://issues.apache.org/jira/browse/SM-2350
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.3.0, 5.4.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2376) Incorrect javax.annotation version for java7

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2376:

Fix Version/s: 5.4.0

 Incorrect javax.annotation version for java7
 

 Key: SM-2376
 URL: https://issues.apache.org/jira/browse/SM-2376
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.5, 5.1.3, 5.2.0, 6.0.0, 5.3.0, 5.4.0


 In jre.properties it is assumed that jre-1.7 supports 
 {{javax.annotation;version=1.2}}, but this seems to be incorrect. Deploying 
 bundles that depend on {{javax.annotation-1.2}} specific behavior will fail. 
 We should downgrade the version to {{1.1}}.
 If any bundle needs {{javax.annotation-1.2}} someone should install 
 {{javax.annotation/javax.annotation-api/1.2}} wiith  a start level less than 
 5 (system bundles start at 5 by default).
 See KARAF-3158 for more details



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2377) Java8 packages related to JavaFX are missing

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2377:

Fix Version/s: 5.4.0

 Java8 packages related to JavaFX are missing
 

 Key: SM-2377
 URL: https://issues.apache.org/jira/browse/SM-2377
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 6.0.0, 5.3.0, 5.4.0


 Starting from Java8, JavaFX is part of the core API.
 However, Karaf etc/jre.properties contains a Java8 section which does not 
 contain packages related to JavaFX.
 {code}
 javafx.animation, \
 javafx.application, \
 javafx.beans, \
 javafx.beans.binding, \
 javafx.beans.property, \
 javafx.beans.property.adapter, \
 javafx.beans.value, \
 javafx.collections, \
 javafx.concurrent, \
 javafx.css, \
 javafx.embed.swing, \
 javafx.embed.swt, \
 javafx.event, \
 javafx.fxml, \
 javafx.geometry, \
 javafx.scene, \
 javafx.scene.canvas, \
 javafx.scene.chart, \
 javafx.scene.control, \
 javafx.scene.control.cell, \
 javafx.scene.effect, \
 javafx.scene.image, \
 javafx.scene.input, \
 javafx.scene.layout, \
 javafx.scene.media, \
 javafx.scene.paint, \
 javafx.scene.shape, \
 javafx.scene.text, \
 javafx.scene.transform, \
 javafx.scene.web, \
 javafx.stage, \
 javafx.util, \
 javafx.util.converter, \
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2346) Can not resolve feature: camel-avro

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2346:

Fix Version/s: 5.4.0

 Can not resolve feature: camel-avro
 ---

 Key: SM-2346
 URL: https://issues.apache.org/jira/browse/SM-2346
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-camel
Affects Versions: 5.1.0
Reporter: Brad Nussbaum
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.2.0, 6.0.0, 5.3.0, 5.4.0


 {code}
 karaf@root features:list |grep avro
 [uninstalled] [2.13.1 ] camel-avro  
 camel-2.13.1  
 karaf@root features:install camel-avro
 Error executing command: Can not resolve feature:
 Unsatisfied requirement(s):
 ---

 package:((package=org.apache.avro.file)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.ipc)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.ipc.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.util)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.data)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.ipc.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=sun.misc))
   Apache ServiceMix :: Bundles :: avro
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2372) Upgrade to Pax Exam 4.2.0

2014-10-10 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2372:

Fix Version/s: 5.4.0

 Upgrade to Pax Exam 4.2.0
 -

 Key: SM-2372
 URL: https://issues.apache.org/jira/browse/SM-2372
 Project: ServiceMix
  Issue Type: Task
  Components: itests
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 6.0.0, 5.3.0, 5.4.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2366) Release Apache ServiceMix 5.3.0

2014-10-14 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2366.
-
Resolution: Fixed

Apache ServiceMix 5.3.0 has been released!
http://servicemix.apache.org/downloads/servicemix-5.3.0.html

 Release Apache ServiceMix 5.3.0
 ---

 Key: SM-2366
 URL: https://issues.apache.org/jira/browse/SM-2366
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.3.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.3.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.13.2 | |
 | CXF | 2.7.11 | |
 | Karaf | 2.4.0 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328553]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.3.0.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2346) Can not resolve feature: camel-avro

2014-10-14 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2346:

Fix Version/s: (was: 5.3.0)
   5.3.1

 Can not resolve feature: camel-avro
 ---

 Key: SM-2346
 URL: https://issues.apache.org/jira/browse/SM-2346
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-camel
Affects Versions: 5.1.0
Reporter: Brad Nussbaum
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.2.0, 6.0.0, 5.3.1, 5.4.0


 {code}
 karaf@root features:list |grep avro
 [uninstalled] [2.13.1 ] camel-avro  
 camel-2.13.1  
 karaf@root features:install camel-avro
 Error executing command: Can not resolve feature:
 Unsatisfied requirement(s):
 ---

 package:((package=org.apache.avro.file)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.ipc)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.ipc.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.util)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro
package:((package=org.apache.avro)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.specific)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=org.apache.avro.io)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.data)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc

 package:((package=org.apache.avro.generic)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.ipc.specific)(version=1.7.0)(!(version=2.0.0)))
   camel-avro

 package:((package=org.apache.avro.reflect)(version=1.7.0)(!(version=2.0.0)))
   Apache ServiceMix :: Bundles :: avro-ipc
package:((package=sun.misc))
   Apache ServiceMix :: Bundles :: avro
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2391) Release Apache ServiceMix 5.3.1

2014-10-14 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2391:
---

 Summary: Release Apache ServiceMix 5.3.1
 Key: SM-2391
 URL: https://issues.apache.org/jira/browse/SM-2391
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.3.1


Issue to keep track of the overall progress of the Apache ServiceMix 5.3.1 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.11 | |
| Karaf | 2.4.1 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328554]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.3.1.html




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2393) Upgrade to Activiti 5.16.4

2014-10-23 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2393:
---

 Summary: Upgrade to Activiti 5.16.4
 Key: SM-2393
 URL: https://issues.apache.org/jira/browse/SM-2393
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2394) Update documentation for 5.x branch

2014-10-24 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2394:
---

 Summary: Update documentation for 5.x branch
 Key: SM-2394
 URL: https://issues.apache.org/jira/browse/SM-2394
 Project: ServiceMix
  Issue Type: Improvement
  Components: documentation
 Environment: Now Karaf 2.4.x based distributions should be a stable 
line for 5.x. we should reflect changes in Karaf 2.4.x in the ServiceMix 
documentation. 
Reporter: Krzysztof Sobkowiak
 Fix For: 5.4.x, 5.3.x






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2395) Download pages should correctly refer the documentation pages

2014-10-24 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2395:
---

 Summary: Download pages should correctly refer the documentation 
pages
 Key: SM-2395
 URL: https://issues.apache.org/jira/browse/SM-2395
 Project: ServiceMix
  Issue Type: Improvement
  Components: documentation
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.x, 5.1.x, 5.2.x, 6.0.x, 5.4.x, 5.3.x


We have decided some time ago to provide a separate documentation branch for 
each major release (http://servicemix.apache.org/docs/5.x/index.html) but 
download pages still refer the page for the minor version 
(http://servicemix.apache.org/docs/5.3.x/index.html) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2383) Upgrade to Camel 2.12.5

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2383:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Camel 2.12.5
 ---

 Key: SM-2383
 URL: https://issues.apache.org/jira/browse/SM-2383
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2385) Upgrade to Camel 2.13.3

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2385:

Fix Version/s: 5.3.1

 Upgrade to Camel 2.13.3
 ---

 Key: SM-2385
 URL: https://issues.apache.org/jira/browse/SM-2385
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2384) Release Apache ServiceMix 5.0.6

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2384:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.9.1 | |
| Camel | 2.12.5 | |
| CXF | 2.7.13 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.0.6.html

  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.9.1 | |
| Camel | 2.12.5 | |
| CXF | 2.7.11 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.0.6.html


 Release Apache ServiceMix 5.0.6
 ---

 Key: SM-2384
 URL: https://issues.apache.org/jira/browse/SM-2384
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6


 Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.9.1 | |
 | Camel | 2.12.5 | |
 | CXF | 2.7.13 | |
 | Karaf | 2.3.8 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.0.6.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2383) Upgrade to Camel 2.12.5 and CXF 2.7.13

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2383:

Summary: Upgrade to Camel 2.12.5 and CXF 2.7.13  (was: Upgrade to Camel 
2.12.5)

 Upgrade to Camel 2.12.5 and CXF 2.7.13
 --

 Key: SM-2383
 URL: https://issues.apache.org/jira/browse/SM-2383
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2391) Release Apache ServiceMix 5.3.1

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2391:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.3.1 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.13 | |
| Karaf | 2.4.1 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328554]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.3.1.html


  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.3.1 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.11 | |
| Karaf | 2.4.1 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328554]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.3.1.html



 Release Apache ServiceMix 5.3.1
 ---

 Key: SM-2391
 URL: https://issues.apache.org/jira/browse/SM-2391
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.3.1


 Issue to keep track of the overall progress of the Apache ServiceMix 5.3.1 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.13.3 | |
 | CXF | 2.7.13 | |
 | Karaf | 2.4.1 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328554]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.3.1.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2385) Upgrade to Camel 2.13.3 and CXF 2.7.13

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2385:

Summary: Upgrade to Camel 2.13.3  and CXF 2.7.13  (was: Upgrade to Camel 
2.13.3)

 Upgrade to Camel 2.13.3  and CXF 2.7.13
 ---

 Key: SM-2385
 URL: https://issues.apache.org/jira/browse/SM-2385
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2396) CXF WSN sample installation fails

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2396:
---

 Summary: CXF WSN sample installation fails
 Key: SM-2396
 URL: https://issues.apache.org/jira/browse/SM-2396
 Project: ServiceMix
  Issue Type: Bug
  Components: examples
Affects Versions: 5.0.0
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.x, 5.1.x, 5.2.x, 6.0.x, 5.4.x, 5.3.x


Installation of CXF WSN sample fails with following error

{NOFORMAT}
Caused by: java.lang.SecurityException: User name [user] or password is invalid.
at 
org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:80)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:97)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:733)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:139)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:149)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:247)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)[84:org.apache.activemq.activemq-osgi:5.9.0]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_65]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_65]
at java.lang.Thread.run(Thread.java:745)[:1.7.0_65]
Caused by: javax.security.auth.login.FailedLoginException: login failed
at 
org.apache.karaf.jaas.modules.properties.PropertiesLoginModule.login(PropertiesLoginModule.java:105)
at 
org.apache.karaf.jaas.boot.ProxyLoginModule.login(ProxyLoginModule.java:83)[karaf-jaas-boot.jar:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)[:1.7.0_65]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_65]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_65]
at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)[:1.7.0_65]
at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)[:1.7.0_65]
at 
javax.security.auth.login.LoginContext.login(LoginContext.java:595)[:1.7.0_65]
at 
org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:73)[84:org.apache.activemq.activemq-osgi:5.9.0]
... 13 more

{NOFORMAT}

Full stack trace attached



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2396) CXF WSN sample installation fails

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14189288#comment-14189288
 ] 

Krzysztof Sobkowiak commented on SM-2396:
-

Workaround

{NOFORMAT}
karaf@root config:edit org.apache.cxf.wsn
karaf@root propset cxf.wsn.activemq.username karaf
karaf@root propset cxf.wsn.activemq.password karaf
karaf@root config:update 
{NOFORMAT}

and restart the Apache CXF WSN Core bundle

 CXF WSN sample installation fails
 -

 Key: SM-2396
 URL: https://issues.apache.org/jira/browse/SM-2396
 Project: ServiceMix
  Issue Type: Bug
  Components: examples
Affects Versions: 5.0.0
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.x, 5.1.x, 5.2.x, 6.0.x, 5.4.x, 5.3.x

 Attachments: log.txt


 Installation of CXF WSN sample fails with following error
 {NOFORMAT}
 Caused by: java.lang.SecurityException: User name [user] or password is 
 invalid.
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:80)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:97)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:733)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:139)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:149)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:247)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_65]
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_65]
   at java.lang.Thread.run(Thread.java:745)[:1.7.0_65]
 Caused by: javax.security.auth.login.FailedLoginException: login failed
   at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModule.login(PropertiesLoginModule.java:105)
   at 
 org.apache.karaf.jaas.boot.ProxyLoginModule.login(ProxyLoginModule.java:83)[karaf-jaas-boot.jar:]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
 Method)[:1.7.0_65]
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_65]
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_65]
   at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)[:1.7.0_65]
   at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.login(LoginContext.java:595)[:1.7.0_65]
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:73)[84:org.apache.activemq.activemq-osgi:5.9.0]
   ... 13 more
 {NOFORMAT}
 Full stack trace attached



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2396) CXF WSN sample installation fails

2014-10-29 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2396:

Fix Version/s: (was: 5.4.x)
   (was: 5.3.x)
   (was: 6.0.x)
   (was: 5.2.x)
   (was: 5.1.x)
   (was: 5.0.x)
   5.3.1
   5.4.0
   6.0.0
   5.2.0
   5.1.4
   5.0.6

 CXF WSN sample installation fails
 -

 Key: SM-2396
 URL: https://issues.apache.org/jira/browse/SM-2396
 Project: ServiceMix
  Issue Type: Bug
  Components: examples
Affects Versions: 5.0.0
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1

 Attachments: log.txt


 Installation of CXF WSN sample fails with following error
 {NOFORMAT}
 Caused by: java.lang.SecurityException: User name [user] or password is 
 invalid.
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:80)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:97)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:733)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:139)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:149)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:247)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_65]
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_65]
   at java.lang.Thread.run(Thread.java:745)[:1.7.0_65]
 Caused by: javax.security.auth.login.FailedLoginException: login failed
   at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModule.login(PropertiesLoginModule.java:105)
   at 
 org.apache.karaf.jaas.boot.ProxyLoginModule.login(ProxyLoginModule.java:83)[karaf-jaas-boot.jar:]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
 Method)[:1.7.0_65]
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_65]
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_65]
   at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)[:1.7.0_65]
   at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.login(LoginContext.java:595)[:1.7.0_65]
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:73)[84:org.apache.activemq.activemq-osgi:5.9.0]
   ... 13 more
 {NOFORMAT}
 Full stack trace attached



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2396) CXF WSN sample installation fails

2014-10-30 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14191419#comment-14191419
 ] 

Krzysztof Sobkowiak commented on SM-2396:
-

Problem should be fixed by CXF  {{3.0.3}}, {{2.7.14}} and {{3.1.0}} 

 CXF WSN sample installation fails
 -

 Key: SM-2396
 URL: https://issues.apache.org/jira/browse/SM-2396
 Project: ServiceMix
  Issue Type: Bug
  Components: examples
Affects Versions: 5.0.0
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1

 Attachments: log.txt


 Installation of CXF WSN sample fails with following error
 {NOFORMAT}
 Caused by: java.lang.SecurityException: User name [user] or password is 
 invalid.
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:80)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.MutableBrokerFilter.addConnection(MutableBrokerFilter.java:97)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.processAddConnection(TransportConnection.java:733)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.command.ConnectionInfo.visit(ConnectionInfo.java:139)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:292)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:149)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:247)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)[84:org.apache.activemq.activemq-osgi:5.9.0]
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_65]
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_65]
   at java.lang.Thread.run(Thread.java:745)[:1.7.0_65]
 Caused by: javax.security.auth.login.FailedLoginException: login failed
   at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModule.login(PropertiesLoginModule.java:105)
   at 
 org.apache.karaf.jaas.boot.ProxyLoginModule.login(ProxyLoginModule.java:83)[karaf-jaas-boot.jar:]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
 Method)[:1.7.0_65]
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_65]
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_65]
   at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invoke(LoginContext.java:762)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext$4.run(LoginContext.java:688)[:1.7.0_65]
   at java.security.AccessController.doPrivileged(Native Method)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:687)[:1.7.0_65]
   at 
 javax.security.auth.login.LoginContext.login(LoginContext.java:595)[:1.7.0_65]
   at 
 org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBroker.java:73)[84:org.apache.activemq.activemq-osgi:5.9.0]
   ... 13 more
 {NOFORMAT}
 Full stack trace attached



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2385) Upgrade to Camel 2.13.3 and CXF 2.7.13

2014-11-02 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2385.
-
Resolution: Fixed

Fixed in:
* {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/0746c7f2
* {{servicemix-5.3.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/3acbd9ff

 Upgrade to Camel 2.13.3  and CXF 2.7.13
 ---

 Key: SM-2385
 URL: https://issues.apache.org/jira/browse/SM-2385
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.4, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2368) Upgrade to Camel 2.14.0 and CXF 3.0.2

2014-11-03 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195095#comment-14195095
 ] 

Krzysztof Sobkowiak commented on SM-2368:
-

Fixed in {{servicemix-5.2.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/76ed680c

 Upgrade to Camel 2.14.0 and CXF 3.0.2
 -

 Key: SM-2368
 URL: https://issues.apache.org/jira/browse/SM-2368
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0


 || Dependency || Version ||
 | ActiveMQ | 5.10.0 |
 | CXF | 3.0.1 |
 Due to some problems in CXF 3.0.1 we should wait for 3.0.2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2368) Upgrade to Camel 2.14.0 and CXF 3.0.2

2014-11-03 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195199#comment-14195199
 ] 

Krzysztof Sobkowiak commented on SM-2368:
-

Fixed in {{servicemix-5.4.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/11720ca6

 Upgrade to Camel 2.14.0 and CXF 3.0.2
 -

 Key: SM-2368
 URL: https://issues.apache.org/jira/browse/SM-2368
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0


 || Dependency || Version ||
 | ActiveMQ | 5.10.0 |
 | CXF | 3.0.1 |
 Due to some problems in CXF 3.0.1 we should wait for 3.0.2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2321) Upgrade to Karaf 3.0.2

2014-11-03 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195305#comment-14195305
 ] 

Krzysztof Sobkowiak commented on SM-2321:
-

The problem mentioned above doesn't occur after upgrade to CXF 3.0.2 

 Upgrade to Karaf 3.0.2
 --

 Key: SM-2321
 URL: https://issues.apache.org/jira/browse/SM-2321
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Jean-Baptiste Onofré
 Fix For: 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2321) Upgrade to Karaf 3.0.2

2014-11-03 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14195307#comment-14195307
 ] 

Krzysztof Sobkowiak commented on SM-2321:
-

Fixed in {{master}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/5eed29af

 Upgrade to Karaf 3.0.2
 --

 Key: SM-2321
 URL: https://issues.apache.org/jira/browse/SM-2321
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Jean-Baptiste Onofré
 Fix For: 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2321) Upgrade to Karaf 3.0.2

2014-11-03 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2321.
-
Resolution: Fixed

 Upgrade to Karaf 3.0.2
 --

 Key: SM-2321
 URL: https://issues.apache.org/jira/browse/SM-2321
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Jean-Baptiste Onofré
 Fix For: 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2397) Upgrade to Karaf 2.3.9

2014-11-05 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2397:
---

 Summary: Upgrade to Karaf 2.3.9
 Key: SM-2397
 URL: https://issues.apache.org/jira/browse/SM-2397
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2386) Release Apache ServiceMix 5.1.4

2014-11-05 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2386:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.1.4 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.13 | |
| Karaf | 2.3.9 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328670]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.1.4.html

  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.1.4 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.13.3 | |
| CXF | 2.7.13 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328670]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.1.4.html


 Release Apache ServiceMix 5.1.4
 ---

 Key: SM-2386
 URL: https://issues.apache.org/jira/browse/SM-2386
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.4


 Issue to keep track of the overall progress of the Apache ServiceMix 5.1.4 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.13.3 | |
 | CXF | 2.7.13 | |
 | Karaf | 2.3.9 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328670]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.1.4.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2384) Release Apache ServiceMix 5.0.6

2014-11-05 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2384:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.9.1 | |
| Camel | 2.12.5 | |
| CXF | 2.7.13 | |
| Karaf | 2.3.9 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.0.6.html

  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.9.1 | |
| Camel | 2.12.5 | |
| CXF | 2.7.13 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.0.6.html


 Release Apache ServiceMix 5.0.6
 ---

 Key: SM-2384
 URL: https://issues.apache.org/jira/browse/SM-2384
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.6


 Issue to keep track of the overall progress of the Apache ServiceMix 5.0.6 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.9.1 | |
 | Camel | 2.12.5 | |
 | CXF | 2.7.13 | |
 | Karaf | 2.3.9 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328669]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.0.6.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2347) Release Apache ServiceMix 5.2.0

2014-11-05 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2347:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.0 | |
| CXF | 3.0.2 | |
| Karaf | 2.3.9 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.2.0.html


  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.0 | |
| CXF | 3.0.2 | |
| Karaf | 2.3.8 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.2.0.html



 Release Apache ServiceMix 5.2.0
 ---

 Key: SM-2347
 URL: https://issues.apache.org/jira/browse/SM-2347
 Project: ServiceMix
  Issue Type: Bug
Reporter: Gert Vanthienen
 Fix For: 5.2.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.2.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.14.0 | |
 | CXF | 3.0.2 | |
 | Karaf | 2.3.9 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12327443]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.2.0.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2398) Upgrade maven plugins

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2398:
---

 Summary: Upgrade maven plugins
 Key: SM-2398
 URL: https://issues.apache.org/jira/browse/SM-2398
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


* {{exec-maven-plugin}}: {{1.3.2}}
* {{maven-assembly-plugin}}: {{2.4.1}}
* {{maven-compiler-plugin}}: {{3.2}}
* {{maven-dependency-plugin}}: {{2.9}}
* {{maven-jar-plugin}}: {{2.5}}
* {{maven-site-plugin}}: {{3.4}}
* {{maven-source-plugin}}: {{2.4}}
* {{maven-surefire-plugin}}: {{2.17}}
* {{maven-war-plugin}}: {{2.5}}
* {{apache-rat-plugin}}: {{0.11}}
* {{build-helper-maven-plugin}}: {{1.9.1}}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2399) Upgrade to Apache POM 15

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2399:
---

 Summary: Upgrade to Apache POM 15 
 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2401) Upgrade to Pax Logging 1.8.0 (log4j v2 support)

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2401:
---

 Summary: Upgrade to Pax Logging 1.8.0 (log4j v2 support)
 Key: SM-2401
 URL: https://issues.apache.org/jira/browse/SM-2401
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
 Fix For: 6.0.x, 5.4.x, 5.3.x


Needs Karaf 3.0.3 or 2.4.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2400) Upgrade to Felix maven-bundle-plugin 2.5.3

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2400:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Felix maven-bundle-plugin 2.5.3
 --

 Key: SM-2400
 URL: https://issues.apache.org/jira/browse/SM-2400
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2397) Upgrade to Karaf 2.3.9

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2397:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Karaf 2.3.9
 --

 Key: SM-2397
 URL: https://issues.apache.org/jira/browse/SM-2397
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2392) Upgrade to Pax Exam 4.3.0

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2392:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Pax Exam 4.3.0
 -

 Key: SM-2392
 URL: https://issues.apache.org/jira/browse/SM-2392
 Project: ServiceMix
  Issue Type: Task
  Components: itests
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2399) Upgrade to Apache POM 15

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2399:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Apache POM 15 
 -

 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2402) Use correct cxf.codegen-plugin version

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14202977#comment-14202977
 ] 

Krzysztof Sobkowiak commented on SM-2402:
-

Fixed in {{servicemix-5.2.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/ff2f3ff7

 Use correct cxf.codegen-plugin version
 --

 Key: SM-2402
 URL: https://issues.apache.org/jira/browse/SM-2402
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 Currently ServiceMix uses always {{cxf.codegen-plugin}} in version {{2.4.4}}
 {code}
 cxf.codegen-plugin.version2.4.4/cxf.codegen-plugin.version
 {code}
 The version of the integrated CXF should be used



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2403) Upgrade to maven-surefire-plugin 2.18

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203005#comment-14203005
 ] 

Krzysztof Sobkowiak commented on SM-2403:
-

Fixed in {{servicemix-5.3.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/0cdb3108

 Upgrade to maven-surefire-plugin 2.18
 -

 Key: SM-2403
 URL: https://issues.apache.org/jira/browse/SM-2403
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 After upgrade to {{2.17}} done by SM-2399 the itests ended with following 
 error
 {code}
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
 project itests: Execution default-test of goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: 
 java.lang.RuntimeException: java.io.IOException: Stream Closed - [Help 1]
 {code}
 Upgrade to {{2.18}} solves this problem



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2402) Use correct cxf.codegen-plugin version

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203027#comment-14203027
 ] 

Krzysztof Sobkowiak commented on SM-2402:
-

Fixed in {{servicemix-5.4.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/3e0032b5

 Use correct cxf.codegen-plugin version
 --

 Key: SM-2402
 URL: https://issues.apache.org/jira/browse/SM-2402
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 Currently ServiceMix uses always {{cxf.codegen-plugin}} in version {{2.4.4}}
 {code}
 cxf.codegen-plugin.version2.4.4/cxf.codegen-plugin.version
 {code}
 The version of the integrated CXF should be used



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2399) Upgrade to Apache POM 15

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203044#comment-14203044
 ] 

Krzysztof Sobkowiak commented on SM-2399:
-

Fixed in {{master}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/90186cc2

 Upgrade to Apache POM 15 
 -

 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2403) Upgrade to maven-surefire-plugin 2.18

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203042#comment-14203042
 ] 

Krzysztof Sobkowiak commented on SM-2403:
-

Fixed in {{master}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/abee1d24

 Upgrade to maven-surefire-plugin 2.18
 -

 Key: SM-2403
 URL: https://issues.apache.org/jira/browse/SM-2403
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 After upgrade to {{2.17}} done by SM-2399 the itests ended with following 
 error
 {code}
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
 project itests: Execution default-test of goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: 
 java.lang.RuntimeException: java.io.IOException: Stream Closed - [Help 1]
 {code}
 Upgrade to {{2.18}} solves this problem



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2392) Upgrade to Pax Exam 4.3.0

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2392.
-
Resolution: Fixed

 Upgrade to Pax Exam 4.3.0
 -

 Key: SM-2392
 URL: https://issues.apache.org/jira/browse/SM-2392
 Project: ServiceMix
  Issue Type: Task
  Components: itests
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2398) Upgrade maven plugins

2014-11-07 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203047#comment-14203047
 ] 

Krzysztof Sobkowiak commented on SM-2398:
-

Fixed in {{master}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/6317f93f

 Upgrade maven plugins
 -

 Key: SM-2398
 URL: https://issues.apache.org/jira/browse/SM-2398
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 * {{exec-maven-plugin}}: {{1.3.2}}
 * {{maven-assembly-plugin}}: {{2.4.1}}
 * {{maven-compiler-plugin}}: {{3.2}}
 * {{maven-dependency-plugin}}: {{2.9}}
 * {{maven-source-plugin}}: {{2.4}}
 * {{apache-rat-plugin}}: {{0.11}}
 * {{build-helper-maven-plugin}}: {{1.9.1}}
 * {{maven-deploy-plugin}}: {{2.8.2}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2402) Use correct cxf.codegen-plugin version

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203358#comment-14203358
 ] 

Krzysztof Sobkowiak commented on SM-2402:
-

Fixed in {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/c306d3bf

 Use correct cxf.codegen-plugin version
 --

 Key: SM-2402
 URL: https://issues.apache.org/jira/browse/SM-2402
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 Currently ServiceMix uses always {{cxf.codegen-plugin}} in version {{2.4.4}}
 {code}
 cxf.codegen-plugin.version2.4.4/cxf.codegen-plugin.version
 {code}
 The version of the integrated CXF should be used



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2399) Upgrade to Apache POM 15

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203361#comment-14203361
 ] 

Krzysztof Sobkowiak commented on SM-2399:
-

Fixed in {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/88afcad2

 Upgrade to Apache POM 15 
 -

 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2402) Use correct cxf.codegen-plugin version

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203363#comment-14203363
 ] 

Krzysztof Sobkowiak commented on SM-2402:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/82c26741

 Use correct cxf.codegen-plugin version
 --

 Key: SM-2402
 URL: https://issues.apache.org/jira/browse/SM-2402
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 Currently ServiceMix uses always {{cxf.codegen-plugin}} in version {{2.4.4}}
 {code}
 cxf.codegen-plugin.version2.4.4/cxf.codegen-plugin.version
 {code}
 The version of the integrated CXF should be used



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2398) Upgrade maven plugins

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203364#comment-14203364
 ] 

Krzysztof Sobkowiak commented on SM-2398:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/38b00922

 Upgrade maven plugins
 -

 Key: SM-2398
 URL: https://issues.apache.org/jira/browse/SM-2398
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 * {{exec-maven-plugin}}: {{1.3.2}}
 * {{maven-assembly-plugin}}: {{2.4.1}}
 * {{maven-compiler-plugin}}: {{3.2}}
 * {{maven-dependency-plugin}}: {{2.9}}
 * {{maven-source-plugin}}: {{2.4}}
 * {{apache-rat-plugin}}: {{0.11}}
 * {{build-helper-maven-plugin}}: {{1.9.1}}
 * {{maven-deploy-plugin}}: {{2.8.2}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2403) Upgrade to maven-surefire-plugin 2.18

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203362#comment-14203362
 ] 

Krzysztof Sobkowiak commented on SM-2403:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/403a592d

 Upgrade to maven-surefire-plugin 2.18
 -

 Key: SM-2403
 URL: https://issues.apache.org/jira/browse/SM-2403
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 6.0.0, 5.4.0, 5.3.1


 After upgrade to {{2.17}} done by SM-2399 the itests ended with following 
 error
 {code}
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
 project itests: Execution default-test of goal 
 org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: 
 java.lang.RuntimeException: java.io.IOException: Stream Closed - [Help 1]
 {code}
 Upgrade to {{2.18}} solves this problem



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2400) Upgrade to Felix maven-bundle-plugin 2.5.3

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2400.
-
   Resolution: Fixed
Fix Version/s: 5.1.4
   5.0.6

 Upgrade to Felix maven-bundle-plugin 2.5.3
 --

 Key: SM-2400
 URL: https://issues.apache.org/jira/browse/SM-2400
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2399) Upgrade to Apache POM 15

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203366#comment-14203366
 ] 

Krzysztof Sobkowiak commented on SM-2399:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/99df59aa

 Upgrade to Apache POM 15 
 -

 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2400) Upgrade to Felix maven-bundle-plugin 2.5.3

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14203365#comment-14203365
 ] 

Krzysztof Sobkowiak commented on SM-2400:
-

Fixed in {{servicemix-5.0.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/47ac093b

 Upgrade to Felix maven-bundle-plugin 2.5.3
 --

 Key: SM-2400
 URL: https://issues.apache.org/jira/browse/SM-2400
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2399) Upgrade to Apache POM 15

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2399.
-
   Resolution: Fixed
Fix Version/s: 5.1.4
   5.0.6

 Upgrade to Apache POM 15 
 -

 Key: SM-2399
 URL: https://issues.apache.org/jira/browse/SM-2399
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SM-2398) Upgrade maven plugins

2014-11-08 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak resolved SM-2398.
-
   Resolution: Fixed
Fix Version/s: 5.1.4
   5.0.6

 Upgrade maven plugins
 -

 Key: SM-2398
 URL: https://issues.apache.org/jira/browse/SM-2398
 Project: ServiceMix
  Issue Type: Task
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.0.6, 5.1.4, 5.2.0, 6.0.0, 5.4.0, 5.3.1


 * {{exec-maven-plugin}}: {{1.3.2}}
 * {{maven-assembly-plugin}}: {{2.4.1}}
 * {{maven-compiler-plugin}}: {{3.2}}
 * {{maven-dependency-plugin}}: {{2.9}}
 * {{maven-source-plugin}}: {{2.4}}
 * {{apache-rat-plugin}}: {{0.11}}
 * {{build-helper-maven-plugin}}: {{1.9.1}}
 * {{maven-deploy-plugin}}: {{2.8.2}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2408) JVM options ignored on Windows

2014-12-10 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2408:
---

 Summary: JVM options ignored on Windows
 Key: SM-2408
 URL: https://issues.apache.org/jira/browse/SM-2408
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.0, 5.3.1, 5.4.0, 6.0.0


Please look in KARAF-3250 for details. We should correct our {{servicemix.bat}} 
file too



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2409) Upgrade to Pax Exam 4.4.0

2014-12-10 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2409:
---

 Summary: Upgrade to Pax Exam 4.4.0
 Key: SM-2409
 URL: https://issues.apache.org/jira/browse/SM-2409
 Project: ServiceMix
  Issue Type: Task
  Components: itests
Reporter: Krzysztof Sobkowiak
 Fix For: 5.3.1, 5.4.0, 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2408) JVM options ignored on Windows

2014-12-11 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243027#comment-14243027
 ] 

Krzysztof Sobkowiak commented on SM-2408:
-

We have no separate `servicemix` scripts. The scripts are copies of `karaf` 
scripts from Karaf. This issue will be automatically solved after upgrade to 
Karaf 2.4.1

 JVM options ignored on Windows
 --

 Key: SM-2408
 URL: https://issues.apache.org/jira/browse/SM-2408
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.0, 5.3.1, 5.4.0, 6.0.0


 Please look in KARAF-3250 for details. We should correct our 
 {{servicemix.bat}} file too



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2408) JVM options ignored on Windows

2014-12-11 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2408:

Fix Version/s: (was: 5.1.5)
   (was: 5.2.0)
   (was: 6.0.0)

 JVM options ignored on Windows
 --

 Key: SM-2408
 URL: https://issues.apache.org/jira/browse/SM-2408
 Project: ServiceMix
  Issue Type: Bug
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.3.1, 5.4.0


 Please look in KARAF-3250 for details. We should correct our 
 {{servicemix.bat}} file too



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2410) windows startup scripts don't handle setenv.bat correctly

2014-12-11 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243063#comment-14243063
 ] 

Krzysztof Sobkowiak commented on SM-2410:
-

You should use `JAVA_OPTS` to define the Java options. The variable 
`DEFAULT_JAVA_OPTS` defines the default opts which should be used if the 
`JAVA_OPTS` has not been defined. You should also define `JAVA_OPTS` containing 
the values from `DEFAULT_JAVA_OPTS` (or you can omit some of them if you dont 
need them) and additional options you need.



 windows startup scripts don't handle setenv.bat correctly
 -

 Key: SM-2410
 URL: https://issues.apache.org/jira/browse/SM-2410
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 5.3.0
 Environment: Windows Any
Reporter: Alexander Sahler
Priority: Minor
 Attachments: patch_karaf.bat, patch_servicemix.bat


 When setting variables in setenv.bat they don't find their way to 
 JAVA_DEFAULT_OPTIONS. This is due to the variable overwrite in line 231.
 {noformat}
 set DEFAULT_JAVA_OPTS=%JAVA_MODE% -Xms%JAVA_MIN_MEM% -Xmx%JAVA_MAX_MEM% 
 -Dderby.system.home=%KARAF_DATA%\derby 
 -Dderby.storage.fileSyncTransactionLog=true -Dcom.sun.management.jmxremote 
 -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass
 {noformat}
 Instead it should be:
 {noformat}
 set DEFAULT_JAVA_OPTS=%JAVA_MODE% %DEFAULT_JAVA_OPTS% -Xms%JAVA_MIN_MEM% 
 -Xmx%JAVA_MAX_MEM% -Dderby.system.home=%KARAF_DATA%\derby 
 -Dderby.storage.fileSyncTransactionLog=true -Dcom.sun.management.jmxremote 
 -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass
 {noformat}
 to keep the previous contents of DEFAULT_JAVA_OPTS.
 The same applies for karaf.bat.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2411) Upgrade to Camel 2.14.1

2014-12-11 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2411:
---

 Summary: Upgrade to Camel 2.14.1
 Key: SM-2411
 URL: https://issues.apache.org/jira/browse/SM-2411
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.2.0, 5.4.0, 6.0.0


* CXF 3.0.2
* ActiveMQ 5.10.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2389) Release Apache ServiceMix 5.4.0

2014-12-11 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2389:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.1 | |
| CXF | 3.0.2 | |
| Karaf | 2.4.0 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.4.0.html

  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.0 | |
| CXF | 3.0.2 | |
| Karaf | 2.4.0 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.4.0.html


 Release Apache ServiceMix 5.4.0
 ---

 Key: SM-2389
 URL: https://issues.apache.org/jira/browse/SM-2389
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.4.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.14.1 | |
 | CXF | 3.0.2 | |
 | Karaf | 2.4.0 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.4.0.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2412) Upgrade to Karaf 3.0.3

2014-12-18 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2412:
---

 Summary: Upgrade to Karaf 3.0.3
 Key: SM-2412
 URL: https://issues.apache.org/jira/browse/SM-2412
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2409) Upgrade to Pax Exam 4.4.0

2014-12-18 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2409:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Pax Exam 4.4.0
 -

 Key: SM-2409
 URL: https://issues.apache.org/jira/browse/SM-2409
 Project: ServiceMix
  Issue Type: Task
  Components: itests
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.3.1, 5.4.0, 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SM-2389) Release Apache ServiceMix 5.4.0

2014-12-18 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak updated SM-2389:

Description: 
Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.1 | |
| CXF | 3.0.2 | |
| Karaf | 2.4.1 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.4.0.html

  was:
Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
release.

*Major dependency versions*
|| Dependency || Version || Remarks ||
| ActiveMQ | 5.10.0 | |
| Camel | 2.14.1 | |
| CXF | 3.0.2 | |
| Karaf | 2.4.0 | |

*Other information*
* [JIRA release 
information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
* SNAPSHOT downloads available on 
http://servicemix.apache.org/downloads/servicemix-5.4.0.html


 Release Apache ServiceMix 5.4.0
 ---

 Key: SM-2389
 URL: https://issues.apache.org/jira/browse/SM-2389
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
 Fix For: 5.4.0


 Issue to keep track of the overall progress of the Apache ServiceMix 5.4.0 
 release.
 *Major dependency versions*
 || Dependency || Version || Remarks ||
 | ActiveMQ | 5.10.0 | |
 | Camel | 2.14.1 | |
 | CXF | 3.0.2 | |
 | Karaf | 2.4.1 | |
 *Other information*
 * [JIRA release 
 information|https://issues.apache.org/jira/browse/SM/fixforversion/12328810]
 * SNAPSHOT downloads available on 
 http://servicemix.apache.org/downloads/servicemix-5.4.0.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2411) Upgrade to Camel 2.14.1

2014-12-18 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2411:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to Camel 2.14.1
 ---

 Key: SM-2411
 URL: https://issues.apache.org/jira/browse/SM-2411
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.2.0, 5.4.0, 6.0.0


 * CXF 3.0.2
 * ActiveMQ 5.10.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2317) activemq:browse no more working

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292351#comment-14292351
 ] 

Krzysztof Sobkowiak commented on SM-2317:
-

Solved in ActiveMQ 5.11.0

 activemq:browse no more working
 ---

 Key: SM-2317
 URL: https://issues.apache.org/jira/browse/SM-2317
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 6.0.0
 Environment: Karaf or ServiceMix with ActiveMQ 5.9.0 or 5.9.1
Reporter: Krzysztof Sobkowiak
 Fix For: 5.0.x, 5.1.x, 5.2.x, 6.0.x


 The command writes an info about unrecognized option {{--jmxlocal}} and 
 writes the help content
 {code}
 karaf@root activemq:browse --amqurl tcp://localhost:61616 --user karaf 
 --password karaf  queue:events
 INFO: Unrecognized option: --jmxlocal
 Task Usage: Main browse --amqurl broker url [browse-options] destinations
 Description: Display selected destination's messages.
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SM-2422) Multiple JMS connection factories found for amq-broker

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)
Krzysztof Sobkowiak created SM-2422:
---

 Summary: Multiple JMS connection factories found for amq-broker
 Key: SM-2422
 URL: https://issues.apache.org/jira/browse/SM-2422
 Project: ServiceMix
  Issue Type: Bug
  Components: activemq
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.1, 5.3.2, 5.4.1, 6.0.0


The {{activemq-service}}  bundle registers currently 2 connection factories (xa 
and non-xa) but both have the same service parameter {{name}} (which equal the 
system parameter {{broker-name}} 

{code}
karaf@root jms:connectionfactories 
JMS Connection Factory
amq-broker
amq-broker
{code}

It makes problems while using the {{jms:}} commands

{code}
karaf@root jms:info amq-broker 
PropertyValue
Error executing command: Multiple JMS connection factories found for amq-broker
{code}

We should distinguish the both names. We shouls also add the 
{{osgi.jndi.service.name}} service property in both services.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2421) Upgrade to ActiveMQ 5.10.1

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2421:
---

Assignee: Krzysztof Sobkowiak

 Upgrade to ActiveMQ 5.10.1
 --

 Key: SM-2421
 URL: https://issues.apache.org/jira/browse/SM-2421
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.1, 5.3.2, 5.4.1, 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2421) Upgrade to ActiveMQ 5.10.1

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292475#comment-14292475
 ] 

Krzysztof Sobkowiak commented on SM-2421:
-

Fixed in {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/ddaac86c

 Upgrade to ActiveMQ 5.10.1
 --

 Key: SM-2421
 URL: https://issues.apache.org/jira/browse/SM-2421
 Project: ServiceMix
  Issue Type: Task
  Components: assemblies
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.1, 5.3.2, 5.4.1, 6.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SM-2422) Multiple JMS connection factories found for amq-broker

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/SM-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14292473#comment-14292473
 ] 

Krzysztof Sobkowiak commented on SM-2422:
-

Fixed in {{servicemix-5.1.x}} -- 
http://git-wip-us.apache.org/repos/asf/servicemix/commit/5892afee

 Multiple JMS connection factories found for amq-broker
 --

 Key: SM-2422
 URL: https://issues.apache.org/jira/browse/SM-2422
 Project: ServiceMix
  Issue Type: Bug
  Components: activemq
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
 Fix For: 5.1.5, 5.2.1, 5.3.2, 5.4.1, 6.0.0


 The {{activemq-service}}  bundle registers currently 2 connection factories 
 (xa and non-xa) but both have the same service parameter {{name}} (which 
 equal the system parameter {{broker-name}} 
 {code}
 karaf@root jms:connectionfactories 
 JMS Connection Factory
 amq-broker
 amq-broker
 {code}
 It makes problems while using the {{jms:}} commands
 {code}
 karaf@root jms:info amq-broker 
 PropertyValue
 Error executing command: Multiple JMS connection factories found for 
 amq-broker
 {code}
 We should distinguish the both names. We shouls also add the 
 {{osgi.jndi.service.name}} service property in both services.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (SM-2423) activemq:browse command requires user and password parameters

2015-01-26 Thread Krzysztof Sobkowiak (JIRA)

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

Krzysztof Sobkowiak reassigned SM-2423:
---

Assignee: Krzysztof Sobkowiak

 activemq:browse command requires user and password parameters
 -

 Key: SM-2423
 URL: https://issues.apache.org/jira/browse/SM-2423
 Project: ServiceMix
  Issue Type: Improvement
  Components: activemq
Reporter: Krzysztof Sobkowiak
Assignee: Krzysztof Sobkowiak
Priority: Minor
 Fix For: 5.1.x, 5.2.x, 5.3.x, 5.4.x, 6.0.x


 Starting with  ActiveMQ 5.11.0 and 5.10.1 it is possible to use the command 
 {{activemq:browse}} again. 
 Currently it's necessary to provide the {{user}} and {{password}} parameters.
 {code}
 karaf@root jms:send jms/amq-broker test-queue test message 1
 karaf@root jms:send jms/amq-broker test-queue test message 2
 karaf@root browse --amqurl tcp://localhost:61616 --user smx --password smx  
 test-queue
 JMS_BODY_FIELD:JMSText = test message 1
 JMS_HEADER_FIELD:JMSExpiration = 0
 JMS_HEADER_FIELD:JMSMessageID = ID:lenovo-43362-1422306328716-15:5:1:1:1
 JMS_HEADER_FIELD:JMSPriority = 4
 JMS_HEADER_FIELD:JMSDestination = test-queue
 JMS_HEADER_FIELD:JMSTimestamp = 1422306717010
 JMS_HEADER_FIELD:JMSRedelivered = false
 JMS_HEADER_FIELD:JMSDeliveryMode = persistent
 JMS_BODY_FIELD:JMSText = test message 2
 JMS_HEADER_FIELD:JMSExpiration = 0
 JMS_HEADER_FIELD:JMSMessageID = ID:lenovo-43362-1422306328716-15:6:1:1:1
 JMS_HEADER_FIELD:JMSPriority = 4
 JMS_HEADER_FIELD:JMSDestination = test-queue
 JMS_HEADER_FIELD:JMSTimestamp = 1422306719567
 JMS_HEADER_FIELD:JMSRedelivered = false
 JMS_HEADER_FIELD:JMSDeliveryMode = persistent
 {code}
 Otherwise the command fails
 {code}
 karaf@root browse --amqurl tcp://localhost:61616   test-queue
 ERROR: java.lang.RuntimeException: Failed to execute browse task. Reason: 
 javax.jms.JMSSecurityException: User name [null] or password is invalid.
 java.lang.RuntimeException: Failed to execute browse task. Reason: 
 javax.jms.JMSSecurityException: User name [null] or password is invalid.
   at 
 org.apache.activemq.console.command.AmqBrowseCommand.runTask(AmqBrowseCommand.java:155)
   at 
 org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57)
   at 
 org.apache.activemq.karaf.commands.ActiveMQCommandSupport.doExecute(ActiveMQCommandSupport.java:49)
   at 
 org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)
   at 
 org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)
   at 
 org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)
   at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474)
   at 
 org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
   at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
   at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
   at 
 org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
   at org.apache.karaf.shell.console.jline.Console.run(Console.java:184)
   at 
 org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79)
 Error executing command: javax.jms.JMSSecurityException: User name [null] or 
 password is invalid.
 {code}
 We should find a solution how can we configure credentials for this command 
 (e.g. like for the ActoveMQ web console). We should probably open a new issue 
 in ActiveMQ JIRA, but opening it here to track the problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   3   4   5   6   7   8   9   10   >