Re: WicketStuff JMX

2010-09-10 Thread Pedro Santos
Hi Gerolf,
sorry to take so much time to reply, but I would like to merge our
components. I think it will be interest to do that now when Wicket Stuff
devs are updating their projects to maintain it up to date with Wicket 1.5
version.
I'm planning bring the wicketstuff-jmx-panel to the core Wicket Stuff
structure, update it to use Wicket 1.5, and then add visualization
components that I have developed to present arrays and lists for instance.
At the 1.4 branch we can just maintain both projects since they are stable,
and some api change can mess with some user code.

I'm 1+ to bring wicketstuff-jmx-panel to the core structure and 1+ to
maintain mbeanview at 1.4 branch


On Tue, Nov 24, 2009 at 10:46 AM, Gerolf Seitz wrote:

> On Tue, Nov 24, 2009 at 2:16 PM, nino martinez wael <
> nino.martinez.w...@gmail.com> wrote:
> >
> > They should probably be merged. I like DRY :)
> >
> >
> sounds like a sound approach :)
>
>  gerolf
>
>
>
> > 2009/11/24 rodrigo benenson 
> >
> > > > Nice to hear that youre still there.. For the time being jmxpanel is
> > > working
> > > > with wicket 1.4 and waiting for someone to give it a little love :)
> > >
> > > where can someone grab the fixed version ?
> > >
> > > Is great to see how fast you guys answer !
> > >
> > > Regards,
> > > rodrigob.
> > >
> > > On Tue, Nov 24, 2009 at 12:43 PM, nino martinez wael
> > >  wrote:
> > > > Nice to hear that youre still there.. For the time being jmxpanel is
> > > working
> > > > with wicket 1.4 and waiting for someone to give it a little love :)
> > > >
> > > > I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui,
> > > light
> > > > years from jmxpanel..
> > > >
> > > > regards Nino
> > > >
> > > > 2009/11/24 Gerolf Seitz 
> > > >
> > > >> it hasn't been integrated with wicket-jmx, since i wasn't really
> happy
> > > with
> > > >> a few things in wicketstuff-jmxpanel.
> > > >> if my memory serves me well,  i've seen at least 1 other solution
> that
> > > had
> > > >> even more functionality, i think, than
> > > >> the jmxpanel i started. couldn't say specific project names or links
> > > >> though.
> > > >>
> > > >> regarding AWOL, i'm still watching wicket-dev closely and
> wicket-users
> > > to a
> > > >> certain extent.
> > > >> please accept my apologies for not taking care of things i started.
> i
> > > would
> > > >> love to get back into wicket
> > > >> development, and hopefully in the rather near-ish future, i can make
> > > some
> > > >> time to bring these words into action.
> > > >>
> > > >> Best regards,
> > > >>  Gerolf
> > > >>
> > > >>
> > > >> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
> > > >> martijn.dasho...@gmail.com> wrote:
> > > >>
> > > >> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> > > >> > Gerolf going AWOL?
> > > >> >
> > > >> > Martijn
> > > >> >
> > > >> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
> > > igor.vaynb...@gmail.com
> > > >> >
> > > >> > wrote:
> > > >> > > i guess its waiting for someone with time to bring it back up to
> > > speed.
> > > >> > >
> > > >> > > -igor
> > > >> > >
> > > >> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> > > >> > >  wrote:
> > > >> > >> Hello there !
> > > >> > >> Is there any news on WicketStuff JmxPanel ?
> > > >> > >>
> > > >> > >> It seems to be broken for a while now
> > > >> > >>
> > http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> > > >> > >>
> > > >> > >> It seems that in the past there was some consensus on keeping
> > > >> > >> wicket-jmx and jmxpanel up to date.
> > > >> > >>
> > > >> > >>
> > > >> >
> > > >>
> > >
&

Re: wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-12-30 Thread Giovanni
Gerolf, I solved the problem.

It was my wrong configuration of libraries on tomcat.

regards
giovanni





From: Gerolf Seitz 
To: users@wicket.apache.org
Sent: Wed, December 30, 2009 1:36:56 PM
Subject: Re: wicketstuff-jmx-panel in Wicket 1.4, missing a  
MarkupContainer.add(Component) ?

i will try to find some time to take a look at it tonight.

  gerolf

On Wed, Dec 30, 2009 at 11:51 AM, Giovanni  wrote:

> I got the same error today, trying to use the JmxPanel with Wicket 1.3.7.
>
> Any idea about how to solve this issue?
>
> I would really like to use the JmxPanel in my application.
>
> Best regards,
> giovanni
>
>
>
>
>
>
> 
> From: Trent Larson 
> To: users@wicket.apache.org
> Sent: Wed, March 18, 2009 11:41:38 PM
> Subject: wicketstuff-jmx-panel in Wicket 1.4, missing a
> MarkupContainer.add(Component)  ?
>
> I'm trying to use the wicketstuff-jmx-panel component as simply as
> possible:
>
>   add(new JmxPanel("jmx"));
>
> But I get a strange error about a method that doesn't exist:
>
>
> Caused by: java.lang.NoSuchMethodError:
>
> org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer;
>at
>
> org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.(JmxTreePanel.java:33)
>at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:113)
>at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:94)
>
>
> I call it strange because I'm using 1.4-m3, which appears to have the
> MarkupContainer.add(Component...) method, so I cannot figure out what it's
> trying to tell me.
>
> So is anyone using this in 1.4?  Any idea why it's complaining about "no
> such method"?
>
> Thanks!
> Trent
>
>
>
>
>



  

Re: wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-12-30 Thread Gerolf Seitz
i will try to find some time to take a look at it tonight.

  gerolf

On Wed, Dec 30, 2009 at 11:51 AM, Giovanni  wrote:

> I got the same error today, trying to use the JmxPanel with Wicket 1.3.7.
>
> Any idea about how to solve this issue?
>
> I would really like to use the JmxPanel in my application.
>
> Best regards,
> giovanni
>
>
>
>
>
>
> 
> From: Trent Larson 
> To: users@wicket.apache.org
> Sent: Wed, March 18, 2009 11:41:38 PM
> Subject: wicketstuff-jmx-panel in Wicket 1.4, missing a
> MarkupContainer.add(Component)  ?
>
> I'm trying to use the wicketstuff-jmx-panel component as simply as
> possible:
>
>   add(new JmxPanel("jmx"));
>
> But I get a strange error about a method that doesn't exist:
>
>
> Caused by: java.lang.NoSuchMethodError:
>
> org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer;
>at
>
> org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.(JmxTreePanel.java:33)
>at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:113)
>at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:94)
>
>
> I call it strange because I'm using 1.4-m3, which appears to have the
> MarkupContainer.add(Component...) method, so I cannot figure out what it's
> trying to tell me.
>
> So is anyone using this in 1.4?  Any idea why it's complaining about "no
> such method"?
>
> Thanks!
> Trent
>
>
>
>
>


Re: wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-12-30 Thread Giovanni
I got the same error today, trying to use the JmxPanel with Wicket 1.3.7.

Any idea about how to solve this issue?

I would really like to use the JmxPanel in my application.

Best regards,
giovanni







From: Trent Larson 
To: users@wicket.apache.org
Sent: Wed, March 18, 2009 11:41:38 PM
Subject: wicketstuff-jmx-panel in Wicket 1.4, missing a 
MarkupContainer.add(Component)  ?

I'm trying to use the wicketstuff-jmx-panel component as simply as possible:

   add(new JmxPanel("jmx"));

But I get a strange error about a method that doesn't exist:


Caused by: java.lang.NoSuchMethodError:
org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer;
at
org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.(JmxTreePanel.java:33)
at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:113)
at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:94)


I call it strange because I'm using 1.4-m3, which appears to have the
MarkupContainer.add(Component...) method, so I cannot figure out what it's
trying to tell me.

So is anyone using this in 1.4?  Any idea why it's complaining about "no
such method"?

Thanks!
Trent



  

Re: WicketStuff JMX

2009-11-24 Thread Gerolf Seitz
On Tue, Nov 24, 2009 at 2:16 PM, nino martinez wael <
nino.martinez.w...@gmail.com> wrote:
>
> They should probably be merged. I like DRY :)
>
>
sounds like a sound approach :)

  gerolf



> 2009/11/24 rodrigo benenson 
>
> > > Nice to hear that youre still there.. For the time being jmxpanel is
> > working
> > > with wicket 1.4 and waiting for someone to give it a little love :)
> >
> > where can someone grab the fixed version ?
> >
> > Is great to see how fast you guys answer !
> >
> > Regards,
> > rodrigob.
> >
> > On Tue, Nov 24, 2009 at 12:43 PM, nino martinez wael
> >  wrote:
> > > Nice to hear that youre still there.. For the time being jmxpanel is
> > working
> > > with wicket 1.4 and waiting for someone to give it a little love :)
> > >
> > > I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui,
> > light
> > > years from jmxpanel..
> > >
> > > regards Nino
> > >
> > > 2009/11/24 Gerolf Seitz 
> > >
> > >> it hasn't been integrated with wicket-jmx, since i wasn't really happy
> > with
> > >> a few things in wicketstuff-jmxpanel.
> > >> if my memory serves me well,  i've seen at least 1 other solution that
> > had
> > >> even more functionality, i think, than
> > >> the jmxpanel i started. couldn't say specific project names or links
> > >> though.
> > >>
> > >> regarding AWOL, i'm still watching wicket-dev closely and wicket-users
> > to a
> > >> certain extent.
> > >> please accept my apologies for not taking care of things i started. i
> > would
> > >> love to get back into wicket
> > >> development, and hopefully in the rather near-ish future, i can make
> > some
> > >> time to bring these words into action.
> > >>
> > >> Best regards,
> > >>  Gerolf
> > >>
> > >>
> > >> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
> > >> martijn.dasho...@gmail.com> wrote:
> > >>
> > >> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> > >> > Gerolf going AWOL?
> > >> >
> > >> > Martijn
> > >> >
> > >> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
> > igor.vaynb...@gmail.com
> > >> >
> > >> > wrote:
> > >> > > i guess its waiting for someone with time to bring it back up to
> > speed.
> > >> > >
> > >> > > -igor
> > >> > >
> > >> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> > >> > >  wrote:
> > >> > >> Hello there !
> > >> > >> Is there any news on WicketStuff JmxPanel ?
> > >> > >>
> > >> > >> It seems to be broken for a while now
> > >> > >>
> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> > >> > >>
> > >> > >> It seems that in the past there was some consensus on keeping
> > >> > >> wicket-jmx and jmxpanel up to date.
> > >> > >>
> > >> > >>
> > >> >
> > >>
> >
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> > >> > >>
> > >> > >> Anyone has tried to fix this ?
> > >> > >>
> > >> > >> Regards,
> > >> > >> rodrigob.
> > >> > >> ps: thanks for wicket !
> > >> > >>
> > >> > >>
> > -
> > >> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >> > >>
> > >> > >>
> > >> > >
> > >> > >
> > -
> > >> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >> > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Become a Wicket expert, learn from the best:
> > http://wicketinaction.com
> > >> > Apache Wicket 1.4 increases type safety for web applications
> > >> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
> > >> >
> > >> >
> -
> > >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> > For additional commands, e-mail: users-h...@wicket.apache.org
> > >> >
> > >> >
> > >>
> > >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
Heres the snapshot:

http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-jmx-panel/1.4-SNAPSHOT/

But as Pedro mentioned he had one too,

http://wicketstuff.org/confluence/display/STUFFWIKI/MBeanView+-+JMX+panel

They should probably be merged. I like DRY :)

2009/11/24 rodrigo benenson 

> > Nice to hear that youre still there.. For the time being jmxpanel is
> working
> > with wicket 1.4 and waiting for someone to give it a little love :)
>
> where can someone grab the fixed version ?
>
> Is great to see how fast you guys answer !
>
> Regards,
> rodrigob.
>
> On Tue, Nov 24, 2009 at 12:43 PM, nino martinez wael
>  wrote:
> > Nice to hear that youre still there.. For the time being jmxpanel is
> working
> > with wicket 1.4 and waiting for someone to give it a little love :)
> >
> > I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui,
> light
> > years from jmxpanel..
> >
> > regards Nino
> >
> > 2009/11/24 Gerolf Seitz 
> >
> >> it hasn't been integrated with wicket-jmx, since i wasn't really happy
> with
> >> a few things in wicketstuff-jmxpanel.
> >> if my memory serves me well,  i've seen at least 1 other solution that
> had
> >> even more functionality, i think, than
> >> the jmxpanel i started. couldn't say specific project names or links
> >> though.
> >>
> >> regarding AWOL, i'm still watching wicket-dev closely and wicket-users
> to a
> >> certain extent.
> >> please accept my apologies for not taking care of things i started. i
> would
> >> love to get back into wicket
> >> development, and hopefully in the rather near-ish future, i can make
> some
> >> time to bring these words into action.
> >>
> >> Best regards,
> >>  Gerolf
> >>
> >>
> >> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
> >> martijn.dasho...@gmail.com> wrote:
> >>
> >> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> >> > Gerolf going AWOL?
> >> >
> >> > Martijn
> >> >
> >> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
> igor.vaynb...@gmail.com
> >> >
> >> > wrote:
> >> > > i guess its waiting for someone with time to bring it back up to
> speed.
> >> > >
> >> > > -igor
> >> > >
> >> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> >> > >  wrote:
> >> > >> Hello there !
> >> > >> Is there any news on WicketStuff JmxPanel ?
> >> > >>
> >> > >> It seems to be broken for a while now
> >> > >> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> >> > >>
> >> > >> It seems that in the past there was some consensus on keeping
> >> > >> wicket-jmx and jmxpanel up to date.
> >> > >>
> >> > >>
> >> >
> >>
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> >> > >>
> >> > >> Anyone has tried to fix this ?
> >> > >>
> >> > >> Regards,
> >> > >> rodrigob.
> >> > >> ps: thanks for wicket !
> >> > >>
> >> > >>
> -
> >> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> > >>
> >> > >>
> >> > >
> >> > >
> -
> >> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > > For additional commands, e-mail: users-h...@wicket.apache.org
> >> > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Become a Wicket expert, learn from the best:
> http://wicketinaction.com
> >> > Apache Wicket 1.4 increases type safety for web applications
> >> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
> >> >
> >> > -
> >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > For additional commands, e-mail: users-h...@wicket.apache.org
> >> >
> >> >
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff JMX

2009-11-24 Thread Pedro Santos
Hi Rodrigo, I have shared on wiki stuff an jmx panel too. I have developed
time ago, when I wasn't aware of the wicket stuff existence. Later I was
afraid of remove my jmx panel from my projects because the one already on
wicket stuff wasn't up to date with wicket 1.4. So, It can help u for now
http://wicketstuff.org/confluence/display/STUFFWIKI/MBeanView+-+JMX+panel

On Tue, Nov 24, 2009 at 10:44 AM, rodrigo benenson <
rodrigo.benen...@gmail.com> wrote:

> > Nice to hear that youre still there.. For the time being jmxpanel is
> working
> > with wicket 1.4 and waiting for someone to give it a little love :)
>
> where can someone grab the fixed version ?
>
> Is great to see how fast you guys answer !
>
> Regards,
> rodrigob.
>
> On Tue, Nov 24, 2009 at 12:43 PM, nino martinez wael
>  wrote:
> > Nice to hear that youre still there.. For the time being jmxpanel is
> working
> > with wicket 1.4 and waiting for someone to give it a little love :)
> >
> > I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui,
> light
> > years from jmxpanel..
> >
> > regards Nino
> >
> > 2009/11/24 Gerolf Seitz 
> >
> >> it hasn't been integrated with wicket-jmx, since i wasn't really happy
> with
> >> a few things in wicketstuff-jmxpanel.
> >> if my memory serves me well,  i've seen at least 1 other solution that
> had
> >> even more functionality, i think, than
> >> the jmxpanel i started. couldn't say specific project names or links
> >> though.
> >>
> >> regarding AWOL, i'm still watching wicket-dev closely and wicket-users
> to a
> >> certain extent.
> >> please accept my apologies for not taking care of things i started. i
> would
> >> love to get back into wicket
> >> development, and hopefully in the rather near-ish future, i can make
> some
> >> time to bring these words into action.
> >>
> >> Best regards,
> >>  Gerolf
> >>
> >>
> >> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
> >> martijn.dasho...@gmail.com> wrote:
> >>
> >> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> >> > Gerolf going AWOL?
> >> >
> >> > Martijn
> >> >
> >> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
> igor.vaynb...@gmail.com
> >> >
> >> > wrote:
> >> > > i guess its waiting for someone with time to bring it back up to
> speed.
> >> > >
> >> > > -igor
> >> > >
> >> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> >> > >  wrote:
> >> > >> Hello there !
> >> > >> Is there any news on WicketStuff JmxPanel ?
> >> > >>
> >> > >> It seems to be broken for a while now
> >> > >> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> >> > >>
> >> > >> It seems that in the past there was some consensus on keeping
> >> > >> wicket-jmx and jmxpanel up to date.
> >> > >>
> >> > >>
> >> >
> >>
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> >> > >>
> >> > >> Anyone has tried to fix this ?
> >> > >>
> >> > >> Regards,
> >> > >> rodrigob.
> >> > >> ps: thanks for wicket !
> >> > >>
> >> > >>
> -
> >> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> >> > >>
> >> > >>
> >> > >
> >> > >
> -
> >> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > > For additional commands, e-mail: users-h...@wicket.apache.org
> >> > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Become a Wicket expert, learn from the best:
> http://wicketinaction.com
> >> > Apache Wicket 1.4 increases type safety for web applications
> >> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
> >> >
> >> > -
> >> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > For additional commands, e-mail: users-h...@wicket.apache.org
> >> >
> >> >
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos


Re: WicketStuff JMX

2009-11-24 Thread rodrigo benenson
> Nice to hear that youre still there.. For the time being jmxpanel is working
> with wicket 1.4 and waiting for someone to give it a little love :)

where can someone grab the fixed version ?

Is great to see how fast you guys answer !

Regards,
rodrigob.

On Tue, Nov 24, 2009 at 12:43 PM, nino martinez wael
 wrote:
> Nice to hear that youre still there.. For the time being jmxpanel is working
> with wicket 1.4 and waiting for someone to give it a little love :)
>
> I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui, light
> years from jmxpanel..
>
> regards Nino
>
> 2009/11/24 Gerolf Seitz 
>
>> it hasn't been integrated with wicket-jmx, since i wasn't really happy with
>> a few things in wicketstuff-jmxpanel.
>> if my memory serves me well,  i've seen at least 1 other solution that had
>> even more functionality, i think, than
>> the jmxpanel i started. couldn't say specific project names or links
>> though.
>>
>> regarding AWOL, i'm still watching wicket-dev closely and wicket-users to a
>> certain extent.
>> please accept my apologies for not taking care of things i started. i would
>> love to get back into wicket
>> development, and hopefully in the rather near-ish future, i can make some
>> time to bring these words into action.
>>
>> Best regards,
>>  Gerolf
>>
>>
>> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
>> martijn.dasho...@gmail.com> wrote:
>>
>> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
>> > Gerolf going AWOL?
>> >
>> > Martijn
>> >
>> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg > >
>> > wrote:
>> > > i guess its waiting for someone with time to bring it back up to speed.
>> > >
>> > > -igor
>> > >
>> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
>> > >  wrote:
>> > >> Hello there !
>> > >> Is there any news on WicketStuff JmxPanel ?
>> > >>
>> > >> It seems to be broken for a while now
>> > >> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>> > >>
>> > >> It seems that in the past there was some consensus on keeping
>> > >> wicket-jmx and jmxpanel up to date.
>> > >>
>> > >>
>> >
>> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>> > >>
>> > >> Anyone has tried to fix this ?
>> > >>
>> > >> Regards,
>> > >> rodrigob.
>> > >> ps: thanks for wicket !
>> > >>
>> > >> -
>> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > >> For additional commands, e-mail: users-h...@wicket.apache.org
>> > >>
>> > >>
>> > >
>> > > -
>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>> > >
>> > >
>> >
>> >
>> >
>> > --
>> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>> > Apache Wicket 1.4 increases type safety for web applications
>> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > For additional commands, e-mail: users-h...@wicket.apache.org
>> >
>> >
>>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff JMX

2009-11-24 Thread Gerolf Seitz
thanks martijn,

i'm actually very excited about the new URL mapping stuff from igor and
matej and the
upcoming ajax rework.
unfortunately, i haven't been able to use wicket so far in my current
company until very recently
for a rather small project.
and it's kinda hypocritical to not eat your own dogfood :)
just need to find myself some kind of out-of-work-project for that i guess
:)

nino, thanks for taking care of the jmxpanel update.

cheers,
  gerolf

On Tue, Nov 24, 2009 at 12:43 PM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> On Tue, Nov 24, 2009 at 12:29 PM, Gerolf Seitz 
> wrote:
> > regarding AWOL, i'm still watching wicket-dev closely and wicket-users to
> a
> > certain extent.
> > please accept my apologies for not taking care of things i started. i
> would
> > love to get back into wicket
> > development, and hopefully in the rather near-ish future, i can make some
> > time to bring these words into action.
>
> No need to apologize! Life happens. Sometimes the paths separate and
> life takes people in a different direction.
>
> We are grateful for the time you've volunteered thus far.
>
> Martijn
>
> PS. I'm glad you're at least still reading with us :)
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
Nice to hear that youre still there.. For the time being jmxpanel is working
with wicket 1.4 and waiting for someone to give it a little love :)

I'll mention that the one from JBOSS(4.0.2-4.2) have a very retro ui, light
years from jmxpanel..

regards Nino

2009/11/24 Gerolf Seitz 

> it hasn't been integrated with wicket-jmx, since i wasn't really happy with
> a few things in wicketstuff-jmxpanel.
> if my memory serves me well,  i've seen at least 1 other solution that had
> even more functionality, i think, than
> the jmxpanel i started. couldn't say specific project names or links
> though.
>
> regarding AWOL, i'm still watching wicket-dev closely and wicket-users to a
> certain extent.
> please accept my apologies for not taking care of things i started. i would
> love to get back into wicket
> development, and hopefully in the rather near-ish future, i can make some
> time to bring these words into action.
>
> Best regards,
>  Gerolf
>
>
> On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
> martijn.dasho...@gmail.com> wrote:
>
> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> > Gerolf going AWOL?
> >
> > Martijn
> >
> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg  >
> > wrote:
> > > i guess its waiting for someone with time to bring it back up to speed.
> > >
> > > -igor
> > >
> > > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> > >  wrote:
> > >> Hello there !
> > >> Is there any news on WicketStuff JmxPanel ?
> > >>
> > >> It seems to be broken for a while now
> > >> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> > >>
> > >> It seems that in the past there was some consensus on keeping
> > >> wicket-jmx and jmxpanel up to date.
> > >>
> > >>
> >
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> > >>
> > >> Anyone has tried to fix this ?
> > >>
> > >> Regards,
> > >> rodrigob.
> > >> ps: thanks for wicket !
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>
> > >>
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > Apache Wicket 1.4 increases type safety for web applications
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>


Re: WicketStuff JMX

2009-11-24 Thread Martijn Dashorst
On Tue, Nov 24, 2009 at 12:29 PM, Gerolf Seitz  wrote:
> regarding AWOL, i'm still watching wicket-dev closely and wicket-users to a
> certain extent.
> please accept my apologies for not taking care of things i started. i would
> love to get back into wicket
> development, and hopefully in the rather near-ish future, i can make some
> time to bring these words into action.

No need to apologize! Life happens. Sometimes the paths separate and
life takes people in a different direction.

We are grateful for the time you've volunteered thus far.

Martijn

PS. I'm glad you're at least still reading with us :)

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff JMX

2009-11-24 Thread Gerolf Seitz
it hasn't been integrated with wicket-jmx, since i wasn't really happy with
a few things in wicketstuff-jmxpanel.
if my memory serves me well,  i've seen at least 1 other solution that had
even more functionality, i think, than
the jmxpanel i started. couldn't say specific project names or links though.

regarding AWOL, i'm still watching wicket-dev closely and wicket-users to a
certain extent.
please accept my apologies for not taking care of things i started. i would
love to get back into wicket
development, and hopefully in the rather near-ish future, i can make some
time to bring these words into action.

Best regards,
  Gerolf


On Mon, Nov 23, 2009 at 10:30 PM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> Wasn't it integrated into wicket-jmx? Or did that fall apart with
> Gerolf going AWOL?
>
> Martijn
>
> On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg 
> wrote:
> > i guess its waiting for someone with time to bring it back up to speed.
> >
> > -igor
> >
> > On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> >  wrote:
> >> Hello there !
> >> Is there any news on WicketStuff JmxPanel ?
> >>
> >> It seems to be broken for a while now
> >> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> >>
> >> It seems that in the past there was some consensus on keeping
> >> wicket-jmx and jmxpanel up to date.
> >>
> >>
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> >>
> >> Anyone has tried to fix this ?
> >>
> >> Regards,
> >> rodrigob.
> >> ps: thanks for wicket !
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
Okay now I've done a smoketest. And it seems to be working...

2009/11/24 nino martinez wael 

> I've upgraded to wicket 1.4-snapshot, I havent tested if it's working but
> it compiles. A further note, there are some issues since some of the backing
> objects are just objects and that conflicts with generics.
>
>
> 2009/11/24 nino martinez wael 
>
>> Did'nt seem broken just in version 1.3.1 of wicket.
>>
>> 2009/11/24 nino martinez wael 
>>
>> I can take a brief look at it.
>>>
>>> 2009/11/23 Igor Vaynberg 
>>>
>>> i think it fell apart

 -igor

 On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
  wrote:
 > Wasn't it integrated into wicket-jmx? Or did that fall apart with
 > Gerolf going AWOL?
 >
 > Martijn
 >
 > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
 igor.vaynb...@gmail.com> wrote:
 >> i guess its waiting for someone with time to bring it back up to
 speed.
 >>
 >> -igor
 >>
 >> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
 >>  wrote:
 >>> Hello there !
 >>> Is there any news on WicketStuff JmxPanel ?
 >>>
 >>> It seems to be broken for a while now
 >>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
 >>>
 >>> It seems that in the past there was some consensus on keeping
 >>> wicket-jmx and jmxpanel up to date.
 >>>
 >>>
 http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
 >>>
 >>> Anyone has tried to fix this ?
 >>>
 >>> Regards,
 >>> rodrigob.
 >>> ps: thanks for wicket !
 >>>
 >>>
 -
 >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 >>> For additional commands, e-mail: users-h...@wicket.apache.org
 >>>
 >>>
 >>
 >> -
 >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 >> For additional commands, e-mail: users-h...@wicket.apache.org
 >>
 >>
 >
 >
 >
 > --
 > Become a Wicket expert, learn from the best:
 http://wicketinaction.com
 > Apache Wicket 1.4 increases type safety for web applications
 > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
 >
 > -
 > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 > For additional commands, e-mail: users-h...@wicket.apache.org
 >
 >

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


>>>
>>
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
I've upgraded to wicket 1.4-snapshot, I havent tested if it's working but it
compiles. A further note, there are some issues since some of the backing
objects are just objects and that conflicts with generics.

2009/11/24 nino martinez wael 

> Did'nt seem broken just in version 1.3.1 of wicket.
>
> 2009/11/24 nino martinez wael 
>
> I can take a brief look at it.
>>
>> 2009/11/23 Igor Vaynberg 
>>
>> i think it fell apart
>>>
>>> -igor
>>>
>>> On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
>>>  wrote:
>>> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
>>> > Gerolf going AWOL?
>>> >
>>> > Martijn
>>> >
>>> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
>>> igor.vaynb...@gmail.com> wrote:
>>> >> i guess its waiting for someone with time to bring it back up to
>>> speed.
>>> >>
>>> >> -igor
>>> >>
>>> >> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
>>> >>  wrote:
>>> >>> Hello there !
>>> >>> Is there any news on WicketStuff JmxPanel ?
>>> >>>
>>> >>> It seems to be broken for a while now
>>> >>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>>> >>>
>>> >>> It seems that in the past there was some consensus on keeping
>>> >>> wicket-jmx and jmxpanel up to date.
>>> >>>
>>> >>>
>>> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>>> >>>
>>> >>> Anyone has tried to fix this ?
>>> >>>
>>> >>> Regards,
>>> >>> rodrigob.
>>> >>> ps: thanks for wicket !
>>> >>>
>>> >>> -
>>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>>
>>> >>>
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> > Apache Wicket 1.4 increases type safety for web applications
>>> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>>> >
>>> > -
>>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> > For additional commands, e-mail: users-h...@wicket.apache.org
>>> >
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
Did'nt seem broken just in version 1.3.1 of wicket.

2009/11/24 nino martinez wael 

> I can take a brief look at it.
>
> 2009/11/23 Igor Vaynberg 
>
> i think it fell apart
>>
>> -igor
>>
>> On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
>>  wrote:
>> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
>> > Gerolf going AWOL?
>> >
>> > Martijn
>> >
>> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg <
>> igor.vaynb...@gmail.com> wrote:
>> >> i guess its waiting for someone with time to bring it back up to speed.
>> >>
>> >> -igor
>> >>
>> >> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
>> >>  wrote:
>> >>> Hello there !
>> >>> Is there any news on WicketStuff JmxPanel ?
>> >>>
>> >>> It seems to be broken for a while now
>> >>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>> >>>
>> >>> It seems that in the past there was some consensus on keeping
>> >>> wicket-jmx and jmxpanel up to date.
>> >>>
>> >>>
>> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>> >>>
>> >>> Anyone has tried to fix this ?
>> >>>
>> >>> Regards,
>> >>> rodrigob.
>> >>> ps: thanks for wicket !
>> >>>
>> >>> -
>> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >>> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>>
>> >>>
>> >>
>> >> -
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Become a Wicket expert, learn from the best: http://wicketinaction.com
>> > Apache Wicket 1.4 increases type safety for web applications
>> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > For additional commands, e-mail: users-h...@wicket.apache.org
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>


Re: WicketStuff JMX

2009-11-24 Thread nino martinez wael
I can take a brief look at it.

2009/11/23 Igor Vaynberg 

> i think it fell apart
>
> -igor
>
> On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
>  wrote:
> > Wasn't it integrated into wicket-jmx? Or did that fall apart with
> > Gerolf going AWOL?
> >
> > Martijn
> >
> > On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg 
> wrote:
> >> i guess its waiting for someone with time to bring it back up to speed.
> >>
> >> -igor
> >>
> >> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
> >>  wrote:
> >>> Hello there !
> >>> Is there any news on WicketStuff JmxPanel ?
> >>>
> >>> It seems to be broken for a while now
> >>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
> >>>
> >>> It seems that in the past there was some consensus on keeping
> >>> wicket-jmx and jmxpanel up to date.
> >>>
> >>>
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
> >>>
> >>> Anyone has tried to fix this ?
> >>>
> >>> Regards,
> >>> rodrigob.
> >>> ps: thanks for wicket !
> >>>
> >>> -
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > Apache Wicket 1.4 increases type safety for web applications
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: WicketStuff JMX

2009-11-23 Thread Igor Vaynberg
i think it fell apart

-igor

On Mon, Nov 23, 2009 at 1:30 PM, Martijn Dashorst
 wrote:
> Wasn't it integrated into wicket-jmx? Or did that fall apart with
> Gerolf going AWOL?
>
> Martijn
>
> On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg  
> wrote:
>> i guess its waiting for someone with time to bring it back up to speed.
>>
>> -igor
>>
>> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
>>  wrote:
>>> Hello there !
>>> Is there any news on WicketStuff JmxPanel ?
>>>
>>> It seems to be broken for a while now
>>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>>>
>>> It seems that in the past there was some consensus on keeping
>>> wicket-jmx and jmxpanel up to date.
>>>
>>> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>>>
>>> Anyone has tried to fix this ?
>>>
>>> Regards,
>>> rodrigob.
>>> ps: thanks for wicket !
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff JMX

2009-11-23 Thread Martijn Dashorst
Wasn't it integrated into wicket-jmx? Or did that fall apart with
Gerolf going AWOL?

Martijn

On Mon, Nov 23, 2009 at 10:10 PM, Igor Vaynberg  wrote:
> i guess its waiting for someone with time to bring it back up to speed.
>
> -igor
>
> On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
>  wrote:
>> Hello there !
>> Is there any news on WicketStuff JmxPanel ?
>>
>> It seems to be broken for a while now
>> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>>
>> It seems that in the past there was some consensus on keeping
>> wicket-jmx and jmxpanel up to date.
>>
>> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>>
>> Anyone has tried to fix this ?
>>
>> Regards,
>> rodrigob.
>> ps: thanks for wicket !
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketStuff JMX

2009-11-23 Thread Igor Vaynberg
i guess its waiting for someone with time to bring it back up to speed.

-igor

On Mon, Nov 23, 2009 at 1:05 PM, rodrigo benenson
 wrote:
> Hello there !
> Is there any news on WicketStuff JmxPanel ?
>
> It seems to be broken for a while now
> http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html
>
> It seems that in the past there was some consensus on keeping
> wicket-jmx and jmxpanel up to date.
>
> http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html
>
> Anyone has tried to fix this ?
>
> Regards,
> rodrigob.
> ps: thanks for wicket !
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



WicketStuff JMX

2009-11-23 Thread rodrigo benenson
Hello there !
Is there any news on WicketStuff JmxPanel ?

It seems to be broken for a while now
http://osdir.com/ml/users-wicket.apache.org/2009-03/msg01007.html

It seems that in the past there was some consensus on keeping
wicket-jmx and jmxpanel up to date.

http://old.nabble.com/Integrate-wicket-contrib-jmx-panel-into-wicket-jmx-td14778294.html

Anyone has tried to fix this ?

Regards,
rodrigob.
ps: thanks for wicket !

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



wicketstuff-jmx-panel in Wicket 1.4, missing a MarkupContainer.add(Component) ?

2009-03-18 Thread Trent Larson
I'm trying to use the wicketstuff-jmx-panel component as simply as possible:

   add(new JmxPanel("jmx"));

But I get a strange error about a method that doesn't exist:


Caused by: java.lang.NoSuchMethodError:
org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.add(Lorg/apache/wicket/Component;)Lorg/apache/wicket/MarkupContainer;
at
org.wicketstuff.jmx.markup.html.tree.JmxTreePanel.(JmxTreePanel.java:33)
at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:113)
at org.wicketstuff.jmx.markup.html.JmxPanel.(JmxPanel.java:94)


I call it strange because I'm using 1.4-m3, which appears to have the
MarkupContainer.add(Component...) method, so I cannot figure out what it's
trying to tell me.

So is anyone using this in 1.4?  Any idea why it's complaining about "no
such method"?

Thanks!
Trent


Re: wicketstuff-jmx-panel: can't find a repository

2008-04-07 Thread Ivo van Dongen
Hi Gerolf,

Great stuff! We'll try it out and let you know how it went.

Thanks,
Ivo

On Mon, Apr 7, 2008 at 10:05 AM, Gerolf Seitz <[EMAIL PROTECTED]>
wrote:

> Hi Ivo,
>
> you can find the release built for the current/upcoming wicket release
> 1.3.3
> at
>
> http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-jmx-panel/1.3.3/
>
> let me know when you encounter any issues.
>
>  Gerolf
>
> On Mon, Apr 7, 2008 at 9:26 AM, Ivo van Dongen <[EMAIL PROTECTED]>
> wrote:
>
> > Hi Gerolf,
> >
> > Great to have this available in a repository. We're using this now in a
> > project and we're really satisfied. One problem though is that we're
> using
> > maven:release to release our projects and it refuses to release with
> > snapshot dependencies (as it should :)).  Could we perhaps bother you to
> > make a release of wicket-jmx-panel? It seems stable enough.
> >
> > Thanks in advance,
> > Ivo van Dongen
> >
> > On Fri, Mar 7, 2008 at 4:00 AM, Gerolf Seitz <[EMAIL PROTECTED]>
> > wrote:
> >
> > > done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository
> > >
> > > 
> > >  org.wicketstuff
> > >  wicketstuff-jmx-panel
> > >  1.3-SNAPSHOT
> > > 
> > >
> > > cheers,
> > >  Gerolf
> > >
> > >
> > > On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn <[EMAIL PROTECTED]
> >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I'm setting up a small PoC web application with JMX, Spring &
> Wicket.
> > > > Among other things I'm using the JmxPanel component by Gerolf Seitz.
> > > > which I checked out here:
> > > >
> > > >
> > >
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
> > > >
> > > > The JmxPanel component works like a charm, so I'd like to add a
> > > > dependency for the wicketstuff-jmx-panel artifact to my project.
> > > > Unfortunately, I can't seem to find a repository that contains the
> > > > wicketstuff-jmx-panel artifact at all.
> > > >
> > > > For now, I created a .jar from the svn checkout and added it to our
> > > > local repository, but it would be preferable to use a public
> > repository.
> > > > Can anyone help me out?
> > > >
> > > > Thanks in advance,
> > > > Rommert
> > > >
> > > > --
> > > > Rommert de Bruijn
> > > > Func. Internet Integration
> > > > W http://www.func.nl
> > > > T +31 20 423
> > > > F +31 20 4223500
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Ivo van Dongen
> > Func. Internet Integration
> > W http://www.func.nl
> > T +31 20 423
> > F +31 20 4223500
> >
>



-- 
Ivo van Dongen
Func. Internet Integration
W http://www.func.nl
T +31 20 423
F +31 20 4223500


Re: wicketstuff-jmx-panel: can't find a repository

2008-04-07 Thread Gerolf Seitz
Hi Ivo,

you can find the release built for the current/upcoming wicket release 1.3.3
at
http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-jmx-panel/1.3.3/

let me know when you encounter any issues.

  Gerolf

On Mon, Apr 7, 2008 at 9:26 AM, Ivo van Dongen <[EMAIL PROTECTED]>
wrote:

> Hi Gerolf,
>
> Great to have this available in a repository. We're using this now in a
> project and we're really satisfied. One problem though is that we're using
> maven:release to release our projects and it refuses to release with
> snapshot dependencies (as it should :)).  Could we perhaps bother you to
> make a release of wicket-jmx-panel? It seems stable enough.
>
> Thanks in advance,
> Ivo van Dongen
>
> On Fri, Mar 7, 2008 at 4:00 AM, Gerolf Seitz <[EMAIL PROTECTED]>
> wrote:
>
> > done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository
> >
> > 
> >  org.wicketstuff
> >  wicketstuff-jmx-panel
> >  1.3-SNAPSHOT
> > 
> >
> > cheers,
> >  Gerolf
> >
> >
> > On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Hi,
> > >
> > > I'm setting up a small PoC web application with JMX, Spring & Wicket.
> > > Among other things I'm using the JmxPanel component by Gerolf Seitz.
> > > which I checked out here:
> > >
> > >
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
> > >
> > > The JmxPanel component works like a charm, so I'd like to add a
> > > dependency for the wicketstuff-jmx-panel artifact to my project.
> > > Unfortunately, I can't seem to find a repository that contains the
> > > wicketstuff-jmx-panel artifact at all.
> > >
> > > For now, I created a .jar from the svn checkout and added it to our
> > > local repository, but it would be preferable to use a public
> repository.
> > > Can anyone help me out?
> > >
> > > Thanks in advance,
> > > Rommert
> > >
> > > --
> > > Rommert de Bruijn
> > > Func. Internet Integration
> > > W http://www.func.nl
> > > T +31 20 423
> > > F +31 20 4223500
> > >
> > >
> >
>
>
>
> --
> Ivo van Dongen
> Func. Internet Integration
> W http://www.func.nl
> T +31 20 423
> F +31 20 4223500
>


Re: wicketstuff-jmx-panel: can't find a repository

2008-04-07 Thread Ivo van Dongen
Hi Gerolf,

Great to have this available in a repository. We're using this now in a
project and we're really satisfied. One problem though is that we're using
maven:release to release our projects and it refuses to release with
snapshot dependencies (as it should :)).  Could we perhaps bother you to
make a release of wicket-jmx-panel? It seems stable enough.

Thanks in advance,
Ivo van Dongen

On Fri, Mar 7, 2008 at 4:00 AM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:

> done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository
>
> 
>  org.wicketstuff
>  wicketstuff-jmx-panel
>  1.3-SNAPSHOT
> 
>
> cheers,
>  Gerolf
>
>
> On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
> >
> > I'm setting up a small PoC web application with JMX, Spring & Wicket.
> > Among other things I'm using the JmxPanel component by Gerolf Seitz.
> > which I checked out here:
> >
> >
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
> >
> > The JmxPanel component works like a charm, so I'd like to add a
> > dependency for the wicketstuff-jmx-panel artifact to my project.
> > Unfortunately, I can't seem to find a repository that contains the
> > wicketstuff-jmx-panel artifact at all.
> >
> > For now, I created a .jar from the svn checkout and added it to our
> > local repository, but it would be preferable to use a public repository.
> > Can anyone help me out?
> >
> > Thanks in advance,
> > Rommert
> >
> > --
> > Rommert de Bruijn
> > Func. Internet Integration
> > W http://www.func.nl
> > T +31 20 423
> > F +31 20 4223500
> >
> >
>



-- 
Ivo van Dongen
Func. Internet Integration
W http://www.func.nl
T +31 20 423
F +31 20 4223500


Re: wicketstuff-jmx-panel: can't find a repository

2008-03-06 Thread Gerolf Seitz
done, wicketstuff-jmx-panel is in the wicketstuff.org maven repository


  org.wicketstuff
  wicketstuff-jmx-panel
  1.3-SNAPSHOT


cheers,
  Gerolf


On Wed, Mar 5, 2008 at 12:13 PM, Rommert de Bruijn <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I'm setting up a small PoC web application with JMX, Spring & Wicket.
> Among other things I'm using the JmxPanel component by Gerolf Seitz.
> which I checked out here:
>
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jmx-panel/
>
> The JmxPanel component works like a charm, so I'd like to add a
> dependency for the wicketstuff-jmx-panel artifact to my project.
> Unfortunately, I can't seem to find a repository that contains the
> wicketstuff-jmx-panel artifact at all.
>
> For now, I created a .jar from the svn checkout and added it to our
> local repository, but it would be preferable to use a public repository.
> Can anyone help me out?
>
> Thanks in advance,
> Rommert
>
> --
> Rommert de Bruijn
> Func. Internet Integration
> W http://www.func.nl
> T +31 20 423
> F +31 20 4223500
>
>