Re: Debugging options

2018-06-07 Thread Sven Meier
Hi, the value of the will not be sent when it is already disabled before Wicket serializes its value. You should use #getBeforeSendHandler() instead. Sven Am 07.06.2018 um 19:55 schrieb sorinev: Ok, so I found out what it appears to be. My full code for the DropDownChoice I'm setting up i

Re: Debugging options

2018-06-07 Thread sorinev
Ok, so I found out what it appears to be. My full code for the DropDownChoice I'm setting up is this: selectedAccountDropdown = new DropDownChoice("selectedAccount", new PropertyModel(this, "selectedAccount"), accountList, new ChoiceRenderer("name", "id")); selectedAccountDropdown.add(new AjaxForm

Re: Debugging options

2018-06-07 Thread sorinev
It seems like nothing in that class is being called when I change the selection in the DropDownChoice. I'm setting it up like this: new DropDownChoice("account", new PropertyModel(this, "selectedAccount"), accountList, new ChoiceRenderer("name", "id")); But I've tried several other ways too, suc

Re: Debugging options

2018-06-07 Thread Sven Meier
n our code that are being used in Wicket components don't. Is a class supposed to? How does it work otherwise? Bit-by-bit comparison by the JVM? Anyhow, yeah debugging is what I've been doing but I've been getting nowhere. I was wondering what I can zero in on in the Wicket source

Re: Debugging options

2018-06-07 Thread sorinev
I don't have an equals method for the class, and most of the classes I've come across in our code that are being used in Wicket components don't. Is a class supposed to? How does it work otherwise? Bit-by-bit comparison by the JVM? Anyhow, yeah debugging is what I've been

Re: Debugging options

2018-06-06 Thread Sven Meier
Hi, I'd guess you have a problem with your equals() implementation. If you can't reproduce the problem in a quickstart, you'll have to resort to debugging. If you send me some details (PM?), I can take a look. Have fun Sven Am 06.06.2018 um 21:16 schrieb sorinev: I have s

Debugging options

2018-06-06 Thread sorinev
I have some code that's not working like it should, and like it does in other projects. I made a quickstart, but it works there. What other debugging options do I have besides plain Java debugging (short of sharing my repo with a maintainer / expert, which I'm 100% open to)?

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Martin Grigorov
On Tue, Jan 17, 2017 at 11:39 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > @Martin, > > May the exception could contain info about failing request (e.g. URL, if > it AJAX and so on). > This is possible with Logback/Log4j configuration. No need Wicket to try to extract this inform

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Ernesto Reinaldo Barreiro
@Martin, May the exception could contain info about failing request (e.g. URL, if it AJAX and so on). On Tue, Jan 17, 2017 at 11:06 AM, Martin Grigorov wrote: > Hi Maxim, > > Try with MarkupContainer #replace() and #remove() methods. > > Martin Grigorov > Wicket Training and Consulting > https

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Martin Grigorov
Hi Maxim, Try with MarkupContainer #replace() and #remove() methods. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jan 17, 2017 at 10:59 AM, Maxim Solodovnik wrote: > Hello Ernesto, > > Thanks for the answer, I know why this _can_ happen > I was hoping I

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Maxim Solodovnik
Hello Ernesto, Thanks for the answer, I know why this _can_ happen I was hoping I can set breakpoint somewhere to see why it happens in my case On Tue, Jan 17, 2017 at 4:12 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Imagine you have an AJAX action and that action replaces

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Ernesto Reinaldo Barreiro
Imagine you have an AJAX action and that action replaces a panel... your page does not blocks the UI so the user can e.g. click on a component of the panel to be replaced (e.g the same of different AJAX action). As AJAX actions are queued at client side second action will only be executed aster fir

Debugging 'component has been removed from page'

2017-01-17 Thread Maxim Solodovnik
Hello All, Recently I got weird exception ComponentNotFoundException: Component 'id-sequence-here' has been removed from page. Maybe you know are there any way to debug why and when component was removed Thanks in advance! -- WBR Maxim aka solomax

Re: Lifecycle debugging setting

2012-11-25 Thread Martin Grigorov
Hi, What are the possible states you mean ? On Fri, Nov 23, 2012 at 11:05 PM, Chris Colman wrote: > Is there a debug setting that can turn on debugging of lifecycle states? > > > i.e. when turned on it will dump the component Id and the state it just > entered as it en

RE: Debugging error

2012-04-04 Thread SudeepShakya
Ok, very well. U said that there is null in the constructor, what's that, I don't understand. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4531271.html Sent from the Users forum mailing list archive at

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
We did not fight each other... We fought with your code! Best regards, Michal Wegrzyn > -Original Message- > From: SudeepShakya [mailto:shakyasud...@live.com] > Sent: Wednesday, April 04, 2012 10:35 > To: users@wicket.apache.org > Subject: Re: Debugging error > > H

Re: Debugging error

2012-04-04 Thread SudeepShakya
Hello guys don't fight each other. What's the conclusion ?? I am using wicket 1.5.3 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4531245.html Sent from the Users forum mailing list archive at

Re: Debugging error

2012-04-04 Thread Martin Grigorov
On Wed, Apr 4, 2012 at 9:53 AM, Michal Wegrzyn wrote: >> -Original Message- >> From: Martin Grigorov [mailto:mgrigo...@apache.org] >> Sent: Wednesday, April 04, 2012 9:41 >> To: users@wicket.apache.org >> Subject: Re: Debugging error >> >> On W

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
> -Original Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Wednesday, April 04, 2012 9:41 > To: users@wicket.apache.org > Subject: Re: Debugging error > > On Wed, Apr 4, 2012 at 9:37 AM, Michal Wegrzyn > wrote: > > Look at VoteEdit

Re: Debugging error

2012-04-04 Thread Martin Grigorov
From: SudeepShakya [mailto:shakyasud...@live.com] >> Sent: Wednesday, April 04, 2012 8:20 >> To: users@wicket.apache.org >> Subject: Re: Debugging error >> >> I have attached the files. >> http://apache-wicket.1842946.n4.nabble.com/file/n4531058/Votes.java >> V

RE: Debugging error

2012-04-04 Thread Michal Wegrzyn
12 8:20 > To: users@wicket.apache.org > Subject: Re: Debugging error > > I have attached the files. > http://apache-wicket.1842946.n4.nabble.com/file/n4531058/Votes.java > Votes.java > http://apache- > wicket.1842946.n4.nabble.com/file/n4531058/VoteEditForm.java > VoteEdit

Re: Debugging error

2012-04-03 Thread SudeepShakya
http://apache-wicket.1842946.n4.nabble.com/file/n4531058/VoteCollectionJDBC.java VoteCollectionJDBC.javaVoteDisplayPage.java _a> -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4531058.html Sent from the Users forum mailing list archive

Re: Debugging error

2012-04-03 Thread Martin Grigorov
ated a class(containing only getters and setters) , a class > for form, and a class for displaying the required data. So i am confused how > to implement it. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4530973.html >

Re: Debugging error

2012-04-03 Thread SudeepShakya
the required data. So i am confused how to implement it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4530973.html Sent from the Users forum mailing list archive at Nabble.com

Re: Debugging error

2012-04-03 Thread Martin Grigorov
tempted to set property value on a null object. Property > expression: date1 Value: Tue Apr 17 00:00:00 NPT 2012 > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4530892.html > Sen

Debugging error

2012-04-03 Thread SudeepShakya
What may be the cause for this error : WicketMessage: Attempted to set property value on a null object. Property expression: date1 Value: Tue Apr 17 00:00:00 NPT 2012 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Debugging-error-tp4530892p4530892.html Sent from the

Re: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Igor Vaynberg
s uses CompoundPropertyModel. > > From: Igor Vaynberg [igor.vaynb...@gmail.com] > Sent: Thursday, November 17, 2011 7:24 PM > To: users@wicket.apache.org > Subject: Re: Debugging a NPE from a ModelPropertyResolver > > it seems like there i

RE: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Jablow, Eric R
No, we are using only the stock models, I think. In any case, the particular test class uses CompoundPropertyModel. From: Igor Vaynberg [igor.vaynb...@gmail.com] Sent: Thursday, November 17, 2011 7:24 PM To: users@wicket.apache.org Subject: Re: Debugging a

Re: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Igor Vaynberg
it seems like there is a buggy implementation of IPropertyReflectionAwareModel somewhere. did you implement your own model that implements that interface? seems like there is a model somewhere that is a IPropertyReflectionAwareModel but it returns null for all getSetter/Getter/Field() methods... i

Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Jablow, Eric R
I am trying to use Igor's wicket-validation-bean project, and I've managed to make a mistake where I'm getting a NullPointerException from when ValidationForm attempts to add property validators. Unfortunately, I can't tell what property it's trying to attach validators for here, as the exceptio

RE: FW: Debugging page expired exception errors

2011-06-21 Thread Brown, Berlin [GCG-PFS]
must-revalidate, no-store"); -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Tuesday, June 21, 2011 11:27 AM To: users@wicket.apache.org Subject: Re: FW: Debugging page expired exception errors For the TL;DR: check your cookies... Fun story follow

Re: FW: Debugging page expired exception errors

2011-06-21 Thread Martijn Dashorst
For the TL;DR: check your cookies... Fun story follows... We just solved a strange bug in our own application where users were logged out after a certain, but random amount of time, and where other users reported being thrown out every 5 minutes. We couldn't discover what happened, and after logg

Re: FW: Debugging page expired exception errors

2011-06-21 Thread Igor Vaynberg
if this was a load issue we would hear a ton of complaints on the list. -igor On Tue, Jun 21, 2011 at 5:37 AM, Brown, Berlin [GCG-PFS] wrote: > I posted this the other day, I think I have some more information. > > Is there a way to change the session secondlevel cache store and > possibly the d

RE: FW: Debugging page expired exception errors

2011-06-21 Thread Brown, Berlin [GCG-PFS]
What do you think about older versions? 1.4 era. I will try the load tests. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Tuesday, June 21, 2011 8:40 AM To: users@wicket.apache.org Subject: Re: FW: Debugging page expired exception errors we have a

Re: FW: Debugging page expired exception errors

2011-06-21 Thread Martin Grigorov
we have a unit test that starts 20 threads which read and write randomly and there is no problem. DiskDataStoreTest (Wicket 1.5) On Tue, Jun 21, 2011 at 3:37 PM, Brown, Berlin [GCG-PFS] wrote: > I posted this the other day, I think I have some more information. > > Is there a way to change the se

FW: Debugging page expired exception errors

2011-06-21 Thread Brown, Berlin [GCG-PFS]
I posted this the other day, I think I have some more information. Is there a way to change the session secondlevel cache store and possibly the default disk store such that there aren't collissions between file writes/reads. I think in a high volume environment (lots of hits), I am getting thi

Debugging page expired exception errors

2011-06-20 Thread Brown, Berlin [GCG-PFS]
I get two pageexpiredexception errors and I can't recreate the problem. With an error like this, what would cause this type of page expired exception error? Do you think that the page actually expired? Or is there something wrong with writing or reading from the page map file on disk. ERROR

Re: debugging PageExpiredExceptions

2010-07-02 Thread sbrookes2
_RENDER); - setting setAutomaticMultiWindowSupport to true adds the following to new urls: "/wicket:pageMapName/wicket-3/". Is there any way to prevent this as it mangles the URL effect I am trying to implement? -- View this message in context: http://apache-wicket.1

Re: debugging PageExpiredExceptions

2010-07-01 Thread Martijn Dashorst
On Thu, Jul 1, 2010 at 2:30 AM, sbrookes2 wrote: > It turns out that isn't the only source of these messages as it seems to be > related to using AJAX behaviors on stateless pages causing the pagemap to > either lose or remove references to certain pages so that when an AJAX > request comes in the

Re: debugging PageExpiredExceptions

2010-06-30 Thread sbrookes2
us for a couple of years but now that I am trying to implement a 'real' fix I am concerned I may have made a big architecture mistake given the heavy emphasis on state with Wicket. Hopefully there is a magic bullet out there someone can share. Thanks, Sean -- View this message in co

Re: debugging PageExpiredExceptions

2010-04-12 Thread Wayne Pope
We're interested in this as well, as our logs are full of these as well. On Mon, Apr 12, 2010 at 10:32 AM, Nikita Tovstoles wrote: > So far I traced this down to the fact that sometimes some wicket:interface > requests (in our case used in img src and in anchor 'href) do not include a > jsession

Re: debugging PageExpiredExceptions

2010-04-12 Thread Nikita Tovstoles
So far I traced this down to the fact that sometimes some wicket:interface requests (in our case used in img src and in anchor 'href) do not include a jsessionid - either as a ";jsessionid=" URL param or a cookie - thus no session can be found. The container's impl of HttpServletResponse.encodeURL

Re: debugging PageExpiredExceptions

2010-04-09 Thread Nikita Tovstoles
Here's a typical exception: 00:01:17,644 ERROR CLPWebRequestCycle:34 - Cannot find the rendered page in session [pagemap=null,componentPath=7:results:resultsInfo:criteriaContainer:inputPanel:categorySearchForm:submitLink:searchButton,versionNumber=0] org.apache.wicket.protocol.http.PageExpiredExce

debugging PageExpiredExceptions

2010-04-09 Thread Nikita Tovstoles
We're seeing a PageExpiredExceptions in roughly 2-6% of our production web sessions and cannot determine the root cause: 1. it's not a session affinity problem (we went as far as running a single node - the exceptions persisted) 2. it's not a session expiration case (our avg production se

Re: Support for serialization debugging.

2010-03-10 Thread Sergey Olefir
sing > reflection) you should be using it... > > -igor > -- View this message in context: http://old.nabble.com/Support-for-serialization-debugging.-tp27820726p27851166.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Support for serialization debugging.

2010-03-08 Thread Igor Vaynberg
ently does not serialize pages on each > request in development mode (at least not by default). > > > So with the current Wicket is there a way to force page serialization > on each request and to enable serialization debugging via > SerializableChecker or something else? > >

Support for serialization debugging.

2010-03-08 Thread Sergey Olefir
apparently does not serialize pages on each request in development mode (at least not by default). So with the current Wicket is there a way to force page serialization on each request and to enable serialization debugging via SerializableChecker or something else? I'm asking beca

Re: Debugging in Netbeans - Lists don't load

2010-02-27 Thread gnugrf
ause the lists dont load, I can't even find out >> whats >> going wrong in the DropDownChoice. gnu...@sdf.lonestar.org >> SDF Public Access UNIX System - http://sdf.lonestar.org >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.or

Re: Debugging in Netbeans - Lists don't load

2010-02-26 Thread Riyad Kalla
Garrett, I would start simple, remove Wicket as much as possible from this situation first. In your DAO or whatever you are using to do the query and load the results from the DB -- just System.out the contents of the list to the console. Until you get that working, don't bother thinking about Wi

Debugging in Netbeans - Lists don't load

2010-02-26 Thread Garrett Fry
Qualifying information: Im a noob Trying to get a DropDownChoice working. Ive read every post I can find, and slowly losing my mind. I like to solve my own problems if I can, but I can't even debug properly. Everytime I set a breakpoint and step through... the Lists that are loaded via spring

Re: adding the wicket project for debugging etc

2010-02-11 Thread Martijn Dashorst
You have to have added the projects to your workspace before you can make it work. Martijn On Wed, Feb 10, 2010 at 9:07 PM, Jeremy Thomerson wrote: > Didn't work for me - I had a workspace that had a secular project in it, > Wicket 1.4.x and Brix trunk (1.0.1-snapshot), and it didn't auto-discov

Re: adding the wicket project for debugging etc

2010-02-10 Thread Jeremy Thomerson
Didn't work for me - I had a workspace that had a secular project in it, Wicket 1.4.x and Brix trunk (1.0.1-snapshot), and it didn't auto-discover anything outside of each individual project. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Feb 10, 2010 at 2:01 PM, Martijn Dashorst < m

Re: adding the wicket project for debugging etc

2010-02-10 Thread Martijn Dashorst
Nope. If it finds the source for a dependency in your workspace then the project is added instead. It even discovers wrong versions and logs them :) Martijn On Wed, Feb 10, 2010 at 8:13 PM, Igor Vaynberg wrote: > mvn eclipse:eclipse only work across the modules of the same project, > but not acr

Re: adding the wicket project for debugging etc

2010-02-10 Thread Igor Vaynberg
youre welcome ;) -igor On Wed, Feb 10, 2010 at 11:27 AM, Jeremy Thomerson wrote: > Igor - how many cool OS projects are you allowed to crank out?  I wish I > knew about this one a couple weeks ago when I was trying to setup a dev > environment for a secular project + brix + wicket and link them

Re: adding the wicket project for debugging etc

2010-02-10 Thread Jeremy Thomerson
Igor - how many cool OS projects are you allowed to crank out? I wish I knew about this one a couple weeks ago when I was trying to setup a dev environment for a secular project + brix + wicket and link them all together in Eclipse so that a change in any of them appeared in the others. Cool! --

Re: adding the wicket project for debugging etc

2010-02-10 Thread Igor Vaynberg
mvn eclipse:eclipse only work across the modules of the same project, but not across projects -igor On Wed, Feb 10, 2010 at 11:10 AM, Martijn Dashorst wrote: > mvn eclipse:eclipse already does that for you (2.7) > > Martijn > > On Wed, Feb 10, 2010 at 7:20 PM, Igor Vaynberg > wrote: >> you can

Re: adding the wicket project for debugging etc

2010-02-10 Thread Martijn Dashorst
mvn eclipse:eclipse already does that for you (2.7) Martijn On Wed, Feb 10, 2010 at 7:20 PM, Igor Vaynberg wrote: > you can check out wicket from svn, mvn eclipse:eclipse and import the > projects into your workspace. then use something like > mvnlink.googlecode.com to make your projects use the

Re: adding the wicket project for debugging etc

2010-02-10 Thread Igor Vaynberg
you can check out wicket from svn, mvn eclipse:eclipse and import the projects into your workspace. then use something like mvnlink.googlecode.com to make your projects use the imported wicket projects as dependencies instead of jars. -igor On Wed, Feb 10, 2010 at 9:44 AM, Jeroen Dijkmeijer wrot

Re: adding the wicket project for debugging etc

2010-02-10 Thread Cemal Bayramoglu
... or checkout from SVN [1] if you want to modify Wicket sources beyond what the debugger allows. Regards - Cemal jWeekend OO & Java Technologies, Wicket Consulting, Development, Training http://jWeekend.com [1] http://wicket.apache.org/building-from-svn.html On 10 February 2010 17:53, Cemal Ba

Re: adding the wicket project for debugging etc

2010-02-10 Thread Cemal Bayramoglu
Jeroen , mvn eclipse:eclipse -DdownloadSources=true See http://wicket.apache.org/quickstart.html for full instructions. Regards - Cemal jWeekend OO & Java Technologies, Wicket Consulting, Development, Training http://jWeekend.com On 10 February 2010 17:44, Jeroen Dijkmeijer wrote: > Yeah s

Re: adding the wicket project for debugging etc

2010-02-10 Thread Jeroen Dijkmeijer
Yeah seen it done it been there. But that doesn't give me the wicket source, which I can debug, or modify. On Feb 10, 2010, at 5:13 PM, Ernesto Reinaldo Barreiro wrote: Do you know [1]? It is very easy to develop using that approach. Regards, Ernesto [1]-http://wicket.apache.org/quickstar

Re: adding the wicket project for debugging etc

2010-02-10 Thread Ernesto Reinaldo Barreiro
Do you know [1]? It is very easy to develop using that approach. Regards, Ernesto [1]-http://wicket.apache.org/quickstart.html On Wed, Feb 10, 2010 at 5:05 PM, Jeroen Dijkmeijer wrote: > Hi, > > I think this is more of a maven question, so its also posted at the maven > user list. > I'm try

adding the wicket project for debugging etc

2010-02-10 Thread Jeroen Dijkmeijer
Hi, I think this is more of a maven question, so its also posted at the maven user list. I'm trying to understand wicket a bit more, and I would like it to add it as source tree to my project, but for for some reason I cant make it happen. I have myproject-web, myproject-domain and myproje

Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread John Krasnay
I don't use m2eclipse, but I have this in my pom.xml... org.apache.maven.plugins maven-eclipse-plugin true true Seems to do the trick. I would look first at the m2eclipse settings first, though. jk On Tue, Sep 29, 2009 at 11:47

Re: [offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Martin Grigorov
El mar, 29-09-2009 a las 11:47 +0400, Vladimir Kovalyuk escribió: > I believe it must be something extremely simple. > I set up a project in Eclipse Galileo using m2eclipse from Sonatype. > I'm trying to debug the wicket class. I set breakpoints and the execution > stops exactly at those points. Th

[offtopic[ how to attach sources to wicket jars when debugging

2009-09-29 Thread Vladimir Kovalyuk
I believe it must be something extremely simple. I set up a project in Eclipse Galileo using m2eclipse from Sonatype. I'm trying to debug the wicket class. I set breakpoints and the execution stops exactly at those points. The wicket sources are actually attached. I can see the source code. But whe

Re: Help debugging why a component is not showing up...

2009-06-01 Thread Ryan McKinley
e way to dump the current page tree to text or something? >> >> Any pointers would be great! >> >> thanks >> ryan >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.or

Re: Help debugging why a component is not showing up...

2009-05-30 Thread jWeekend
rs-h...@wicket.apache.org > > > -- View this message in context: http://www.nabble.com/Help-debugging-why-a-component-is-not-showing-up...-tp23796086p23796445.html Sent from the Wicket - User mailing list archive at Nabble.com.

Help debugging why a component is not showing up...

2009-05-30 Thread Ryan McKinley
Hello- I am pulling my hair out trying to figure out why a component is not showing up within a page. When I run the app from eclipse in development or deployment mode, it shows up just fine. When I build a package run that... no luck. However it does include javascript libraries added from the

Re: How to enable debugging port for Jetty

2009-05-03 Thread Martin Grigorov
mvnDebug jetty:run El dom, 03-05-2009 a las 08:13 +, HHB escribió: > Hey, > How to enable debugging port for Jetty server that is > launched via the command: > mvn jetty:run > ? > Thanks. > > > ---

How to enable debugging port for Jetty

2009-05-03 Thread HHB
Hey, How to enable debugging port for Jetty server that is launched via the command: mvn jetty:run ? Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

RE: debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-10 Thread Chenini, Mohamed
It is working now. I am debugging in Eclipse. Thanks a lot -Original Message- From: jcgarciam [mailto:jcgarc...@gmail.com] Sent: Thursday, April 09, 2009 6:06 PM To: users@wicket.apache.org Subject: Re: debugging a Wicket application running under Jetty-6.1 in Eclipse I'll sugge

Re: debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-09 Thread jcgarciam
suing 'mvn install' on the root project. If you have question regarding the 'Start.java' class just let us know. mchenini wrote: > > Hi, > > > > This is about debugging a Wicket application running under Jetty-6.1 in > Eclipse. > > > >

debugging a Wicket application running under Jetty-6.1 in Eclipse

2009-04-09 Thread Chenini, Mohamed
Hi, This is about debugging a Wicket application running under Jetty-6.1 in Eclipse. I followed the steps shown at: http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Pl ugin+inside+Eclipse But I am getting this exception: java.lang.NoClassDefFoundError: org

Re: Wicket Geronimo debugging??

2009-02-17 Thread Jeremy Thomerson
n the wicket. Is there a way to turn on Wicket debugging? > > I know there are errors because when I click the submit button, my response > page is blank. Not how it's supposed to be. No exceptions or error > messages. I want to see what is happening at the wicket level. Is the

Wicket Geronimo debugging??

2009-02-17 Thread Edwin Ansicodd
Deploying my wicket web app on Geronimo, I'm getting errors that seem to be somewhere in the wicket. Is there a way to turn on Wicket debugging? I know there are errors because when I click the submit button, my response page is blank. Not how it's supposed to be. No exception

Re: debugging

2008-12-23 Thread Jason Lea
Eclipse WTP+Tomcat is really great :) The other setting I think you need is in the Server view, double click the tomcat server and use 'Serve modules without publishing' so it doesn't have to restart the server for changes (hot code/markup). For me it is nice to be able develop/test on the same

Re: debugging

2008-12-23 Thread Michael O'Cleirigh
Hi Björn, If your project is configured to use maven then you can use the m2eclipse plugin to invoke the jetty:run target which will run in the debugging perspective. http://m2eclipse.codehaus.org/ For me I get dynamic code replacement, markup file changes, etc handled without needing to

Re: debugging

2008-12-23 Thread John Krasnay
I use Tomcat via the Eclipse WTP. Here are some quick instructions if you're using Maven: - add the wtpversion and wtpContextName elements to your maven-eclipse-plugin config org.apache.maven.plugins maven-eclipse-plugin true true 2.

Re: debugging

2008-12-23 Thread Martijn Dashorst
Use the jetty start class instead. There's little difference between tomcat/jetty when you're using Wicket as a deployment platform, but the development experience is much more different. Martijn On Tue, Dec 23, 2008 at 11:34 AM, Björn Tietjens wrote: > Hi, > > I am developing a webapp with wick

Re: debugging

2008-12-23 Thread Azzeddine Daddah
Start tomcat using catalina jpda start :) 1. Open the startup script in (your_tomcat_home)/bin (WIN: startup.bat, UNIX: startup.sh) 2. Add the following lines at the first blank line in the file WINDOWS: set JPDA_ADDRESS=8000 set JPDA_TRANSPORT=dt_socket UNIX: export JPDA_

Re: debugging

2008-12-23 Thread Dipu
use the Sysdeo Eclipse Tomcat Launcher plugin http://www.eclipsetotale.com/tomcatPlugin.html Cheers Dipu On Tue, Dec 23, 2008 at 10:34 AM, Björn Tietjens wrote: > > Hi, > > I am developing a webapp with wicket on eclipse, deploying as war, using a > local tomcat for testing. > What is the best

debugging

2008-12-23 Thread Björn Tietjens
Hi, I am developing a webapp with wicket on eclipse, deploying as war, using a local tomcat for testing. What is the best/easiest way to debug my app with eclipse? How can I deploy/start the webapp from within eclipse or how can I attach eclipse to tomcat in order to debug my code? Thanx fo

Ajax Debugging at a HttpSession level

2008-02-06 Thread mnwicket
Any thoughts on this. I basically want to be able to turn ajax debugging on at a HTTPSession level in prod to be able to investigate possible client service calls without having every other use seeing it. Thanks -- View this message in context: http://www.nabble.com/Ajax-Debugging-at-a

Re: data tables and debugging session serialization

2007-11-13 Thread Matej Knopp
You have something transient in your model. Or something implementing Externalizable without properly serializing the properties. -Matej On Nov 13, 2007 3:59 PM, Evan Chooly <[EMAIL PROTECTED]> wrote: > I'm having some strange behavior with a DataTable and the back button. > When I back up to th

Re: data tables and debugging session serialization

2007-11-13 Thread Eelco Hillenius
Using Wicket 1.3? Try setting break points in DiskPageStore (#getPage for instance) and see if that gets you any further. Eelco On Nov 13, 2007 6:59 AM, Evan Chooly <[EMAIL PROTECTED]> wrote: > I'm having some strange behavior with a DataTable and the back button. > When I back up to the page w

Re: data tables and debugging session serialization

2007-11-13 Thread Nick Heudecker
please unsubscribe :) On Nov 13, 2007 8:59 AM, Evan Chooly <[EMAIL PROTECTED]> wrote: > I'm having some strange behavior with a DataTable and the back button. > When I back up to the page with the DT, it rerenders fine, but all my > object state is gone. I click a link and the object is there b

data tables and debugging session serialization

2007-11-13 Thread Evan Chooly
I'm having some strange behavior with a DataTable and the back button. When I back up to the page with the DT, it rerenders fine, but all my object state is gone. I click a link and the object is there but not the ID in the the object so that I get hibernate errors trying to load without an ID.

Re: wicket doesn't show its debugging?

2007-09-15 Thread Kent Tong
Potje rode kool wrote: > > I used the log config files from the wicket example that comes with wicket > (apache-wicket-1.3.0-beta3) and set it to debug. > > Any idea what I am missing to see the debugging of Wicket for the > org.apache.wicket.util.resource package? >

wicket doesn't show its debugging?

2007-09-14 Thread Potje rode kool
I want to use xhtml files instead of html files so I overwrite the method WebPage#getMarkupType to return "xhtml" to make it work. But got an MarkupNotFoundException which sugested to turn on debugging for org.apache.wicket.util.resource but didn't got any debugging about the file