Hi there... I recently upgraded my project to AppFuse 2.0.2 on my Windows
laptop and I've been able to use it without a problem.
My issue began when I decided to copy all of my code to my desktop computer
(intel 64 bits with Kubuntu 8.04 installed on it) and tried to develop on
it.
I installed t
Hi all,
Am quite new to appfuse and still trying to understand the various layers.
While testing the default struts2 maven archetype I faced a peculiar problem
- if i access an admin protected page like -
http://localhost:9090/admin/editUser.html?id=1 - i get a nested access
denied error page. I
It seems the errors arise from the project.war being in the maven repository.
Once deleted from there the errors disappear.
Any idea of how to resolve this?
stelios wrote:
>
> Hi,
>
> Unfortunately I still get these errors and have not lib folder in WEB-INF.
> Are there any additional steps y
Hi,
Unfortunately I still get these errors and have not lib folder in WEB-INF.
Are there any additional steps you took to resolve this?
Bear in mind that my project is integrated with WTP and in the
org.eclipse.wst.common.component file the jars that give the errors are
deployed to WEB-INF/lib,
Well at least it works fine with a basic project...
stelios wrote:
>
> Hi,
>
> I've used this guide: http://appfuse.org/display/APF/Eclipse#Eclipse-wtp
> http://appfuse.org/display/APF/Eclipse#Eclipse-wtp
>
> and it all works as I understand it should.
> Is it default behaviour though for
Hi all:
I did some enhancement to utilize dbunit in the BaseXXXTestCase as the patch
in http://www.nabble.com/file/p18275899/src.zip attachement . With this
patch, we could select and run specified unittest case in IDEs, like
Eclipse, IDEA, etc.
Usage:
1. Overwirte the source file inside the
h
Hi all
I face the following problem sometimes while accessing my application
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760)
at
org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:566)
at
org.mortbay