Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
a5cf3ee9
Verified
Commit
a5cf3ee9
authored
Dec 31, 2020
by
Maxime COMPASTIÉ
Browse files
Minor correction in PAGateway configuration
parent
d7c67ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/activeeon/morphemic/PAGateway.java
View file @
a5cf3ee9
...
...
@@ -15,7 +15,6 @@ import org.json.JSONObject;
import
org.ow2.proactive.resourcemanager.exception.RMException
;
import
org.ow2.proactive.scheduler.common.exception.NotConnectedException
;
import
org.ow2.proactive.scheduler.common.exception.UserException
;
import
org.ow2.proactive.scheduler.common.job.JobId
;
import
org.ow2.proactive.scheduler.common.job.JobResult
;
import
org.ow2.proactive.scheduler.common.job.JobState
;
import
org.ow2.proactive.scheduler.common.job.TaskFlowJob
;
...
...
src/main/java/org/activeeon/morphemic/application/deployment/PASchedulerGateway.java
View file @
a5cf3ee9
...
...
@@ -237,7 +237,7 @@ public class PASchedulerGateway {
username
,
password
,
null
,
tru
e
);
fals
e
);
restSmartProxy
.
init
(
connectionInfo
);
LOGGER
.
info
(
"Connected to Scheduler."
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment