Hi Tihomir,
I also got the same problem when deploying to Solaris server. When I deployed under my PC, it is fine.
I compared the console logs between solaris server and my localPC and found that:
HTTP Get to http://167.0.0.45:8080/designer/stencilset/bpmn2.0jbpm acturally returns nothing which cause:
namespace is undefined
var splitted = namespace.split("#", 1);
Then I check the doGet() method of EditorHandler.java and found that it used the fixed path /designer/XXX. It seems that addScript() didnt find the javascipt files
I suspect that the path cannot be located in my deployment although I didnt change the folder structure in designer.war.
Tommy, do you have any other findings?