Skip to content

Commit 92f3710

Browse files
remove derby database from resources section
1 parent ecd219b commit 92f3710

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

samples/docker-domain/properties/docker-build/domain.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ CLUSTER_ADMIN=cluster-1,admin-server
2121
# Derby Data Source parameters
2222
dsname=DockerDS
2323
dsdbname=DerbyDB;create=true
24-
dsjndiname=/DockerDS
24+
dsjndiname=DockerDS
2525
dsdriver=org.apache.derby.jdbc.ClientXADataSource
26-
dsurl=jdbc:derby://localhost:1527/DerbyDB;ServerName=localhost;databaseName=DerbyDB;create=true
26+
dsurl=jdbc:derby://localhost:1527/DerbyDB;create=true
2727
dbusername=dba
2828
dbpassword=dba1
2929
dstestquery=SQL SELECT 1 FROM SYS.SYSTABLES
30-
dsinitalcapacity=0
30+
dsinitalcapacity=1
3131
dsmaxcapacity=15
3232

3333

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
username=weblogic
22
password=welcome1
33
JAVA_OPTIONS=-Dweblogic.StdoutDebugEnabled=false
4-
DERBY_FLAG=false
4+
DERBY_FLAG=true

samples/docker-domain/simple-topology.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,6 @@ topology:
2727
ServerTemplate:
2828
template1:
2929
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@'
30-
resources:
31-
JDBCSystemResource:
32-
'@@PROP:dsname@@':
33-
Target: '@@PROP:CLUSTER_ADMIN@@'
34-
JdbcResource:
35-
JDBCDataSourceParams:
36-
JNDIName: '@@PROP:dsjndiname@@'
37-
GlobalTransactionsProtocol: None
38-
JDBCDriverParams:
39-
DriverName: '@@PROP:dsdriver@@'
40-
URL: '@@PROP:dsurl@@'
41-
PasswordEncrypted: '@@PROP:dbpassword@@'
42-
UseXaDataSourceInterface: false
43-
Properties:
44-
databaseName:
45-
Value: '@@PROP:dsdbname@@'
46-
user:
47-
Value: '@@PROP:dbusername@@'
48-
JDBCConnectionPoolParams:
49-
InitialCapacity: '@@PROP:dsinitalcapacity@@'
50-
MaxCapacity: '@@PROP:dsmaxcapacity@@'
51-
TestTableName: '@@PROP:dstestquery@@'
5230
appDeployments:
5331
Application:
5432
# Quote needed because of hyphen in string

0 commit comments

Comments
 (0)