[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2007-01-03 Thread fuligj
So, i have found the jar file, what the web console uses. I would like to manage users and processes through the web-console, so I have begun to develop the admin face, but I have read, that the web console will be improved by the Jboss Team too. Have anybody info thereof, when comes the new

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2007-01-03 Thread fuligj
So, i have found the jar file, what the web console uses. I would like to manage users and processes through the web-console, so I have begun to develop the admin face, but I have read, that the web console will be improved by the Jboss Team too. Have anybody info thereof, when comes the new

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2007-01-03 Thread kukeltje
there IS a (albeit minimal) webconsole in jbpm. So I have no idea what 'jar' file you found. The 3.2 release of jbpm (currently in beta 1) will contain a highly enhanced webconsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997640#3997640 Reply to the

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-18 Thread fuligj
But when I deleted all of the jbpm/class files, among others the UserBean.class, in the web console nothing became, works same as before. That is why I dosen't understand, from where get the web console the data. Regards. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-15 Thread fuligj
For example: In userBean.java I have rewrote the return value of function named getUserName() from variable userName to string test and rebuild it. The header1.jsp in jbpm.war use this Bean and this function You are logged in as %= userBean.getUserName() %. But this function print the username

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-15 Thread cocampo
I don't know all the internals of JSF, but I'll try something like | {userBean.username} | wherever you have %= userBean.getUserName() % at this moment. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994241#3994241 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread fuligj
Thank You again for reply! Yes, that's right! I know this site. I have deployed here many workflows and changed the HSQL DB to MySQL DB to change users who can login this site and all of them works fine. But I would like to change the user-login method to this site. For example: audit the

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread cocampo
Well, I haven't seen jBPM 3.1.3 source code, but in 3.1.2 the login bean (action controller) is handled by the same file you're seeing (jbpm-starters-kit-3.1.3\jbpm\src\java.webapp\org\jbpm\webapp\bean\UserBean.java). However, remeber this is NOT a regular web application, because it uses

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread kukeltje
hmmm what is it that makes it a non regular webapp by just using jsf? It is the standard ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994086#3994086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994086

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-13 Thread fuligj
Thank You for reply, cocampo! I Use jBPM Starter's Kit 3.1.3, but the web-console (I think) dosen't exist in that package. At http://localhost:8080/web-console/ cannot find applet.jsp and ServerInfo.jsp . What is wrong? Thank you! View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-13 Thread cocampo
Mmmm, I think you're accessing JBoss console with that URL, try this: http://localhost:8080/jbpm That should bring the jBPM console to your browser. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993465#3993465 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-12 Thread cocampo
Look at the web console that comes with starter's kit. Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993087#3993087 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993087