Please read the quickstart instructions again, your're missing a step.
Matt
On 3/18/07, rjain78 <[EMAIL PROTECTED]> wrote:
Hi,
I downloaded the latest version of appfuse using the quickstart guide on
Windows XP, jdk1.6 . The example steps work first time and the server comes
up properly on l
Hi,
I downloaded the latest version of appfuse using the quickstart guide on
Windows XP, jdk1.6 . The example steps work first time and the server comes
up properly on localhost:8080 but all subsequent invocations fail. This has
happened to me consistently on three different sample projects so I
Hmm. I might do.
However, I might stick to H2 for now. However, I have found a problem.
Adding,
true
to the h2 profile does not seem to work when I run integration-test. Maven
still complains it cannot do a CLEAN_INSERT and its trying to activate the
MySQL Profile?
mraible wrote
Unfortunately, you probably know more about the problem than I do at
the moment. Are you using the latest version of MySQL? It's possible
that it's a bug in your code, but I doubt it since the code is mostly
the same as 1.9.x.
You could try a different version of the JDBC Driver.
http://mvnrepo
Matt,
Might be just my O/S now u say it. Its en-GB and it's Vista (I know!!)
MySQL is set to the following
MySQL charset: UTF-8 Unicode (utf8)
MySQL Connection Collation: utf8_general_ci
If I try with the 1.0-m4-SNAPSHOT and an embedded DB like h2 or hsqldb, then
everything is fine. It doesn
That's strange - what locale is your operating system?
Matt
On 3/18/07, sarat.pediredla <[EMAIL PROTECTED]> wrote:
I get the following error when I try to run mvn integration-test
[WARNING] 1 errors occurred while performing .
[ERROR] Error #1: java.sql.SQLException: Unknown initial character
I get the following error when I try to run mvn integration-test
[WARNING] 1 errors occurred while performing .
[ERROR] Error #1: java.sql.SQLException: Unknown initial character set index
'48' received from server. Initial client character set can be forced via
the 'characterEncoding' property.
I have a spring modular project (2.0-m4-SNAPSHOT), and when I run mvn install
on the core module the log shows me this:
[lpoints] ERROR [Thread-2] DisposableBeanAdapter.destroy(148) | Couldn't
invoke destroy method of bean with name 'sessionFactory'
java.lang.IllegalStateException: Shutdown in pro
This is probably because DbUnit runs before tests run (in the the
test-compile phase) and after they run (in the test) phase. DbUnit
uses a CLEAN_INSERT operation by default, which means it deletes all
the data and then add it back in from sample-data.xml. The reason we
run it in the test phase i
This problems is not caused by appfuse.
If someone have been encountered this problem please give me some advice.
I wrote an action let user select some file store in the web site and let
them package download by ZipOutputStream.
The problem is the generated zip file can not open because header s
10 matches
Mail list logo