Yan Feng [
http://community.jboss.org/people/floraly] created the discussion
"Re: Designer loading problem in drools-guvnor"
To view the discussion, visit:
http://community.jboss.org/message/633843#633843
--------------------------------------------------------------
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
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?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/633843#633843]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]