Re: Blueprint bean error on startup

2014-10-31 Thread Sten Roger Sandvik
Seems to me that you have the opposite in your bean declaration. FooImpl has a constructor with a single argument takning the Bar interface. - Original Message - From: Freeman Fang freeman.f...@gmail.com To: user@karaf.apache.org Sent: Friday, October 31, 2014 3:44:05 AM Subject:

Problems with bundle:watch [Karaf 3.0.2]

2014-10-14 Thread Sten Roger Sandvik
regards Enonic AS Sten Roger Sandvik Development Manager +4795997084 http://enonic.com/try - Free Enonic CMS trial in the cloud

Re: Problems with bundle:watch [Karaf 3.0.2]

2014-10-14 Thread Sten Roger Sandvik
package (as it's not a bundle). It's a bug and I'm fixing that (I create the Jira). Regards JB On 10/14/2014 08:23 AM, Sten Roger Sandvik wrote: Hi. First off, congratulations with the Karaf 3.0.2 release! And, now the sad part. I have trouble with bundle:watch and get this error: Exception

Invocation problem in java.lang.Exception

2014-09-29 Thread Sten Roger Sandvik
Hi. I have a strange problem using Java 1.8. Everything works great for Karaf 2.4.0 and Karaf 4.0.0-SNAPSHOT, except the following code: public final class ExceptionProblem { public static void testException() throws Exception { throw new ProblematicException( new

Re: Invocation problem in java.lang.Exception

2014-09-29 Thread Sten Roger Sandvik
Think I figured it out. The endorsed lib is screwing things up. Have not gone into detail yet. - Original Message - From: Sten Roger Sandvik s...@enonic.com To: user@karaf.apache.org Sent: Monday, September 29, 2014 12:49:41 PM Subject: Invocation problem in java.lang.Exception Hi. I