Re: pax-exam and support for @Before/@After annotated junit methods

2011-08-07 Thread Harald Wellmann
Am 07.08.2011 16:25, schrieb Sanjeeb Sahoo: It is my understanding that pax-exam does not run @Before and @After annotated methods with an OSGi context. Yes, the @Before and @After methods currently run in the test driver and not in the test container with the embedded or remote OSGi framework

Re: Hudson Config?

2011-08-07 Thread Harald Wellmann
Cool - now all the downstream jobs are blue again :-) Thanks, Harald Am 08.08.2011 04:10, schrieb Andreas Pieber: OK, I would guess this was some kind of hiccup of hudson and/or github. Just tested the process for pax-url and it seams to do what it should do (again at least). Kind regards, And

Re: pax-wicket 0.7.2, SpringDM service call causes a NullPointerException

2011-08-07 Thread Andreas Pieber
Hey Rainer, Now the full answer :-) On Sun, Aug 7, 2011 at 14:14, RainerW wrote: > Got a running SpringDM with pax-wicket 0.7.2. > Great; Now that you don't have to relay on SpringDM for Wicket-OSGi integration (thanks to PW) Apache Aries for Blueprint, JPA and Transactions might also be valid

Re: Hudson Config?

2011-08-07 Thread Andreas Pieber
OK, I would guess this was some kind of hiccup of hudson and/or github. Just tested the process for pax-url and it seams to do what it should do (again at least). Kind regards, Andreas On Sun, Aug 7, 2011 at 09:15, Harald Wellmann wrote: > Hi Andreas, > > ok, then something must be wrong with th

Re: SVN commit results in ERROR 500

2011-08-07 Thread Andreas Pieber
Stupid me. Added you to the group, but not the project i've added :-) On Aug 7, 2011 8:12 PM, "Matthias Küspert" wrote: > It works now :-) > > What did you change? > > Thanks, > Matthias > > On Sun, Aug 7, 2011 at 8:07 PM, Andreas Pieber wrote: >> Seams to be made error. Can you please try again?

Re: pax-wicket 0.7.2, SpringDM service call causes a NullPointerException

2011-08-07 Thread Andreas Pieber
Yeah, weekends, it seams you always hit me, when I'm not in front of an pc... The documentation is for 0.8 master and not for the 0.7 release :( while 0.8 is coming with a bundle listener you habe to register services for classloading, injection and mounting manually :( https://github.com/openengs

Re: SVN commit results in ERROR 500

2011-08-07 Thread Matthias Küspert
It works now :-) What did you change? Thanks, Matthias On Sun, Aug 7, 2011 at 8:07 PM, Andreas Pieber wrote: > Seams to be made error. Can you please try again? > > On Aug 7, 2011 12:47 PM, "Matthias Küspert" > wrote: >> I changed the URL to g...@github.com:ops4j/org.ops4j.pax.useradmin.git >>

Re: SVN commit results in ERROR 500

2011-08-07 Thread Andreas Pieber
Seams to be made error. Can you please try again? On Aug 7, 2011 12:47 PM, "Matthias Küspert" wrote: > I changed the URL to g...@github.com:ops4j/org.ops4j.pax.useradmin.git > but it still doesn't work. > > Yes, I uploaded my key to github and the 'ssh -T g...@github.com' works > as described. So

pax-exam and support for @Before/@After annotated junit methods

2011-08-07 Thread Sanjeeb Sahoo
It is my understanding that pax-exam does not run @Before and @After annotated methods with an OSGi context. Is there a plan to add support for this in pax-exam in near future? Thanks, Sahoo ___ general mailing list general@lists.ops4j.org http://lists.o

pax-wicket 0.7.2, SpringDM service call causes a NullPointerException

2011-08-07 Thread RainerW
Got a running SpringDM with pax-wicket 0.7.2. BundleA exports a VotingService. BundleB (wicket) via a plain Service can use that service -> so SpringDM works. In my OverviewPage (BundleB) i added an AjaxFallback Link which calls a service-method. but when the services ping() method got called, a

Re: SVN commit results in ERROR 500

2011-08-07 Thread Matthias Küspert
I changed the URL to g...@github.com:ops4j/org.ops4j.pax.useradmin.git but it still doesn't work. Yes, I uploaded my key to github and the 'ssh -T g...@github.com' works as described. So the key should be Ok. I'm on Mac OSX 10.5, using git 1.7.5.3 Regards, Matthias On Sun, Aug 7, 2011 at 5:37 A

Re: pax-wicket: ClassNotFound ILazyInitProxy

2011-08-07 Thread RainerW
Thanks. The import did the trick. Cheers Rainer @listowner: Sorry for the other mail, tracked the wrong thread. On 06.08.2011 12:15, Andreas Pieber wrote: > Hey Rainer, > > OK, now that I'm in front of my computer again the full answer: > > First of all thanks for your interest in Pax Wicket (

Re: Exploded bundles in Pax Exam

2011-08-07 Thread Harald Wellmann
Here is now the first shot of this feature. I added a couple of Pax Exam regression tests to show how it works: https://github.com/ops4j/org.ops4j.pax.exam2/tree/master/it-regression/regression-paxrunner/src/test/java/org/ops4j/pax/exam/regression/paxrunner/reference The test all work with the

Re: Hudson Config?

2011-08-07 Thread Harald Wellmann
Hi Andreas, ok, then something must be wrong with the configuration, because Pax URL is currently _not_ built from master. As a result, the Runner and Exam jobs are now failing after my commits because they depend on the latest snapshot of Pax URL which is not available from Hudson's local M