Monday, September 29, 2014
Thursday, September 25, 2014
#336 Intermittent issue when compiling/deploying ACM 12c app
I hit the following issue a couple of times, when deploying an ACM app -
Here there is an issue with the DescisionService (Rules) xsd -
See the schemaLocation above.
Fix this as follows -
In my case, order.xsd is in the same directory.
re-compile -
Here there is an issue with the DescisionService (Rules) xsd -
See the schemaLocation above.
Fix this as follows -
In my case, order.xsd is in the same directory.
re-compile -
Monday, September 22, 2014
#335 Task UI form not rendering in BPM workspace
You deploy your BPM process and UI projects, but do not see the task form when you click on a task in the tasklist?
then do the following -
1. go to em.
2. select the composite
3. select the human task
4. set the host to localhost
re--try the task in workspace -
thanks to my colleague Vidya S.T. for the tip.
then do the following -
1. go to em.
2. select the composite
3. select the human task
4. set the host to localhost
re--try the task in workspace -
thanks to my colleague Vidya S.T. for the tip.
Tuesday, September 9, 2014
#334 BPM 12c --> Web Forms - Adding columns to a table...
Thanks to Michael M. for this hint...
Per default we only see 3 columns, we can delete columns here, but not add them.
To add a new column, just drag an object, e.g. Text, from the palette and drop on the table.
Now you have the extra column.
Per default we only see 3 columns, we can delete columns here, but not add them.
To add a new column, just drag an object, e.g. Text, from the palette and drop on the table.
Now you have the extra column.