Hi all
We're developing a flow using SWF PR5 and Weblogic 8.1 SP4. Whe have been developing in Tomcat 4.31 because of faster startup times, and when we tested our flow in Weblogic we stumbled upon one slight problem: we appear to have hit a limit on the flow size.
Our flow.xml has 84 Action-States, 68 View-States and a total of 1236 lines with comments.
We removed two states from the flow and it worked, but when we added the two lines again, it failed.
The error it generates says that the flow Id doesn't exist, this before entering the first method of our flow.
Has anyone seen anything like this? If yes, how did you fix it? For us, changing from weblogic to Tomcat or any other server is not an option.
Many thanks,
Rui Pacheco


Reply With Quote