Re: Thank you all.

2007-05-20 Thread Alin Dreghiciu
Hey guys, Thanks to you all for giving life to this community. It feels, as the others say, as being home, a place where you can take whatever you need, whenever you need. And most important I can bring something in, I can change if I feel is right. And all of this at your own peace.And it feels

Re: Thank you all.

2007-05-20 Thread Stuart McCulloch
Coming from a place where software development was strictly controlled, it took me a while to get used to the "no patches, just commit" approach! Now it feels great, and the infrastructure support makes a big difference. So hear, hear ... thanks to Niclas, Peter, et al. for setting up OPS4J :) On

Re: OPS4J mentioned in article on JavaOne

2007-05-20 Thread Niclas Hedhman
On Sunday 20 May 2007 17:56, Toni Menzel wrote: > btw, what happened to the ops4j.org domain in the past 10 hours? every > DNS lookup failed until recenetly (since niclas mail).. The provider of srv01 (@ serverpronto.infolink.com) had a lot of routing problems yesterday, so the server was unreach

Re: pax logger configuration

2007-05-20 Thread Edward Yakop
Hmm.. >From the LoggingPolicyActivator.java. It seems that you uses admin.createFactoryConfiguration(PAX_PID) What should you have done: admin.getConfiguration(PAX_PID) Regards, Edward Yakop ___ general mailing list general@lists.ops4j.org http://

Re: pax logger configuration

2007-05-20 Thread Pierre Parrend
Hello, so there was some bug somewhere. I have updated from svn, it does not work better. underneath are the services that are available in my felix. Should not there be a bundle from the pax logging suite that uses the org.osgi.service.cm.ConfigurationAdmin ? As attachement you will also fi

Re: pax logger configuration

2007-05-20 Thread Edward Yakop
Hi, Since now it is clear that you're using 0.9.5-SNAPSHOT. I just fixed a bug on the [logging/api/osgi.bundle] where [org.knopflerfish.service.log] package was not exported with provider [paxlogging]. This error caused [pax-logging-service] not to be resolved when it is being ran with equinox. I

Re: pax logger configuration

2007-05-20 Thread Pierre Parrend
Hello, My configuration is the following (I am working on Felix): [ 0] [Active ] [0] System Bundle (0.8.0.incubator) [ 1] [Active ] [1] Apache Felix Shell Service (0.8.0.incubator) [ 2] [Active ] [1] Apache Felix Shell TUI (0.8.0.incubator) [ 3] [Active ] [

[issues] Commented: (PAXCONSTRUCT-16) pax-remove-bundle

2007-05-20 Thread Stuart McCulloch (JIRA)
[ http://issues.ops4j.org/jira/browse/PAXCONSTRUCT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10399 ] Stuart McCulloch commented on PAXCONSTRUCT-16: -- basic implementation is there - just need to check for d

[issues] Commented: (PAXWICKET-2) Need to create a handle to Application.init()

2007-05-20 Thread Edward Yakop (JIRA)
[ http://issues.ops4j.org/jira/browse/PAXWICKET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10397 ] Edward Yakop commented on PAXWICKET-2: -- I suggest: * For [PageFactory#getBookMarkableInfos] to return a list of [Boo

Re: pax logger configuration

2007-05-20 Thread Edward Yakop
> It is possible to set a different configuration, or is the code for this > currently not available ? It is possible to set a different configuration. And this feature is implemented. Back to the problem: I assumed that you're running using pax-logging-log4j inside OSGi container (i.e. not unit

Re: pax logger configuration

2007-05-20 Thread Pierre Parrend
Hello, thanks for the information on ConfigurationAdmin. However, the pax logger does not seem to be bounded to it. Actually, the org.apache.log4j.Logger.getLogger() method (bundle 'pax.loggin.log4j') appear to create a org.ops4j.pax.logging.DefaultServiceLog, (bundle pax.logging.api) which doe

[issues] Commented: (PAXWICKET-2) Need to create a handle to Application.init()

2007-05-20 Thread Niclas Hedhman (JIRA)
[ http://issues.ops4j.org/jira/browse/PAXWICKET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10392 ] Niclas Hedhman commented on PAXWICKET-2: I suggest that PageFactory get a new method BookmarkableInfo getBookma

[issues] Commented: (PAXWICKET-2) Need to create a handle to Application.init()

2007-05-20 Thread Niclas Hedhman (JIRA)
[ http://issues.ops4j.org/jira/browse/PAXWICKET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10390 ] Niclas Hedhman commented on PAXWICKET-2: Furthermore, should we not provide a bridge between the OSGi Configurati

[issues] Commented: (PAXWICKET-2) Need to create a handle to Application.init()

2007-05-20 Thread Niclas Hedhman (JIRA)
[ http://issues.ops4j.org/jira/browse/PAXWICKET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10389 ] Niclas Hedhman commented on PAXWICKET-2: One use-case that has been brought forward in this space is the creation

Re: OPS4J mentioned in article on JavaOne

2007-05-20 Thread Stuart McCulloch
probably OCS4J (a caching implementation from oracle) On 20/05/07, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > On Saturday 19 May 2007 20:42, Peter Neubauer wrote: > > Nothing much but still, we have not done any advertising. > > http://java.apress.com/article/469/javaone-2007-dayfour > > Looks li

Re: Confluence down?

2007-05-20 Thread Peter Neubauer
But, I am playing around with LDAP accounts, so if you want to edit, log into confluence as test/test. Will change that soon after I have a signup process against LDAP working (working with the ApacheDS guys and Atlassian CROWD gang on that) /peter On 5/20/07, Peter Neubauer <[EMAIL PROTECTED]> w

Re: Confluence down?

2007-05-20 Thread Peter Neubauer
well, I can access it. wiki.ops4j.org /peter On 5/20/07, Rick Litton <[EMAIL PROTECTED]> wrote: > Hi, > > Is confluence down? Thanks. > > --rick > > > > ___ > general mailing list > general@lists.ops4j.org > http://lists.ops4j.org/mailman/listinfo/gen

Confluence down?

2007-05-20 Thread Rick Litton
Hi, Is confluence down? Thanks. --rick ___ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general

Re: OPS4J mentioned in article on JavaOne

2007-05-20 Thread Toni Menzel
i just wondered about that, too.. btw, what happened to the ops4j.org domain in the past 10 hours? every DNS lookup failed until recenetly (since niclas mail).. Niclas Hedhman schrieb: > On Saturday 19 May 2007 20:42, Peter Neubauer wrote: > >> Nothing much but still, we have not done any adv

Re: OPS4J mentioned in article on JavaOne

2007-05-20 Thread Niclas Hedhman
On Saturday 19 May 2007 20:42, Peter Neubauer wrote: > Nothing much but still, we have not done any advertising. > http://java.apress.com/article/469/javaone-2007-dayfour Looks like it is placed out of context, or it stands for something else at Oracle... Cheers -- Niclas Hedhman, Software Dev