[issues] Commented: (GAD-1) translator attribute ignores default unless you also specify skip-if-null="false"

2009-07-12 Thread Johan Maasing (JIRA)
[ http://issues.ops4j.org/browse/GAD-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663#action_12663 ] Johan Maasing commented on GAD-1: - I've updated the documentation to say that you need to set skip-if-null to

Re: UserAdmin implementation ...

2009-07-12 Thread David Leangen
Hello, Matthias, as some of you already noticed I'm working on a UserAdmin implementation in my laboratory. I'd like to hear what you guys think of it and if it makes sense to have a UserAdmin implementation as Pax project. This first draft implements the spec but delegates all storage a

Re: UserAdmin implementation ...

2009-07-12 Thread Matthias Küspert
On Sun, Jul 12, 2009 at 9:12 PM, Alin Dreghiciu wrote: > On Sun, Jul 12, 2009 at 10:01 PM, Filippo Diotalevi < > filippo.diotal...@gmail.com> wrote: > >> Hi Matthias, >> >> On Sun, Jul 12, 2009 at 7:33 PM, Matthias >> Küspert wrote: >> > Currently I'm using the Felix PreferencesService, but it del

Re: UserAdmin implementation ...

2009-07-12 Thread Alin Dreghiciu
On Sun, Jul 12, 2009 at 10:01 PM, Filippo Diotalevi < filippo.diotal...@gmail.com> wrote: > Hi Matthias, > > On Sun, Jul 12, 2009 at 7:33 PM, Matthias > Küspert wrote: > > Currently I'm using the Felix PreferencesService, but it deletes > everything > > on startup - anyone knows about a BackingSto

Re: UserAdmin implementation ...

2009-07-12 Thread Filippo Diotalevi
Hi Matthias, On Sun, Jul 12, 2009 at 7:33 PM, Matthias Küspert wrote: > Currently I'm using the Felix PreferencesService, but it deletes everything > on startup - anyone knows about a BackingStore > implementation that provides persistence across framework restarts? That's strange. Felix Preferen

Re: UserAdmin implementation ...

2009-07-12 Thread Toni Menzel
Great Matthias, i think this would be a very suitable addition to the pax stack. Haven't looked more into it than "svn co + mvn clean install" .. but PRO: - you are using exam ;)) CONTRA: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 41.947 sec <<< FAILURE! createAndFindUserOk(or

UserAdmin implementation ...

2009-07-12 Thread Matthias Küspert
Hi, as some of you already noticed I'm working on a UserAdmin implementation in my laboratory. I'd like to hear what you guys think of it and if it makes sense to have a UserAdmin implementation as Pax project. This first draft implements the spec but delegates all storage access to a pluggable St