Bug 1012483

Summary: A null pointer exception is produced when the user uploads a .jar file without pom.xml as maven dependency
Product: [Retired] JBoss BRMS Platform 6 Reporter: Walter Medvedeo <wmedvede>
Component: Business CentralAssignee: Walter Medvedeo <wmedvede>
Status: CLOSED CURRENTRELEASE QA Contact: Ivo Bek <ibek>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: ibek
Target Milestone: ER5   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:16:35 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:
Bug Depends On:    
Bug Blocks: 1019854    

Description Walter Medvedeo 2013-09-26 14:38:13 UTC
Description of problem:

A null pointer exception is produced when the user uploads a .jar file without pom.xml as maven dependency.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:

The expected result is that the system shows three fields in order to let the user put manually the GAV for the given file.


Additional info:

Comment 2 Walter Medvedeo 2013-09-26 15:01:54 UTC
The problem was fixed in the following commits.
Now the user can upload a .jar file without the pom.xml to the maven local repository.

push master URL: http://github.com/droolsjbpm/guvnor/commit/fa5f64273

push 6.0.x URL: http://github.com/droolsjbpm/guvnor/commit/9a202143d

Comment 3 Jiri Locker 2013-11-18 14:41:05 UTC
The commit is not reachable from ER4 tag in guvnor repository (sync.2013.10.09).

Comment 4 Ivo Bek 2014-01-14 12:50:57 UTC
Verified in BPMS 6.0.0.ER7

Business central asks for package, artifact identifier, and version during the upload when pom.xml is missing.