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
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:
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
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 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
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
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
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
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
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]
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
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
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
--
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo