Skip to content

Commit 7d729eb

Browse files
author
Reza Rahman
committed
Minor typos
1 parent 0977acb commit 7d729eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Testing Java EE Applications on WebLogic 12.1.3 Using Arquillian
33
This application demonstrates how Java EE applications can be effectively
44
tested using Arquillian on WebLogic 12.1.3. The application contains a
55
set of JUnit tests that you should examine. The tests will be run as part
6-
of the Maven build. The tests require a locally running instance of
6+
of the Maven build. The tests require a running instance of
77
WebLogic (please see setup instructions).
88

99
WebLogic 12.1.3 supports Java EE 6 and some key Java EE 7 APIs -
@@ -27,18 +27,18 @@ Setup
2727
approach we used. As a result, however, you will need to manually create a
2828
data source for the demo application. The data source is expected to be bound
2929
to 'jdbc/ActionBazaarDB'. We used embedded Derby but any underlying database
30-
should work. If helpful, a sample source definition is provided
30+
should work. If helpful, a sample WebLogic data source definition is provided
3131
[here](ActionBazaarDB-jdbc.xml).
32-
* Please download this repository. You can use GitHub or just the simple zip
32+
* Please download this repository. You can use Git or just the simple zip
3333
download.
3434
* The demo is just a simple Maven project under the [actionbazaar](actionbazaar)
3535
directory. You should be able to open it up in any Maven capable IDE, we used
3636
NetBeans.
3737
* If desired setup WebLogic in your IDE. This is what we tested.
3838
* The tests in the Maven build are executed against a running WebLogic instance.
3939
You will need to configure
40-
[this file] (actionbazaar\src\test\resources\arquillian.xml) with the details
41-
of our running WebLogic instance (you could run the instance via the IDE).
40+
[this file] (actionbazaar/src/test/resources/arquillian.xml) with the details
41+
of your running WebLogic instance (you could run the instance via the IDE).
4242
For details on configuring WebLogic for Arquillian, look
4343
[here] (https://docs.jboss.org/author/display/ARQ/WLS+12.1+-+Remote).
4444
* If desired, you can deploy and run the application itself. We did this both

0 commit comments

Comments
 (0)