I have seen this error too when running maven from eclipse (m2eclipse).
Not sure what the exact cause is, but it seems to be related to
http://jira.codehaus.org/browse/MOJO-682
You may be able to fix it by copying $JAVA_HOME/lib/tools.jar to
$JAVA_HOME/jre/lib/ext
Hope this helps.
GJ
A.S wr
Perhaps it was just a transient error? When I ran mvn yesterday I
couldn't get tomcat 6.0.14 from http://archive.apache.org at first.
Turned out to be due to site maintenance downtime.
Ger-Jan
Mark Rosenthal wrote:
I added the following to my pom.xml, and all appears to be working:
howardl
Would it be possible to first put the pojo in the model package, then
use appfuse:gen and then refactor the pojo back to the subpackage? I
think an ide like eclipse would do this quite well. Perhaps you will
have to adjust a couple of references manually.
Probably not the solution you're looki
.cfg.xml, the element was there all the
time. Shouldn't appfuse:gen have added it in both files?
Ger-Jan
Ger-Jan te Dorsthorst wrote:
Oops; just noticed that I deleted too many lines from the code I sent
earlier. It's missing the debug lines I referred to. Here is what I
m
);
List downloads = (List) m.get("downloadList");
log.debug("string repres of download list (+ size) in model map
= "+downloads.toString()+" ("+downloads.size()+")");
assertNotNull(m.get("downloadList"));
assertTrue
Hello Matt, list,
Matt Raible wrote:
Can you post the code for your DownloadControllerTest?
Here's the code. It is what is generated by the AF maven plugin plus a
couple of added debug lines, to verify that the controller is wired
correctly and that the downloadList retrieved from the model
mport some additional/unused functionality.
Post back to the group with what you learn.
I will.
Ger-Jan te Dorsthorst wrote:
What would be a good way to add some content management functionality
to a (Spring MVC) Appfuse applic
Hi,
What would be a good way to add some content management functionality to
a (Spring MVC) Appfuse application? I'm not looking for integration with
a full-fledged CMS - no need for things like workflow or multi-channel
output. It's just that in some cases, clients ask for a reasonably easy
I think I've seen this before. Could it be that the proxy you're behind
doesn't support (or is not configured to support) HTTP PROPFIND methods?
See for example:
http://vsingleton.blogspot.com/2008/04/svn-propfind-request-failed-on.html
Ger-Jan
jgoodman999 wrote:
Did anyone ever answer this?
icks and the service layer being composed
with these small bricks.
Also, in the service layer there are annotations to use web services so
these methods are exposed to external web service clients.
HTH,
Oscar
On Tue, Mar 3, 2009 at 12:35 AM, Ger-Jan te Dorsthorst
wrote:
Hi,
Here's a co
Hi,
Here's a couple of questions for you architecture boffins:
It is clear that the source tree of Appfuse is neatly organised. I can
see the purpose of having a dao package with interfaces and one or
several dao/impl packages with specific implementations for those dao
classes: it makes it e
tion environment.
If you have any other ideas, I would love to hear them.
Regards,
Waldo
On Wed, Feb 11, 2009 at 3:18 PM, Ger-Jan te Dorsthorst <mailto:ger...@dds.nl>> wrote:
Nathan Anderson wrote:
As I recall, you really only have 2 choices: disable the Java
securi
Nathan Anderson wrote:
As I recall, you really only
have 2 choices: disable the Java security, or build a java security
policy for your app. I have never done the work of building a security
policy, but my understanding is that you basically need to run the app,
see what fails and add a poli
You should make sure there aren't two versions of hibernate.cfg.xml
floating around in your project. This is usually the source of this
problem.
Matt
On Sat, May 17, 2008 at 10:25 AM, Ger-Jan te Dorsthorst <[EMAIL PROTECTED]>
wrote:
Sorry, I mistyped the path. It's in
, Ger-Jan te Dorsthorst <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi,
Is there a way to force mvn to rebuild everything from scratch?
The reason I'm asking is mvn jetty:run-war being unable to locate
some class, even though its source is verifiably av
Hi,
Is there a way to force mvn to rebuild everything from scratch? The
reason I'm asking is mvn jetty:run-war being unable to locate some
class, even though its source is verifiably available.
If I try to do mvn clean; mvn jetty:run-war in a basic AppFuse Spring
MVC project, and when workin
16 matches
Mail list logo