[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313880#comment-14313880
 ] 

Charles Moulliard commented on CAMEL-8326:
--

Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 
2014-08-11T22:58:10+02:00)
Java version: 1.7.0_51, vendor: Oracle Corporation

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard
 Attachments: test.zip


 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313810#comment-14313810
 ] 

Claus Ibsen commented on CAMEL-8326:


What version of Maven and JDK are you using?

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard
 Attachments: test.zip


 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314184#comment-14314184
 ] 

Charles Moulliard commented on CAMEL-8326:
--

I can't yet explain what is the issue but if we first, install the project 
before to launch camel:run, then it will work

1) Does not work
mvn clean compile camel:run

2) Work
mvn clean package camel:run

I suspect that the reason is that the MANIFEST.MF created by the felix maven 
bundle was not generated during compile phase !

{code}
dabouhost:~/Temp/test$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] 
[INFO] Building A Camel Blueprint Route 1.0-SNAPSHOT
[INFO] 
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ test 
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.13-SONATYPE:test (default-test) @ test ---
[INFO] Surefire report directory: 
/Users/chmoulli/Temp/test/target/surefire-reports

---
 T E S T S
---
Running org.apache.camel.RouteTest
[  main] CamelBlueprintHelper   INFO  Using 
Blueprint XML file: 
/Users/chmoulli/Temp/test/target/classes/OSGI-INF/blueprint/blueprint.xml
[  Thread-0] RawBuilder INFO  Copy 
thread finished.
[  main] Activator  INFO  Camel 
activator starting
[  main] Activator  INFO  Camel 
activator started
[  main] BlueprintExtender  INFO  No 
quiesce support is available, so blueprint components will not participate in 
quiesce operations
[  main] RouteTest  INFO  

[  main] RouteTest  INFO  Testing: 
testRoute(org.apache.camel.RouteTest)
[  main] RouteTest  INFO  

[ Blueprint Extender: 3] BlueprintContainerImpl INFO  Bundle 
RouteTest is waiting for namespace handlers 
[http://camel.apache.org/schema/blueprint]
[  main] RouteTest  INFO  Skipping 
starting CamelContext as system property skipStartingCamelContext is set to be 
true.
[  main] BlueprintCamelContext  INFO  Apache 
Camel 2.14.1 (CamelContext: blueprintContext) is starting
[  main] DefaultManagementStrategy  INFO  JMX is 
disabled
[  main] BlueprintCamelContext  INFO  
AllowUseOriginalMessage is enabled. If access to the original message is not 
needed, then its recommended to turn this option off as it may improve 
performance.
[  main] BlueprintCamelContext  INFO  
StreamCaching is not in use. If using streams then its recommended to enable 
stream caching. See more details at http://camel.apache.org/stream-caching.html
[  main] BlueprintCamelContext  INFO  Route: 
timerToLog started and consuming from: Endpoint[timer://foo?period=5000]
[  main] BlueprintCamelContext  INFO  Total 1 
routes, of which 1 is started.
[  main] BlueprintCamelContext  INFO  Apache 
Camel 2.14.1 (CamelContext: blueprintContext) started in 0.075 seconds
[  main] MockEndpoint   INFO  
Asserting: Endpoint[mock://result] is satisfied
[ntext) thread #0 - timer://foo] timerToLog INFO  The 
message contains Hi from Camel at 2015-02-10 14:37:32
[  main] RouteTest  INFO  

[  main] RouteTest  INFO  Testing 
done: testRoute(org.apache.camel.RouteTest)
[  main] RouteTest  INFO  Took: 
1.090 seconds (1090 millis)
[  main] 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314190#comment-14314190
 ] 

Claus Ibsen commented on CAMEL-8326:


Oh yeah I have a habbit of running mvn clean install a lot ;)

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard
 Attachments: test.zip


 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314191#comment-14314191
 ] 

Charles Moulliard commented on CAMEL-8326:
--

That works without issue if add an execution tag to the 
maven-bundle-plugin. I will update the archetype into the project to avoid 
such stupid behavior and problem.

{code}
executions
execution
  idbundle-manifest/id
  phaseprocess-classes/phase
  goals
goalmanifest/goal
  /goals
/execution
  /executions
{code}

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard
 Attachments: test.zip


 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-10 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14314158#comment-14314158
 ] 

Claus Ibsen commented on CAMEL-8326:


Works fine for me with almost the same

mvndavsclaus:~/$ mvn -version
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 
2014-08-11T22:58:10+02:00)
Maven home: /opt/apache-maven-3.2.3
Java version: 1.7.0_45, vendor: Oracle Corporation


I think you need to check the logs, or deploy the bundle to Karaf 2.4.x and see 
if karaf reports some error.

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard
 Attachments: test.zip


 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-09 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313757#comment-14313757
 ] 

Charles Moulliard commented on CAMEL-8326:
--

When camel:run is launched with the option use Blueprint, then the Camel Main 
class part of camel-test-blueprint project uses the PoJoSR framework and not 
Karaf with Pax WEB. Here is how the Main class of the project 
camel-test-blueprint calls the Camel to create the Bundle Context :

https://github.com/apache/camel/blob/master/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/Main.java#L136
 
https://github.com/apache/camel/blob/master/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintHelper.java#L105

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard

 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-09 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313764#comment-14313764
 ] 

Claus Ibsen commented on CAMEL-8326:


Works fine for me, just created using Camel 2.14.1 and 2.15-SNAPSHOT

Here is 2.14.1
{code}
davsclaus:~/Documents/workspace/blue/$ mvn camel:run
[INFO] Scanning for projects...
[INFO]
[INFO] 
[INFO] Building A Camel Blueprint Route 1.0-SNAPSHOT
[INFO] 
[INFO]
[INFO]  camel-maven-plugin:2.14.1:run (default-cli)  test-compile @ blue 
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ blue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ blue ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
blue ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ blue 
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO]  camel-maven-plugin:2.14.1:run (default-cli)  test-compile @ blue 
[INFO]
[INFO] --- camel-maven-plugin:2.14.1:run (default-cli) @ blue ---
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-api/1.0.2/deltaspike-core-api-1.0.2.pom
Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-api/1.0.2/deltaspike-core-api-1.0.2.pom
 (2 KB at 2.0 KB/sec)
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-impl/1.0.2/deltaspike-core-impl-1.0.2.pom
Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-impl/1.0.2/deltaspike-core-impl-1.0.2.pom
 (3 KB at 19.9 KB/sec)
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-api/1.0.2/deltaspike-core-api-1.0.2.jar
Downloading: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-impl/1.0.2/deltaspike-core-impl-1.0.2.jar
Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-impl/1.0.2/deltaspike-core-impl-1.0.2.jar
 (120 KB at 551.3 KB/sec)
Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/deltaspike/core/deltaspike-core-api/1.0.2/deltaspike-core-api-1.0.2.jar
 (210 KB at 562.6 KB/sec)
[INFO] Using org.apache.camel.test.blueprint.Main to initiate a CamelContext
[INFO] Starting Camel ...
[mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
Camel 2.14.1 starting
[mel.test.blueprint.Main.main()] Activator  INFO  Camel 
activator starting
[mel.test.blueprint.Main.main()] Activator  INFO  Camel 
activator started
[mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
quiesce support is available, so blueprint components will not participate in 
quiesce operations
[ Blueprint Extender: 1] BlueprintContainerImpl INFO  Bundle 
blue is waiting for namespace handlers 
[http://camel.apache.org/schema/blueprint]
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  Apache 
Camel 2.14.1 (CamelContext: blueprintContext) is starting
[ Blueprint Extender: 1] ManagedManagementStrategy  INFO  JMX is 
enabled
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  
AllowUseOriginalMessage is enabled. If access to the original message is not 
needed, then its recommended to turn this option off as it may improve 
performance.
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  
StreamCaching is not in use. If using streams then its recommended to enable 
stream caching. See more details at http://camel.apache.org/stream-caching.html
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  Route: 
timerToLog started and consuming from: Endpoint[timer://foo?period=5000]
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  Total 1 
routes, of which 1 is started.
[ Blueprint Extender: 1] BlueprintCamelContext  INFO  Apache 
Camel 2.14.1 (CamelContext: blueprintContext) started in 0.345 seconds
[ntext) thread #0 - timer://foo] timerToLog INFO  The 
message contains Hi from Camel at 2015-02-10 08:49:16
[ntext) thread #0 - timer://foo] timerToLog INFO  The 
message contains Hi from Camel at 2015-02-10 08:49:21
^C[  Thread-1] MainSupport$HangupInterceptor  INFO  
Received hang up - stopping the main instance.
[  Thread-1] BlueprintCamelContext  INFO  Apache 
Camel 2.14.1 (CamelContext: 

[jira] [Commented] (CAMEL-8326) Project created from camel-blueprint-archetype does not work

2015-02-09 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14313645#comment-14313645
 ] 

Claus Ibsen commented on CAMEL-8326:


What version of Karaf do you use? 

 Project created from camel-blueprint-archetype does not work
 

 Key: CAMEL-8326
 URL: https://issues.apache.org/jira/browse/CAMEL-8326
 Project: Camel
  Issue Type: Bug
  Components: osgi, tooling
Affects Versions: 2.13.3, 2.14.1
Reporter: Charles Moulliard

 When we launch the camel:run maven goal created from a project created using 
 the archetype :
 org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel 
 project with OSGi blueprint support. Ready to be deployed in OSGi.)
 then it fails
 {code}
 [mel.test.blueprint.Main.main()] MainSupportINFO  Apache 
 Camel 2.14.1 starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator starting
 [mel.test.blueprint.Main.main()] Activator  INFO  Camel 
 activator started
 [mel.test.blueprint.Main.main()] BlueprintExtender  INFO  No 
 quiesce support is available, so blueprint components will not participate in 
 quiesce operations
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  Test 
 bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, 
 Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec, 
 Bundle-Version=0.2.1
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: 
 de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ManagedServiceFactory], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: 
 org.apache.felix.configadmin [25], symbolicName: org.apache.felix.configadmin
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.blueprint.container.BlueprintContainer], 
 bundle: org.apache.aries.blueprint [13], symbolicName: 
 org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.camel.camel-blueprint [4], symbolicName: 
 org.apache.camel.camel-blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle: 
 org.apache.aries.blueprint [13], symbolicName: org.apache.aries.blueprint
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: 
 org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle: 
 org.apache.felix.fileinstall [26], symbolicName: org.apache.felix.fileinstall
 [mel.test.blueprint.Main.main()] CamelBlueprintHelper   WARN  
 ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], bundle: 
 org.apache.felix.configadmin