Re: Examples?

2016-04-28 Thread Brad Johnson
Christian, Finally got a few minutes breathing room yesterday to work with some of the new plugins. I like the karaf-maven-plugin and the features generation. I'm not sure how much it is pulling that is absolutely necessary and how much it is getting as just a scrape. It doesn't seem to differen

Re: Examples?

2016-04-28 Thread Brad Johnson
wrap That's the only issue it is barfing on right now. I'll just have to run it down. [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.5:assembly (process-resources) on project paypal-app: Unable to build assembly: Unable to resolve root: missing requirement [root]

Re: Examples?

2016-04-28 Thread Jean-Baptiste Onofré
Do you have framework and log defined in your pom.xml ? Regards JB On 04/28/2016 04:42 PM, Brad Johnson wrote: wrap That's the only issue it is barfing on right now. I'll just have to run it down. [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.5:assembly (p

Re: Examples?

2016-04-28 Thread Christian Schneider
The error indicates that pax logging is missing which would provide the slf4j api. Christian On 28.04.2016 16:42, Brad Johnson wrote: wrap That's the only issue it is barfing on right now. I'll just have to run it down. [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-mave

Re: Examples?

2016-04-28 Thread Brad Johnson
I just need to take the time to use the proper BOM and mechanics. I was trying to shortcut this by having the plugin run on my bundles and create features files for them and then use those features in the assembly. That was a real long shot because I'm using some older code and tied into a Fuse B

Re: Examples?

2016-04-28 Thread Jean-Baptiste Onofré
Hi Brad, can you share the complete pom.xml ? I will help to fix it. Thanks, Regards JB On 04/28/2016 05:29 PM, Brad Johnson wrote: I just need to take the time to use the proper BOM and mechanics. I was trying to shortcut this by having the plugin run on my bundles and create features files

Re: Examples?

2016-04-28 Thread Brad Johnson
JB, I'll take you up on that when I have a better idea of what I'm doing with it. I work with features in Fuse all the time but I'm not sure of the static mechanics and so was just taking baby steps. When I hit a spot that obviously was my bad I stopped and had to rethink how to approach this. P

Re: Examples?

2016-04-28 Thread Brad Johnson
So just with these three dependencies - static features, static kar, and standard features - I get this. But that may simply be incomplete project definition on my part and means I have to step back and take a deeper and more concerted look at how this is all set up. Unable to build assembly: Un

Re: Examples?

2016-04-28 Thread Brad Johnson
Just looked at the local demo copy in the karaf 4 distro and I think that gives me a clearer idea of what I need to do to set up a project. I'm sort of wedging this effort in between my normal work so the time is limited but it looks fairly clear I think. I'll probably slurp that into Eclipse and

Re: Examples?

2016-04-28 Thread Brad Johnson
Sweet! I grabbed the demo project and ran it and found your Activemq metronome running and sending messages to the log. So I modified the camel to put camel-cxf and created a new profile for my PoC and ran it. The only issue I ran into is that I was compiling my project in Java 1.8 and the karaf