Re: Wicket-stuff site down?

View: New views
9 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Wicket-stuff site down?

by nino martinez wael :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah it does look that way. Anyone around to take a look at the server?

2009/10/27 Brill Pappin <brill@...>

> I don't think this is maintenance, unless they have an extremely long
> running SQL export or something.
> I'd say broken at this point.
>
> - Brill
>
>
>
> On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
>
>  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
>>
>> 2009/10/26 Jeremy Thomerson <jeremy@...>
>>
>>  Yes
>>>
>>> --
>>> Jeremy Thomerson
>>> http://www.wickettraining.com
>>>
>>>
>>>
>>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin <brill@...> wrote:
>>>
>>>  Is the Wicket-stuff site down for anyone else?
>>>>
>>>> - Brill
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@...
>>>> For additional commands, e-mail: users-help@...
>>>>
>>>>
>>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

Re: Wicket-stuff site down?

by Johan Compagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i already did that
its up again but it was AGAIN disk full problems
and that is because of that STUPID maven that generates unique snapshots

Who is the maven expert here that will FIX that problems on all our pom
files?
i have been deleting stuff now for at least 1 hour!

johan


On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
nino.martinez.wael@...> wrote:

> Yeah it does look that way. Anyone around to take a look at the server?
>
> 2009/10/27 Brill Pappin <brill@...>
>
> > I don't think this is maintenance, unless they have an extremely long
> > running SQL export or something.
> > I'd say broken at this point.
> >
> > - Brill
> >
> >
> >
> > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> >
> >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> >>
> >> 2009/10/26 Jeremy Thomerson <jeremy@...>
> >>
> >>  Yes
> >>>
> >>> --
> >>> Jeremy Thomerson
> >>> http://www.wickettraining.com
> >>>
> >>>
> >>>
> >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin <brill@...>
> wrote:
> >>>
> >>>  Is the Wicket-stuff site down for anyone else?
> >>>>
> >>>> - Brill
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@...
> >>>> For additional commands, e-mail: users-help@...
> >>>>
> >>>>
> >>>>
> >>>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>

Re: Wicket-stuff site down?

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There was only one <distributionManagement> in wicketstuff-core/pom.xml
(and sub-modules) without the needed setting:

<snapshotRepository>
        <id>wicketstuff-org-maven</id>

<url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
        <uniqueVersion>false</uniqueVersion>
</snapshotRepository>

Now I'll check the projects which are not in wicketstuff-core.

El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:

> i already did that
> its up again but it was AGAIN disk full problems
> and that is because of that STUPID maven that generates unique snapshots
>
> Who is the maven expert here that will FIX that problems on all our pom
> files?
> i have been deleting stuff now for at least 1 hour!
>
> johan
>
>
> On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> nino.martinez.wael@...> wrote:
>
> > Yeah it does look that way. Anyone around to take a look at the server?
> >
> > 2009/10/27 Brill Pappin <brill@...>
> >
> > > I don't think this is maintenance, unless they have an extremely long
> > > running SQL export or something.
> > > I'd say broken at this point.
> > >
> > > - Brill
> > >
> > >
> > >
> > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > >
> > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > >>
> > >> 2009/10/26 Jeremy Thomerson <jeremy@...>
> > >>
> > >>  Yes
> > >>>
> > >>> --
> > >>> Jeremy Thomerson
> > >>> http://www.wickettraining.com
> > >>>
> > >>>
> > >>>
> > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin <brill@...>
> > wrote:
> > >>>
> > >>>  Is the Wicket-stuff site down for anyone else?
> > >>>>
> > >>>> - Brill
> > >>>>
> > >>>> ---------------------------------------------------------------------
> > >>>> To unsubscribe, e-mail: users-unsubscribe@...
> > >>>> For additional commands, e-mail: users-help@...
> > >>>>
> > >>>>
> > >>>>
> > >>>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@...
> > > For additional commands, e-mail: users-help@...
> > >
> > >
> >


Re: Wicket-stuff site down?

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One more fixed: wicketstuff-animator/pom.xml

According to http://maven.apache.org/pom.html#Distribution_Management
these fixes should be enough.

@Johan: if the build still produces unique versions of the snapshots
please tell us which are the problematic projects.

El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov escribió:

> There was only one <distributionManagement> in wicketstuff-core/pom.xml
> (and sub-modules) without the needed setting:
>
> <snapshotRepository>
> <id>wicketstuff-org-maven</id>
>
> <url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
> <uniqueVersion>false</uniqueVersion>
> </snapshotRepository>
>
> Now I'll check the projects which are not in wicketstuff-core.
>
> El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:
> > i already did that
> > its up again but it was AGAIN disk full problems
> > and that is because of that STUPID maven that generates unique snapshots
> >
> > Who is the maven expert here that will FIX that problems on all our pom
> > files?
> > i have been deleting stuff now for at least 1 hour!
> >
> > johan
> >
> >
> > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> > nino.martinez.wael@...> wrote:
> >
> > > Yeah it does look that way. Anyone around to take a look at the server?
> > >
> > > 2009/10/27 Brill Pappin <brill@...>
> > >
> > > > I don't think this is maintenance, unless they have an extremely long
> > > > running SQL export or something.
> > > > I'd say broken at this point.
> > > >
> > > > - Brill
> > > >
> > > >
> > > >
> > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > > >
> > > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > > >>
> > > >> 2009/10/26 Jeremy Thomerson <jeremy@...>
> > > >>
> > > >>  Yes
> > > >>>
> > > >>> --
> > > >>> Jeremy Thomerson
> > > >>> http://www.wickettraining.com
> > > >>>
> > > >>>
> > > >>>
> > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin <brill@...>
> > > wrote:
> > > >>>
> > > >>>  Is the Wicket-stuff site down for anyone else?
> > > >>>>
> > > >>>> - Brill
> > > >>>>
> > > >>>> ---------------------------------------------------------------------
> > > >>>> To unsubscribe, e-mail: users-unsubscribe@...
> > > >>>> For additional commands, e-mail: users-help@...
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@...
> > > > For additional commands, e-mail: users-help@...
> > > >
> > > >
> > >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


Re: Wicket-stuff site down?

by Johan Compagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

you can easily check it your self for example:

http://www.wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/

johan


On Tue, Oct 27, 2009 at 11:59, Martin Grigorov <mcgregory@...> wrote:

> One more fixed: wicketstuff-animator/pom.xml
>
> According to http://maven.apache.org/pom.html#Distribution_Management
> these fixes should be enough.
>
> @Johan: if the build still produces unique versions of the snapshots
> please tell us which are the problematic projects.
>
> El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov escribió:
> > There was only one <distributionManagement> in wicketstuff-core/pom.xml
> > (and sub-modules) without the needed setting:
> >
> > <snapshotRepository>
> >       <id>wicketstuff-org-maven</id>
> >
> > <url>scpexe://
> wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
> >       <uniqueVersion>false</uniqueVersion>
> > </snapshotRepository>
> >
> > Now I'll check the projects which are not in wicketstuff-core.
> >
> > El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner escribió:
> > > i already did that
> > > its up again but it was AGAIN disk full problems
> > > and that is because of that STUPID maven that generates unique
> snapshots
> > >
> > > Who is the maven expert here that will FIX that problems on all our pom
> > > files?
> > > i have been deleting stuff now for at least 1 hour!
> > >
> > > johan
> > >
> > >
> > > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
> > > nino.martinez.wael@...> wrote:
> > >
> > > > Yeah it does look that way. Anyone around to take a look at the
> server?
> > > >
> > > > 2009/10/27 Brill Pappin <brill@...>
> > > >
> > > > > I don't think this is maintenance, unless they have an extremely
> long
> > > > > running SQL export or something.
> > > > > I'd say broken at this point.
> > > > >
> > > > > - Brill
> > > > >
> > > > >
> > > > >
> > > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
> > > > >
> > > > >  Here aswell ? argh : http://wicketstuff.org/confluence/errors.jsp
> > > > >>
> > > > >> 2009/10/26 Jeremy Thomerson <jeremy@...>
> > > > >>
> > > > >>  Yes
> > > > >>>
> > > > >>> --
> > > > >>> Jeremy Thomerson
> > > > >>> http://www.wickettraining.com
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin <brill@...>
> > > > wrote:
> > > > >>>
> > > > >>>  Is the Wicket-stuff site down for anyone else?
> > > > >>>>
> > > > >>>> - Brill
> > > > >>>>
> > > > >>>>
> ---------------------------------------------------------------------
> > > > >>>> To unsubscribe, e-mail: users-unsubscribe@...
> > > > >>>> For additional commands, e-mail: users-help@...
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@...
> > > > > For additional commands, e-mail: users-help@...
> > > > >
> > > > >
> > > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
> >
>
>

Re: Wicket-stuff site down?

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi Johan

this should be fixed with my first commit yesterday:
<snapshotRepository>
        <id>wicketstuff-org-maven</id>

<url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
        <uniqueVersion>false</uniqueVersion>    <<<<<< ADDED
</snapshotRepository>


Here is a little Perl magic which should save you few hours next time
you need to delete such artefacts

this one will *only* print which files will be deleted:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; print "$2\n"}'

this one will actually delete them:
find /tmp/m2repo/ -type f | xargs perl -e 'foreach $arg (@ARGV) {$arg =~
m/^(.*\/)+(\w+-\d\.\d+-\d+.*)$/; unlink $arg if $2;}'

El mar, 27-10-2009 a las 18:03 +0100, Johan Compagner escribió:

> you can easily check it your self for example:
>
> http://www.wicketstuff.org/maven/repository/org/wicketstuff/annotation/1.4-SNAPSHOT/
>
> johan
>
>
> On Tue, Oct 27, 2009 at 11:59, Martin Grigorov <mcgregory@...>
> wrote:
>         One more fixed: wicketstuff-animator/pom.xml
>        
>         According to
>         http://maven.apache.org/pom.html#Distribution_Management
>         these fixes should be enough.
>        
>         @Johan: if the build still produces unique versions of the
>         snapshots
>         please tell us which are the problematic projects.
>        
>         El mar, 27-10-2009 a las 12:48 +0200, Martin Grigorov
>         escribió:
>        
>         > There was only one <distributionManagement> in
>         wicketstuff-core/pom.xml
>         > (and sub-modules) without the needed setting:
>         >
>         > <snapshotRepository>
>         >       <id>wicketstuff-org-maven</id>
>         >
>         >
>         <url>scpexe://wicketstuff.org/home/wicket/tomcat/webapps/maven/repository</url>
>         >       <uniqueVersion>false</uniqueVersion>
>         > </snapshotRepository>
>         >
>         > Now I'll check the projects which are not in
>         wicketstuff-core.
>         >
>         > El mar, 27-10-2009 a las 10:41 +0100, Johan Compagner
>         escribió:
>         > > i already did that
>         > > its up again but it was AGAIN disk full problems
>         > > and that is because of that STUPID maven that generates
>         unique snapshots
>         > >
>         > > Who is the maven expert here that will FIX that problems
>         on all our pom
>         > > files?
>         > > i have been deleting stuff now for at least 1 hour!
>         > >
>         > > johan
>         > >
>         > >
>         > > On Tue, Oct 27, 2009 at 10:23, nino martinez wael <
>         > > nino.martinez.wael@...> wrote:
>         > >
>         > > > Yeah it does look that way. Anyone around to take a look
>         at the server?
>         > > >
>         > > > 2009/10/27 Brill Pappin <brill@...>
>         > > >
>         > > > > I don't think this is maintenance, unless they have an
>         extremely long
>         > > > > running SQL export or something.
>         > > > > I'd say broken at this point.
>         > > > >
>         > > > > - Brill
>         > > > >
>         > > > >
>         > > > >
>         > > > > On 2009-10-26, at 7:26 PM, nino martinez wael wrote:
>         > > > >
>         > > > >  Here aswell ? argh :
>         http://wicketstuff.org/confluence/errors.jsp
>         > > > >>
>         > > > >> 2009/10/26 Jeremy Thomerson
>         <jeremy@...>
>         > > > >>
>         > > > >>  Yes
>         > > > >>>
>         > > > >>> --
>         > > > >>> Jeremy Thomerson
>         > > > >>> http://www.wickettraining.com
>         > > > >>>
>         > > > >>>
>         > > > >>>
>         > > > >>> On Mon, Oct 26, 2009 at 11:08 AM, Brill Pappin
>         <brill@...>
>         > > > wrote:
>         > > > >>>
>         > > > >>>  Is the Wicket-stuff site down for anyone else?
>         > > > >>>>
>         > > > >>>> - Brill
>         > > > >>>>
>         > > > >>>>
>         ---------------------------------------------------------------------
>         > > > >>>> To unsubscribe, e-mail:
>         users-unsubscribe@...
>         > > > >>>> For additional commands, e-mail:
>         users-help@...
>         > > > >>>>
>         > > > >>>>
>         > > > >>>>
>         > > > >>>
>         > > > >
>         > > > >
>         ---------------------------------------------------------------------
>         > > > > To unsubscribe, e-mail:
>         users-unsubscribe@...
>         > > > > For additional commands, e-mail:
>         users-help@...
>         > > > >
>         > > > >
>         > > >
>         >
>         >
>         >
>         ---------------------------------------------------------------------
>         > To unsubscribe, e-mail: users-unsubscribe@...
>         > For additional commands, e-mail:
>         users-help@...
>         >
>         >
>        
>        
>


FormComponent Input Change

by michael mosmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there a way to change the input of a FormComponent (not with
javascript)? I could overwrite getInputAsArray() and make a switch, if i
did the manipulation-..

Michael Mosmann



Re: FormComponent Input Change

by Pedro H. O. dos Santos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I have an similar case were I have done it. At the time I had an
textfield to receive an code that is case sensitive. So I create an
decorated model for the form component. In the case of a user write an code
were only characters are correct, the setObject method of component model
fix the characters case before call super.setObject

On Fri, Oct 30, 2009 at 8:14 AM, Michael Mosmann <michael@...> wrote:

> Hi,
>
> Is there a way to change the input of a FormComponent (not with
> javascript)? I could overwrite getInputAsArray() and make a switch, if i
> did the manipulation-..
>
> Michael Mosmann
>
>
>


--
Pedro Henrique Oliveira dos Santos

Re: FormComponent Input Change

by michael mosmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Freitag, den 30.10.2009, 08:54 -0200 schrieb Pedro Santos:
> In the case of a user write an code
> were only characters are correct, the setObject method of component model
> fix the characters case before call super.setObject

i did'nt want to set the model value.. only the input.

Michael