Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 872532

Summary: Building of errai-jpa examples fails because of unspecified plugin version variable
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Stefan Miklosovic <smikloso>
Component: Examples, ErraiAssignee: Pavel SLegr <pslegr>
Status: CLOSED CURRENTRELEASE QA Contact: Stefan Miklosovic <smikloso>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.1.0CC: bsutter, kpiwko, mnovotny, oskutka, rruss, vdedik
Target Milestone: CR1   
Target Release: 2.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: errai-example
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-30 15:34:29 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:
Attachments:
Description Flags
error related to unspecified property variable validation.api.version none

Description Stefan Miklosovic 2012-11-02 11:13:33 UTC
Created attachment 637039 [details]
error related to unspecified property variable validation.api.version

Description of problem:
While building errai-jpa example demos as of 2.1.0.ER2 version, it is impossible to build them properly because of unspecified property variable ${validation.api.version} which is specified in both pom.xml files of projects. This variable should be present in parent pom.xml where other property variables are defined, which is not the case.

Version-Release number of selected component (if applicable):
jboss-wfk-2.1.0.ER2/demo/errai-2.1.0.Final-redhat-1/jpa-examples

How reproducible:
Always until <validation.api.version>1.0.0.GA-redhat-1</validation.api.version> is specified among other property variables in parent pom.xml

Steps to Reproduce:
1. Try to build a project.
  
Actual results:
See the attachment

Expected results:
Successful building of both projects.

Comment 3 Vaclav Dedik 2012-11-05 10:48:41 UTC
Fixed.

Comment 6 Karel Piwko 2012-11-12 13:03:43 UTC
Verified in WFK 2.1.0.CR1.

Comment 7 Karel Piwko 2012-11-30 15:34:29 UTC
Distributed as a part of WFK 2.1.0.GA release.