I was using Portal 2.6.4 on AS 4.2.2. So I tried again with Portal 2.6.3 on AS 4.2.1. Still seeing only one call to doView.
You're using JDK 6. You like living dangerously. ;-) I was using JDK 5, tried with 6. Still only one call to doView.
And your configuration files are not much different from mine.
If I were you, what I would try next is adding this code at the start of the doView:
Exception eee = new Exception("called doView");
eee.printStackTrace();
Then you can figure out where each of the calls to doView is coming from. That might give some insight as to why it is being called multiple times.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142894#4142894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142894
hi,
i've downloaded jbpm4jsf project from cvs and successfully created .classpath file in eclipse - the reason why is that i want to extend some of the JSF classes. So I have all jbpm4jsf classes compiled to a folder. Unfortunately when i try to use jbpm-console i get no results, the classes are not being used.
I use Tomcat DevLoader and have the jbpm4jsf output folder path appended to the devloader's classpath
I'm looking for some hints how to make changes to this problem without creating a new JAR file each time i make any change in this project
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142889#4142889
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142889
kukeltje: today, you are my hero! Thank you so much for you help, the server is up and running using MySQL, I had deleted "jbpm-ds.xml" and didn't realize that the file was still required even after the mysql-ds.xml went into place.
Strangely the JBPM designer aspect we have pretty well, it is the server that we are lost in. Do you have any recommendations on optimization, or is it pretty well set just on a standard instillation?
Thank you again!
Chuck Pearce
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142872#4142872
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142872