-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Beta 4
-
Fix Version/s: 7.0.0 Beta 4
-
Component/s: Workflow, Workflow > Upgrade
-
Labels:
-
Fix Priority:5
-
Sprint:Sprint 09: Jan, 18 - Jan, 29
Reproduced on:
6.2 GA5 Portal
Portal master GIT ID: eb4c446f27aa90b5f74f10e2cdeb3f4ac47b5d6f.
MySQL 5.6.25
Steps to Reproduce:
- Unzip fresh 6.2 portal bundle
- Set database connection to mysql in portal-ext.properties
- Start bundle
- Go to localhost:8080
- On setup wizard click "Finish Configuration"
- Login
- Shut down bundle
- Go to db-upgrade tool (SOURCE/tools/db-upgrade)
- Configure portal-ext with properties
index.read.only=true upgrade.processes.6204=${upgrade.processes.master}
Modify build.xml
<path id="lib.classpath"> <fileset dir="$TOMCAT_DIR/lib" includes="**/*.jar" /> <fileset dir="$TOMCAT_DIR/webapps/ROOT/WEB-INF/lib" includes="*.jar" /> </path>
- Run ant upgrade
- Go to master portal bundle
- Set database connection to upgraded database in portal-ext.properties
- Start master portal
- Go to localhost:8080
- Sign In
- Go to Product Menu > Liferay > Configuration
- Go to Product Menu >
{UserName}
> My Account
- Go to Product Menu > Control Panel > Configuration
Expected Result:
Workflow Configuration portlets and My Workflow Tasks/My Submissions are present.
Actual Result:
None of the workflow portlets are available for use.
I was also able to reproduce this using the other upgrade method of just pointing the master portal to the 6.2 database on startup.