cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Explorer: Loading...

jcosano
Champ in-the-making
Champ in-the-making
Hello!!

first of all, congratulations for your initial work…  Activiti produces very good feeling!

I had some strange behaviour with Activiti explorer, sometimes appears "loading" in task list… and i must reload many times to obtain "no records found".
I can't see any error in tomcat…

I use firefox 3.6.3

thank you!
3 REPLIES 3

erikwinlof
Confirmed Champ
Confirmed Champ
Hi,

Sad to hear that you have problems with it, my first guess would be that this has something todo with the browser history/bookmark management. (That makes it possible to use the browsers forward and back buttons without leaving the page).
I'm currently refactoring this part of the app to be abstracted behind the regular events fired in the app, hopefully this will solve the problem.
I'll make sure to test in IE7 a couple of extra times before I commit.
Fix/refactor will be on trunk in a couple of days 🙂

Cheers,

:: Erik

toniw
Champ in-the-making
Champ in-the-making
I guess it will be a windows problem.

edit the catalina.bat in the tomcat bin folder.

change the lines - startet with %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% …
and pasted this statement -Dfile.encoding=UTF-8 (not at the end of the line).

save it and startup tomcat with the startup.bat

Now it should be work.

jbarrez
Star Contributor
Star Contributor
Exactly, the alpha2 suffered from invalid characters (only on windows) in the sql mapping files for tasks.

In alpha3, this is fixed and tested on windows before uploading 🙂