Re: [appfuse-user] debugging

2009-09-15 Thread measwel
I can add to that, that the mapping to the preference object parameters is not correct too. I set some preferences in the DB to 1. When I debug, I can see the values are indeed set to 1 in the user.preferences object. Nevertheless, on preferencesForm all values are shown as 0 (uncheked)... This

[appfuse-user] debugging

2009-09-15 Thread measwel
After finally setting up remote debugging from Netbeans into Jetty, I can see that the properties object is not instantiated when trying to save it, it is null. Who can tell me what the problem is? In my form I have:

Re: [appfuse-user] Debugging missing pages

2008-03-15 Thread Rob Hills
Hi Derek, Derek Broughton wrote: Appfuse 2.0.1, Struts basic Can anybody suggest what I need to do to figure out why a page simply refuses to display? If I'm on my accountList.jsp (where the URL is /accounts.html) page, and click on a link to edit an account (url /editAccounts.html, page is ac

Re: [appfuse-user] Debugging missing pages

2008-03-14 Thread Matt Raible
If you comment out (or delete) everything in , does it work? Matt On Mar 14, 2008, at 9:21 AM, Derek Broughton wrote: Appfuse 2.0.1, Struts basic Can anybody suggest what I need to do to figure out why a page simply refuses to display? If I'm on my accountList.jsp (where the URL is /accounts

[appfuse-user] Debugging missing pages

2008-03-14 Thread Derek Broughton
Appfuse 2.0.1, Struts basic Can anybody suggest what I need to do to figure out why a page simply refuses to display? If I'm on my accountList.jsp (where the URL is /accounts.html) page, and click on a link to edit an account (url /editAccounts.html, page is accountForm.jsp), nothing happens - no

[appfuse-user] Debugging with netbeans 6

2008-03-14 Thread Kropp, Henning
Hi, I can't get debugging in netbeans to work. I tried the "non-trivial" setup for netbeans mentioned early on this list http://www.nabble.com/Debugging-in-Netbeans-6.0---Appfuse-2.0.1--td14407698s2369.html And I have setup the maven2ide plugin to use the maven-2.0.7 source folder. I can buil

Re: [appfuse-user] Debugging in Netbeans 6.0 / Appfuse 2.0.1?

2007-12-18 Thread Matt Raible
You should be able to create a "Remote" debugger configuration and use this to connect to Tomcat. It's not really specific to Maven or any IDE at all. For example, here's how to do it with IDEA 7: Run >> Edit Configurations >> Add New Configuration >> Remote Name it something like "AppFuse" or "T

[appfuse-user] Debugging in Netbeans 6.0 / Appfuse 2.0.1?

2007-12-18 Thread John Vance
Has anyone got debugging working in Netbeans 6.0? Netbeans' documentation for debugging web apps is... sparse. I tried firing up the BPEL debugger but I have no idea how to make it "attach" to a running web server. I also tried right-clicking on the project and selecting "debug", but that launc

[appfuse-user] debugging appfuse 1.9.4 with jettylauncher

2007-11-27 Thread Rizwan Ahamed
Hi I am using appfuse 1.9.4 (struts) and was able to configure jetty launcher for debugging. I use iBatis and while writing unit tests for dao, I enable the debug log in log4j.properties (java.sql = debug) and able to see the sql statements from iBatis. When I debug from jetty it does not show

Re: [appfuse-user] Debugging an application running in Jetty

2007-10-23 Thread Matt Raible
Yes, it is possible. Just create a new Debug setting in IDEA and choose "Remote" application. Then copy the arguments it gives you into a MAVEN_OPTS environment variable and start Jetty from the command line. This works with Eclipse and any other IDE as well. Matt On 10/23/07, [EMAIL PROTECTED]

[appfuse-user] Debugging an application running in Jetty

2007-10-23 Thread masterg007
All: Is it possible to debug an application running under Jetty from within intelliJ? I ran the Jetty maven plugin, so Jetty is not installed standalone. I am trying to use the jetty plugin for intellJ but it expects a standalone instance of Jetty. I don't suspect that it is possible but I just wa

[appfuse-user] debugging through Appfuse 1.9.4

2007-09-25 Thread Ding, Qin
Hi, I am using Appfuse 1.9.4, JSF, Eclipse 3.2 and tomcat plugin of sysdeo. I have a difficult time to set it up for debugging even I followed first Matt's instruction on http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseEclipse. I also found a few site giving the instructions but still not wo

[appfuse-user] Debugging JSP in Eclipse

2007-06-19 Thread Daniel.Rodriguez
Hello everyone, I'm having problems with a JSP I created, and I want to enable JSP debugging using Eclipse (I'm using http://www.easyeclipse.org/site/distributions/server-java.html Easy Eclipse Server Java Distro. ). Does anyone knows how to get the JSP debugger working in Eclipse ? Thanks --

Re: [appfuse-user] Debugging an Appfuse application via Eclipse?

2007-05-17 Thread pcberg
mraible wrote: > > export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE > -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" > Cool, that works! I tried what the FAQ said here: http://appfuse.org/display/APF/FAQ#FAQ-jettydebug but that would give me the below stack trace. Odd

Re: [appfuse-user] Debugging an Appfuse application via Eclipse?

2007-05-16 Thread Matt Raible
Do you want to debug it when running in Jetty, Tomcat (via Cargo) or when running tests? I generally set a MAVEN_OPTS environment variable with my debug settings, and then setup a remote debugging configuration in Eclipse or IDEA that matches. export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler

[appfuse-user] Debugging an Appfuse application via Eclipse?

2007-05-16 Thread pcberg
Hi, I am having a hard time debugging my appfuse project. I think my confusion is twofold: 1) I'm familiar how to debug an old time struts 1 application with Eclipse WTP and tomcat. What I'm struggling with in appfuse is (what I perceive as) a disconnect between eclipse and maven/jetty. 2) I'm

RE: [appfuse-user] Debugging with Tomcat 3.2

2007-03-19 Thread Jakobsen, Peder
been able to do. Peder -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matt Raible Sent: March 19,2007 1:16 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Debugging with Tomcat 3.2 With 1.9.x, I use the Sydeo Tomcat Plugin. http://www.sysde

Re: [appfuse-user] Debugging with Tomcat 3.2

2007-03-19 Thread Matt Raible
With 1.9.x, I use the Sydeo Tomcat Plugin. http://www.sysdeo.com/eclipse/tomcatplugin Of course, you should be able to do remote debugging w/o using any plugins as well: http://raibledesigns.com/rd/entry/remotely_debug_your_app_in Matt On 3/19/07, Jakobsen, Peder <[EMAIL PROTECTED]> wrote: H

[appfuse-user] Debugging with Tomcat 3.2

2007-03-19 Thread Jakobsen, Peder
Hi, I'm running 1.9.4 with JDK 1.4, and I'm trying to set Eclipse 3.2 up so that I can step through my code using an Eclipse tomcat server runtime. Normally, this involves converting an existing project to a Web project. Has anyone had any luck doing this in Eclipse 3.2? Thanks, Peder :) Th

Re: [appfuse-user] Debugging w/ Sysdeo

2007-02-03 Thread Doug Pham
Sorry for the email! I found what the problem was. Cheers, Doug Doug Pham <[EMAIL PROTECTED]> wrote: Hi All, What other free plugins are there that can debug code and jsp using tomcat 5.x & Eclipse 3.1+? I am currently using Tomcat 5.0.x, Eclipse 3.1.2 and jdk1.5.0_06 but keep getting the

[appfuse-user] Debugging w/ Sysdeo

2007-02-03 Thread Doug Pham
Hi All, What other free plugins are there that can debug code and jsp using tomcat 5.x & Eclipse 3.1+? I am currently using Tomcat 5.0.x, Eclipse 3.1.2 and jdk1.5.0_06 but keep getting the following error: Bootstrap: Class loader creation threw exception java.lang.NoSuchMethodError: org.apa

Re: [appfuse-user] debugging testcases in eclipse

2007-01-02 Thread Matt Raible
Did you set a breakpoint in your test? You should be able to run "ant war", refresh your project and then run your tests from w/in Eclipse. If you can run them, you can debug them. Matt On 12/22/06, ftravers <[EMAIL PROTECTED]> wrote: I'm trying to debug a testcase in eclipse. However when

[appfuse-user] debugging testcases in eclipse

2006-12-22 Thread ftravers
I'm trying to debug a testcase in eclipse. However when I run what I think is the right command it doesn't suspend until I connect to it on port 4000. The build does look like it supplies 'suspend=y' argument...what am I doing wrong? I ran ant -Denterprice-debug=true -Dtestcase=StoreAction te