Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Fix web service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stavreva committed Sep 8, 2017
1 parent f3fc5b5 commit 43bf166
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 185 deletions.
Expand Up @@ -2,7 +2,7 @@
#Wed, 11 Sep 2013 13:02:13 +0200
SSO_IDP_URL=https\://ESTESSACTDIR.adfs.com/adfs/ls/
#http\://localhost\:9080/openam/SSORedirect/metaAlias/idp
SSO_IDP_TRUSTSTORE=C:/OSCM/glassfish4/glassfish/domains/integration-bes/config/cacerts.jks
SSO_IDP_TRUSTSTORE=C:/OSCM/glassfish4.1.2/glassfish/domains/bes-domain/config/cacerts.jks
#C\:/Users/Stavreva/OpenAMkeystore/keystore.jks
SSO_IDP_TRUSTSTORE_PASSWORD=changeit
SSO_IDP_AUTHENTICATION_REQUEST_HTTP_METHOD=POST
Expand All @@ -15,7 +15,7 @@ SSO_STS_METADATA_URL=https\://ESTESSACTDIR.adfs.com/adfs/services/trust/mex/
SSO_LOGOUT_URL=https\://ESTESSACTDIR.adfs.com/adfs/ls/
SSO_SIGNING_KEY_ALIAS=s1as
SSO_SIGNING_KEYSTORE_PASS=changeit
SSO_SIGNING_KEYSTORE=C:/OSCM/glassfish4/glassfish/domains/integration-bes/config/keystore.jks
SSO_SIGNING_KEYSTORE=C:/OSCM/glassfish4.1.2/glassfish/domains/bes-domain/config/keystore.jks

AUTH_MODE=INTERNAL
BASE_URL=http\://eststavreva.intern.est.fujitsu.com\:8180/oscm-portal
Expand Down
2 changes: 1 addition & 1 deletion oscm-devruntime/javares/local/eststavreva/db.properties
Expand Up @@ -14,7 +14,7 @@ db.host=eststavreva
db.port=5432

# Name of the database
db.name=bss
db.name=bss11

# Name of the database
db.timer.name=bsstimer
Expand Down
24 changes: 5 additions & 19 deletions oscm-devruntime/javares/local/eststavreva/integration.properties
@@ -1,6 +1,6 @@
# Copyright FUJITSU LIMITED 2017
dbinterpreter=C:/PostgreSQL/9.1/bin/psql
glassfish.home=C:/OSCM/glassfish4
dbinterpreter=C:/OSCM/PostgreSQL/9.1/bin/psql
glassfish.home=C:/OSCM/glassfish4.1.2
bss.java.home=C:/OSCM/Java/Java8u131
keytool=C:/OSCM/Java/Java8u131/jre/bin/keytool
apache.present=false
Expand All @@ -24,10 +24,10 @@ glassfish.bes.WS_PORT=8081
glassfish.bes.HIBERNATE_SLAVE_REFRESH_SEC=5


imq.persist.jdbc.postgresql.opendburl=jdbc:postgresql://eststavreva:5432/bssjms
imq.persist.jdbc.postgresql.opendburl=jdbc:postgresql://eststavreva:5432/bssjms11

#Hibernate search master index domain
glassfish.master.domain.name=integration-master-index
glassfish.master.domain.name=master-indexer-domain
glassfish.master.domain.portbase=8400
glassfish.master.domain.admin.port=8448
glassfish.master.domain.host=eststavrevanb
Expand All @@ -36,7 +36,7 @@ glassfish.master.domain.jms.port=8476

#Hibernate search master properties
#Example for Windows C\\:/cluster/glassfish/dirname
master.slave.shared.hibernate.search.sourceBase=C\\:/OSCM/glassfish4/glassfish/masterSourceBase
master.slave.shared.hibernate.search.sourceBase=C\\:/OSCM/glassfish4.1.2/glassfish/masterSourceBase
master.hibernate.search.default.refresh=60

#Example domain
Expand All @@ -54,20 +54,6 @@ glassfish.app.domain.name=app-domain
glassfish.domain.stop.waitSeconds=20
glassfish.domain.start.maxWaitSeconds=600

#only for cluster setup
glassfish.cluster.name=bescluster
glassfish.node.agent.name=na1
glassfish.node.instance.name=gf1
glassfish.cluster.JMS_PROVIDER_PORT=8576
glassfish.cluster.JMX_SYSTEM_CONNECTOR_PORT=8586
glassfish.cluster.IIOP_LISTENER_PORT=8537
glassfish.cluster.IIOP_SSL_LISTENER_PORT=8538
glassfish.cluster.IIOP_SSL_MUTUALAUTH_PORT=8539
glassfish.cluster.HTTP_LISTENER_PORT=8580
glassfish.cluster.HTTP_SSL_LISTENER_PORT=8581
glassfish.cluster.WS_PORT=8582
glassfish.cluster.DEBUG_PORT=8509
glassfish.cluster.HIBERNATE_SLAVE_REFRESH_SEC=5

#mail
mail.host=estdevmail1
Expand Down
6 changes: 3 additions & 3 deletions oscm-devruntime/javares/local/eststavreva/test.properties
@@ -1,9 +1,9 @@
# Copyright FUJITSU LIMITED 2017
#glassfish
iaas.api.uri=http://localhost:8680/fujitsu-ror-stub/cfmgapi/endpoint
glassfish.home=C:/OSCM/glassfish4
glassfish.bes.domain=C:/OSCM/glassfish4/glassfish/domains/integration-bes
glassfish.example.domain=C:/OSCM/glassfish4/glassfish/domains/integration-example
glassfish.home=C:/OSCM/glassfish4.1.2
glassfish.bes.domain=C:/OSCM/glassfish4.1.2/glassfish/domains/bes-domain
glassfish.example.domain=C:/OSCM/glassfish4.1.2/glassfish/domains/example-domain

#bes host and ports
APP_BASE_URL=http://localhost:8880/ProvisioningService/AsynchronousProvisioningProxy?wsdl
Expand Down

0 comments on commit 43bf166

Please sign in to comment.