А
Size: a a a
А
EG
BT
EG
IY
${name == false}можно просто так
YY
${name == false}можно просто так
IY
SD
IY
SD
IY
IY
VM
SK
DP
mvn clean compile package
и запустить получившийся джарник, то приложение не стартует из-за того, что якобы нет схемы XSD:errors:
* schema_reference.4: Failed to read schema document 'jar:file:/home/company/user/Development/Repositories/git/myproduct/target/myproduct-1.0-SNAPSHOT.jar!/BOOT-INF/lib/camunda-engine-7.12.0-ee.jar!/org/camunda/bpm/engine/impl/bpmn/parser/BPMN20.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.: JAR entry BOOT-INF/lib/camunda-engine-7.12.0-ee.jar!/org/camunda/bpm/engine/impl/bpmn/parser/BPMN20.xsd not found in /home/company/user/Development/Repositories/git/myproduct/target/myproduct-1.0-SNAPSHOT.jar | resource uploadToEc2.bpmn | line 2 | column 404
* cvc-elt.1: Cannot find the declaration of element 'bpmn:definitions'. | resource uploadToEc2.bpmn | line 2 | column 404
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:254) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:272) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74) ~[camunda-engine-7.12.0-ee.jar!/:na]
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64) ~[camunda-engine-7.12.0-ee.jar!/:na]
DK
DP
* cvc-elt.1: Cannot find the declaration of element 'bpmn:definitions'. | resource startAndWait.bpmn | line 2 | column 458
* cvc-elt.4.2: Cannot resolve 'bpmn:tFormalExpression' to a type definition for element 'bpmn:conditionExpression'. | resource startAndWait.bpmn | line 19 | column 67
* cvc-elt.4.2: Cannot resolve 'bpmn:tFormalExpression' to a type definition for element 'bpmn:conditionExpression'. | resource startAndWait.bpmn | line 31 | column 67
* cvc-elt.4.2: Cannot resolve 'bpmn:tFormalExpression' to a type definition for element 'bpmn:timeDuration'. | resource startAndWait.bpmn | line 38 | column 62
DK
DP