r the database on localhost.
Hope that makes more sense.
Isaac
Matt Raible-3 wrote:
>
> Adding the jdbc dependencies to your root pom should help:
>
>
> ${jdbc.groupId}
> ${jdbc.artifactId}
> ${jdbc.version}
>
>
> http://issues.appfuse.org/browse/APF-580
>
localhost in POM ignored?
>
> On 1/26/07, Isaac Sullivan <[EMAIL PROTECTED]> wrote:
>>
>> Sorry Guys, just realised this is a bug.
>>
>> http://issues.appfuse.org/browse/APF-586
>
> Did making the change in the bug fix your problem?
>
> Matt
>
>&
Sorry Guys, just realised this is a bug.
http://issues.appfuse.org/browse/APF-586
Isaac Sullivan wrote:
>
> Hi all, sorry if this has already been answered, but I have a test mysql
> db sitting on another machine. Changing the localhost to the machine name
> or ip address does
Hi all, sorry if this has already been answered, but I have a test mysql db
sitting on another machine. Changing the localhost to the machine name or ip
address does not seem to make a difference when any database actions occur,
it still uses locahost.
Should changing the localhost reference to
it causes the tests to fail (apparently because
> dbunit doesn't load properly). I'd like to add it so the database is
> dropped and recreated each time, but it doesn't seem to work as
> expected.
>
> Matt
>
> On 1/23/07, Isaac Sullivan <[EMAIL PROTECTED]&g
Yes that's right.
I haven't been able to get HSQL to work 'out of the box' as yet, although I
haven't given up just yet.
Isaac
Matt Raible-3 wrote:
>
> Can you enter an issue for this in JIRA?
>
> http://issues.appfuse.org/browse/APF
>
> I'm assuming you'd like instructions for running your
The true tag should be applicable to all database applications,
not just HSQLDB (in theory, I am yet to try it with anything else. I may get
around to testing it against MySQL).
But placing the
org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
tag in the root POM would be ideal.
Isaac
Matt Raible-3 w
Forgot to mention that this is for AppFuse 2!
Isaac Sullivan wrote:
>
> Hi all, I thought I would just post a solution for a couple of problems I
> had while using AppFuse.
>
> Firstly this solution is for all those users wanting to recreate the
> database schema each
Hi all, I thought I would just post a solution for a couple of problems I had
while using AppFuse.
Firstly this solution is for all those users wanting to recreate the
database schema each time they run test-compile over the AppFuse project.
Placing a true tag in the POM file at the following pos