Resolution: When you have BE 3.0 or ActiveSpaces 2.x Plugin installed with BW 5.x, generate webservice wizard fails to generate the webservice from the Process.
Symptoms
=========
If you choose the process->right click->Tools->Generate webservice-> configure transport and click on generate, it will show an hour glass for some time and then do nothing. The Windows console of Designer will show the following stack trace:
>>>>>>>>>>>>>>>>>>>>
action parse error in group MOPS line 3; template context is [service]
line 1:1: unexpected token: serviceResource
at org.antlr.stringtemplate.language.ActionParser.primaryExpr(ActionParser.java:769)
at org.antlr.stringtemplate.language.ActionParser.expr(ActionParser.java:440)
at org.antlr.stringtemplate.language.ActionParser.templatesExpr(ActionParser.java:222)
at org.antlr.stringtemplate.language.ActionParser.action(ActionParser.java:126)
at org.antlr.stringtemplate.StringTemplate.parseAction(StringTemplate.java:879)
at org.antlr.stringtemplate.language.TemplateParser.action(TemplateParser.java:162)
at org.antlr.stringtemplate.language.TemplateParser.template(TemplateParser.java:127)
......
>>>>>>>>>>>>>>>>>>>>>>
Impact:
======
Wizard to generate webservice does not work.
Cause
=====
BE/AS JARs conflict with BW JARs. In Designer.tra, BE/AS classpaths are added before other classpath entries under CUSTOM_CP_EXT.
Workaround
==========
In designer.tra, under CUSTOM_CP_EXT, move the BE/AS related entries towards the end. We are working internally to find the cause. This KB will be updated once we have more details.