[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-25 Thread subhajitpwc
Hi, I have downloaded jboss-portletbridge-1.0.0.B2.What do I have to do next to deploy an application with JBPM process, JSP with Seam annotations running? Do i have to copy any jar file from jboss-portletbridge-1.0.0.B2 folder to my jbpm-starters-kit-3.1.2 folder? Please guide me.i have read t

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
Thanks.I am using jbpm-starters-kit-3.1.2. So will I have to install jboss-portletbridge-1.0.0.B2?Please do guide me regarding the necessary configuration.Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160416#4160416 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Calling a process from a jsp

2008-06-24 Thread subhajitpwc
Hi I am a beginner in Jboss and Seam. I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the jBoss

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
If there is no solution to the above exception---then please suggest the way I can call a process from a JSP. Thanks in anticipation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160197#4160197 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2008-06-24 Thread subhajitpwc
Hi I am a beginner in Jboss and Seam. I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the jBoss-

[jboss-user] [JBoss Portal] - Re: error with a jsf portlet

2008-06-18 Thread subhajitpwc
I am facing the sdame problem while deploying a web application developed with JBOSS JBPM and SEAM. Did you find any solution to the above problem? Then please do guide me. Thanks in anticipation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159158#4159158

[jboss-user] [JBoss jBPM] - Re: message display in JBPM

2008-06-12 Thread subhajitpwc
I have attached the prinln statement within ann action handler class that i am associating with an action. I tried using custom action handler---but i dont know where the message will be displayed---can u help me in this? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - message display in JBPM

2008-06-12 Thread subhajitpwc
Can anybody tell me where actually the mesages get printed in JBPM.I have written println statement in a JAVA class that is getting called from a Task.But i cannot fiond where it is actually getting printed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41576

[jboss-user] [JBoss jBPM] - how can i traverse from one node to another?

2008-06-09 Thread subhajitpwc
Hi. I am a beginner in JBPM.I have read a couple of tutorials from jboss websites. But I could not find any instructions on how to traversse from one task node to another in JBPM.In the sample projects I have bulitafter performing the first task, the browser returns to the home page.The ne