atg.nucleus.data.config.atg.dynamo.service.jdbc.FakeXADataSource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atgdust Show documentation
Show all versions of atgdust Show documentation
ATG DUST is a framework for building JUnit tests for
applications built on the ATG Dynamo platform. This framework allows
one to quickly write test code that depends up Nucleus or ATG
Repositories. By using this framework one can drastically cut down
on development time. It takes only a few seconds to start up a test
with a repository, but it may take multiple minutes to start up an
application server. To get started with DUST, take a look at
http://atgdust.sourceforge.net/first-test.html. This page will walk
you through the process of running a basic test which starts
Nucleus. After that, read the other getting started guides to
describe how to create standalone Junit tests which can startup
repositories and use the DynamoHttpServletResponse classes.
For only ATG10 and tested.
The newest version!
# @version $Id: //product/DAS/main/templates/DAS/config/config/atg/dynamo/service/jdbc/FakeXADataSource.properties#3 $$Change: 294774 $
#-------------------------------------------------------------------
#-------------------------------------------------------------------
# This is a non-XA DataSource that creates simulated XAConnections.
# It is useful when a true XADataSource cannot be obtained. Note that
# the behaviour of the Connections will not be that of normal
# XAConnections, i.e. they will not be able to participate in
# two-phase commits in the true two-phase commit style.
#-------------------------------------------------------------------
$class=atg.service.jdbc.FakeXADataSource
driver=solid.jdbc.SolidDriver
URL=jdbc:solid://localhost:1313
user=admin
password=admin