Re: Update scala profile for Pax Runner to 2.7.6

2009-09-11 Thread Heiko Seeberger
Alin, Thank you! I knew you were to jump in ;-) Your changes are working fine. Next time I can peek at what you did and of course your link to the documentation will help. Cheers, Heiko 2009/9/11 Alin Dreghiciu > Here it is how you can do that. I "expect" that you as the owner to > maintain it

Re: Update scala profile for Pax Runner to 2.7.6

2009-09-11 Thread Alin Dreghiciu
Here it is how you can do that. I "expect" that you as the owner to maintain it, as you know best what is there. http://wiki.ops4j.org//x/6ACy For now I upgraded the profile ;). Give it a try. On Fri, Sep 11, 2009 at 8:23 PM, Heiko Seeberger < heiko.seeber...@googlemail.com> wrote: > I would like

Update scala profile for Pax Runner to 2.7.6

2009-09-11 Thread Heiko Seeberger
I would like the Pax Runner experts to do me a favor: Could anyone of you please update the scala profile for Pax Runner to 2.7.6?I am totally unsure how to do that ;-) Thanks! Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodu

[issues] Commented: (PAXEXAM-114) Cache under /tmp/paxexam_runner_ not updated

2009-09-11 Thread Knut Eilif Husa (JIRA)
[ http://issues.ops4j.org/browse/PAXEXAM-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876#action_12876 ] Knut Eilif Husa commented on PAXEXAM-114: - Actually it was maven bundles part of the profile co

[issues] Commented: (PAXEXAM-114) Cache under /tmp/paxexam_runner_ not updated

2009-09-11 Thread Toni Menzel (JIRA)
[ http://issues.ops4j.org/browse/PAXEXAM-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875#action_12875 ] Toni Menzel commented on PAXEXAM-114: - did you rebuild the org.coos.modules.notificationbroker.lib

[issues] Commented: (PAXEXAM-119) ExecutionCustomizer callback should be able to modify the resulting jar file

2009-09-11 Thread Toni Menzel (JIRA)
[ http://issues.ops4j.org/browse/PAXEXAM-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874#action_12874 ] Toni Menzel commented on PAXEXAM-119: - not yet, because the bundle gets created very late (just bef

Re: log configuration

2009-09-11 Thread Leen Toelen
Since I am already using fileinstall, the only thing I need to do is to create a org.ops4j.pax.logging.cfg file, and put the log4j properties in there? I'll try it out as soon as I can. Thanks a lot, Leen On Fri, Sep 11, 2009 at 11:12 AM, Alin Dreghiciu wrote: > @Toni Pax Confman does the same

[issues] Created: (PAXEXAM-119) ExecutionCustomizer callback should be able to modify the resulting jar file

2009-09-11 Thread JIRA
ExecutionCustomizer callback should be able to modify the resulting jar file Key: PAXEXAM-119 URL: http://issues.ops4j.org/browse/PAXEXAM-119 Project: Pax Exam Issu

[issues] Created: (PAXUSERADMIN-2) Finish implementation of LDAP credential handling

2009-09-11 Thread JIRA
Finish implementation of LDAP credential handling - Key: PAXUSERADMIN-2 URL: http://issues.ops4j.org/browse/PAXUSERADMIN-2 Project: Pax User Admin Issue Type: Task Reporter: Matthia

[issues] Created: (PAXUSERADMIN-1) Add security configuration to iTests for PreferencesService Provider

2009-09-11 Thread JIRA
Add security configuration to iTests for PreferencesService Provider Key: PAXUSERADMIN-1 URL: http://issues.ops4j.org/browse/PAXUSERADMIN-1 Project: Pax User Admin Issue Ty

Re: JavaZone 2009

2009-09-11 Thread Toni Menzel
cool On Fri, Sep 11, 2009 at 12:35 PM, Toni Menzel wrote: > like, 100times "pax" in two sentences.. > > > On Fri, Sep 11, 2009 at 12:22 PM, Stuart McCulloch wrote: > >> 2009/9/11 Alin Dreghiciu >> >>> Great! Related to Pax as being a good toolchain of osgi, I figure out >>> that "Pax Tool Chain

Re: JavaZone 2009

2009-09-11 Thread Toni Menzel
like, 100times "pax" in two sentences.. On Fri, Sep 11, 2009 at 12:22 PM, Stuart McCulloch wrote: > 2009/9/11 Alin Dreghiciu > >> Great! Related to Pax as being a good toolchain of osgi, I figure out that >> "Pax Tool Chain mentioned in Chariot TechCast Podcast" : >> http://wiki.ops4j.org//x/wAH

Re: JavaZone 2009

2009-09-11 Thread Stuart McCulloch
2009/9/11 Alin Dreghiciu > Great! Related to Pax as being a good toolchain of osgi, I figure out that > "Pax Tool Chain mentioned in Chariot TechCast Podcast" : > http://wiki.ops4j.org//x/wAHB FYI, Pax is mentioned around 11 min into the podcast - listen carefully for Rob's reply ;) > On Fri,

Re: log configuration

2009-09-11 Thread Alin Dreghiciu
@Toni Pax Confman does the same ;) On Fri, Sep 11, 2009 at 11:57 AM, Toni Menzel wrote: > @Niclas, well older versions of paxlogging searched bundle cp for > log4j.properties files as far as i know, so thats where a fragment bundle > would have fit. > @Leen: > FileInstall from Felix does support

Re: JavaZone 2009

2009-09-11 Thread Alin Dreghiciu
Great! Related to Pax as being a good toolchain of osgi, I figure out that "Pax Tool Chain mentioned in Chariot TechCast Podcast" : http://wiki.ops4j.org//x/wAHB On Fri, Sep 11, 2009 at 10:25 AM, Niclas Hedhman wrote: > Gang, > JavaZone 2009 in Oslo has now been completed and from with my OPS4J

Re: Pax exam hangs

2009-09-11 Thread Toni Menzel
Can you also provide a full log output ? At best with a log4j.properties file set all to debug in your classpath (like we have in the tutorial). Also, are you running within maven (surefire) or IDE ? Do you use the "cleanCaches()" option ? <-- of cause you don't have to but it might help narrowing

Re: log configuration

2009-09-11 Thread Toni Menzel
@Niclas, well older versions of paxlogging searched bundle cp for log4j.properties files as far as i know, so thats where a fragment bundle would have fit. @Leen: FileInstall from Felix does support config admin updates on file basis.Infact, you have to place .cfg files into the load directory. Exa

Re: Inheriting tests in pax:exam

2009-09-11 Thread Toni Menzel
Hi Kris, see below On Fri, Sep 11, 2009 at 1:48 AM, Kris Pruden wrote: > I have a strange problem, but first I need to give some context (apologies > in advance for the length). > > In our project we are developing a number of frameworks, which are > separated into an interface and one or more i

JavaZone 2009

2009-09-11 Thread Niclas Hedhman
Gang, JavaZone 2009 in Oslo has now been completed and from with my OPS4J hat on, I was slightly surprised that the Pax project was heralded as "the best OSGi toolchain out there" by a couple of speakers, who I think are not directly involved in our community. Also, Jason van Zyl had a good (conf