Activiti Explorer: Loading...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2010 11:51 AM
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!
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!
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2010 04:39 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2010 04:47 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2010 05:00 AM
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 🙂
In alpha3, this is fixed and tested on windows before uploading 🙂
