Bug 1275167

Summary: Missing dependencies in new jBPM project
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jozef Marko <jomarko>
Component: Eclipse ToolingAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: apodhrad, jomarko
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:36:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jozef Marko 2015-10-26 08:04:14 UTC
Description of problem:
New jBPM (Maven) project can't be compiled. There are missing dependencies in pom.xml

Version-Release number of selected component (if applicable):
jbds-8.1.0.GA_jbdsis-8.0.4.CR2

but also in latest
BPMN2 Modeler 1.1.4.201510212019 for luna


Steps to Reproduce:
1. Create new project as (File -> New -> Other -> jBPM -> jBPM project (Maven)
2. Open pom.xml of given project
3. There are completely missing dependencies

Actual results:
Missing dependencies tag in pom.xml, project can't be compiled

Expected results:
Not missing dependencies tag in pom.xml, project can be compiled

Comment 1 Kris Verlaenen 2015-10-27 16:49:38 UTC
Eclipse Maven integration should download the missing jars automatically (although that might take a while), is it possible it's just waiting on that still?

Comment 2 Jozef Marko 2015-11-02 07:19:31 UTC
Kris, I don't think so. There is completely missing tag:
<dependencies>
  <dependnecy>
    ... any dependnecy ...
  </dependnecy>
</dependencies>

in pom.xml

Comment 3 JBoss JIRA Server 2016-05-04 16:47:09 UTC
Andrej Podhradsky <apodhrad> updated the status of jira DROOLS-1149 to Closed

Comment 4 Andrej Podhradsky 2016-05-04 16:48:06 UTC
Verified with JBDS 9.1.0.GA + JBDS-IS 9.0.0.GA (contains Drools 6.4.1.Final-v20160503-1355-B205)