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

Bug 1163677

Summary: 'Archive package' not working
Product: [Retired] JBoss BRMS Platform 6 Reporter: Zuzana Krejčová <zkrejcov>
Component: Business CentralAssignee: Toni Rikkola <trikkola>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: high    
Version: 6.1.0CC: kverlaen, lpetrovi
Target Milestone: ER3   
Target Release: 6.1.0   
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:39:19 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
screenshot none

Description Zuzana Krejčová 2014-11-13 09:39:06 UTC
Created attachment 957055 [details]
screenshot

Description of problem:
When in the Project authoring, with project explorer in the repository view/show as links configuration, user has the option to archive a package - new button/icon in 6.1.0 ER1. 
Main issue - this brings up a new browser window with JBWEB000065: HTTP Status 404 - /business-central/org.kie.workbench.drools.KIEDroolsWebapp/archive. See screenshot.
Minor issue - the icon has no title/tooltip.


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


Steps to Reproduce:
1. Go to Project authoring, switch project explorer to repository view/show as links configuration.
2. Try to archive a package.


Actual results:
JBWEB000065: HTTP Status 404 - /business-central/org.kie.workbench.drools.KIEDroolsWebapp/archive


Expected results:
Whatever that is supposed to do, definitely not an HTTP error status.

Comment 1 Toni Rikkola 2014-11-13 11:05:41 UTC
Most likely caused by broken servlet settings in web.xml.

https://github.com/droolsjbpm/drools-wb/blob/master/drools-wb-webapp/src/main/webapp/WEB-INF/web.xml#L114-121

I can double check kie-drools-wb and kie-wb, but I remember there was a similar problem with the web.xml in business-central before and the business-central build/setup needed these changes.

Comment 2 Toni Rikkola 2014-11-19 07:59:58 UTC
kie-wb and kie-drools-wb were broken. Fixes here.

master:
https://github.com/droolsjbpm/kie-wb-distributions/commit/9f2a9cade
6.2.x
https://github.com/droolsjbpm/kie-wb-distributions/commit/76256d6aa

Comment 3 Zuzana Krejčová 2015-01-05 12:28:32 UTC
Verified that it now works. The minor issue is now covered by bug 1178733.