haorendashu / signavio-core-components

Automatically exported from code.google.com/p/signavio-core-components
GNU General Public License v3.0
0 stars 0 forks source link

Deploy Signavio on WAS #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start explorer in all-in-one installation
2.Select "JBoss jBPM Process (jPDL 4)"

What is the expected output? What do you see instead?
The loading mask is loaded, but the editor don't start

What version of the product are you using? On what operating system?
I'm using Rev44 on Windows XP with Websphere 7 on RAD 7.5. 

I have created a new project starting from signaviocore.war built with ant 
built.xml build-and-deploy-all-in-one-war-to-jboss, retrieve source from svn 
http://signavio-core-components.googlecode.com/svn/trunk/ and 
http://oryx-editor.googlecode.com/svn/trunk.

Original issue reported on code.google.com by mtrif...@gmail.com on 15 Dec 2010 at 12:24

GoogleCodeExporter commented 9 years ago
Is there any exception in the server log?

Is there any javascript exception in the browser?

What browser do you use?

Can you try it with an Apache Tomcat server?

Original comment by nicolas....@googlemail.com on 20 Dec 2010 at 8:06

GoogleCodeExporter commented 9 years ago
There is no error in server log and no error in javascript.

I compare the request output using chrome developer tools. I find the problem 
on line 110 of EditorHandler.java.

The method jParams.has("data"), in the second request of editor, return false. 
I have found a work around: I replace the line whit this:

req.getQueryString().endsWith("data")

And now it works.

Original comment by mtrif...@gmail.com on 21 Dec 2010 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by nicolas....@signavio.com on 26 Sep 2011 at 9:59