Hide Forgot
Date of First Response: 2008-04-15 13:52:14 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&tid=174697 project_key: SOA The upload servlet mapping of the jbpm console has been changed in the production server used in the SOA embedded artifact, this breaks the bpm quickstarts. The mapping should read <servlet-mapping> <servlet-name>GDP Deployer Servlet</servlet-name> <url-pattern>/upload/*</url-pattern> </servlet-mapping> but now reads <servlet-mapping> <servlet-name>GDP Deployer Servlet</servlet-name> <url-pattern>/app/upload/*</url-pattern> </servlet-mapping> As the QSes are still looking for original location this will always fail to deploy. Does anyone know why this change introduced?
Link: Added: This issue depends JBESB-1673
See: http://jira.jboss.com/jira/browse/SOA-270 Summary: For standalone server, default configuration exposes /upload servlet For embedded server, all configuration exposes /upload servlet For embedded server, production configuration does not expose /upload servlet jBPM User guide includes instructions to expose or not expose /upload servlet Standalone and embedded server .zip files both inlcude /tools/resources dir with these files: -rw-r--r-- 1 ldimaggi ldimaggi 723723 Feb 3 16:25 jbpm-console-development.war -rw-r--r-- 1 ldimaggi ldimaggi 723724 Feb 3 16:25 jbpm-console-production.war
Link: Added: This issue depends SOA-270
Link: Added: This issue depends SOA-262
Link: Added: This issue depends SOA-265
Fixing this by having the ant task support security credentials is preferable to replacing the jbpm-console war file, I'll keep the ESB task open and fix this in our codebase.
This is a deliberate decision by the productisation team to break the upload task. I am closing for now
Link: Added: This issue is related to SOA-609