Re: using the blog sample

2010-07-10 Thread jamie campbell
Valentin: Hyperlinkification complete Bartek: 1) I had a peek at it. The only unfortunate thing is that it sort of trades complexities. For the purposes of the tutorial I'd prefer to have a simple 4 lines in the dependencySets section of the assembly descriptor, rather than a section 155

Re: using the blog sample

2010-07-08 Thread Lin Sun
Hi Bartosz, Yes, thanks for reading my mind :) Zoe, your instruction is great! Lin On Thu, Jul 8, 2010 at 3:54 AM, Bartosz Kowalewski wrote: > Zoe, > > I think that Lin wanted to say that she had been forced to take a look > at http://incubator.apache.org/aries/blog-sample.html when following

Re: using the blog sample

2010-07-08 Thread zoe slattery
Bartek D'oh - thanks :-) Z Zoe, I think that Lin wanted to say that she had been forced to take a look at http://incubator.apache.org/aries/blog-sample.html when following Jamie's guide :). ( => The http://incubator.apache.org/aries/blog-sample.html guide is clear enough.) Right? Bartek 2010/

Re: using the blog sample

2010-07-08 Thread Bartosz Kowalewski
Zoe, I think that Lin wanted to say that she had been forced to take a look at http://incubator.apache.org/aries/blog-sample.html when following Jamie's guide :). ( => The http://incubator.apache.org/aries/blog-sample.html guide is clear enough.) Right? Bartek 2010/7/8 zoe slattery : > Lin Sun

Re: using the blog sample

2010-07-08 Thread zoe slattery
Lin Sun wrote: Hi Very nice documentation. I was able to follow through. One prob I encountered was the derby database setup. I basically went to http://incubator.apache.org/aries/blog-sample.html and followed the instruction there. I don't think it is intuitive for a first time user to know

Re: using the blog sample

2010-07-07 Thread Lin Sun
Hi Very nice documentation. I was able to follow through. One prob I encountered was the derby database setup. I basically went to http://incubator.apache.org/aries/blog-sample.html and followed the instruction there. I don't think it is intuitive for a first time user to know where/how to run

Re: using the blog sample

2010-07-05 Thread Bartosz Kowalewski
Hi Jamie, I followed your guide and I think it's great :). Below are some minor comments: 1. You could base your Maven assembly descriptor on the ones that are avilable in the Apache Felix project. This would eliminate the need to change the existing sections of config.properties and startup.pro

Re: using the blog sample

2010-07-04 Thread Valentin Mahrwald
Very nice! I followed it all the way through and except for a small race condition between the blog datasource service registration and the jpa extender creating the EntityManager everything worked like a charm. I am not quite sure what the right fix for the race condition is, I am not sure twe

Re: using the blog sample

2010-06-25 Thread Bartosz Kowalewski
Jamie, I think that in order to minimize the probability of running into issues it would be advisable to try to use the same set of bundles as it is now used with Eclipse in the Blog assembly or Blog itests. Of course some changes are probably required, but currently you're using a set of bundles

Re: using the blog sample

2010-06-24 Thread Valentin Mahrwald
Hi Jamie, comments below. On 24 Jun 2010, at 23:12, jamie campbell wrote: > Hello, > > I'm trying to get the blog sample (specifically with jpa persistence) working > within felix/karaf 1.6.0 .. if docs on how to do this already exist, then I'd > love a link to them. > > Otherwise.. here's