Hide Forgot
[mbaluch@localhost brms]$ find . -name "*.java" ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/backend/server/ApplicationScopedProducer.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/backend/server/AppSetup.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/resources/i18n/AppConstants.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/resources/images/AppImages.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/resources/AppResource.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/KieDroolsWorkbenchEntryPoint.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/navbar/LogoWidgetView.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/navbar/ComplementNavAreaPresenter.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/navbar/LogoWidgetPresenter.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/navbar/ComplementNavAreaView.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/navbar/AppNavBar.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/home/HomeProducer.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/perspectives/AdministrationPerspectiveActivity.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/perspectives/DroolsAuthoringPerspectiveActivity.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/perspectives/DroolsAuthoringPerspective.java ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/drools/client/perspectives/AdministrationPerspective.java
QE considers this optional for 6.0.1.
This is the same issue as Bug 1020902. Assign to Geoffrey.
*** This bug has been marked as a duplicate of bug 1020902 ***
Reopening - it makes sense to verify the issue against both products (BRMS and BPMS). bug 1020902 is filed strictly against BPMS.
The community build does not build business-central.war. It builds dashbuilder-demo.war, but that does not contain any java source files. I suspect this issue is purely in the product build. This is probably due to a legacy configured GWT build. A modern maven GWT plugin picks up the sources jars it needs automatically from it's normal jar dependencies, and it puts those sources jars in the GWT compilation path, but it does NOT pollute the war output with those sources jars or require them to be added as dependencies. Julian, can someone in your team verify that this issue is indeed only in the product build?
The problem is unfortunately still valid. BPMS 6.2.0.GA shows Java files, such as: ./standalone/deployments/business-central.war/WEB-INF/classes/org/kie/workbench/client/KieWorkbenchEntryPoint.java