[jboss-user] [JBoss jBPM] - PageFlow On Role Basis

2007-07-11 Thread trekker880
I m using the following pageflow definition. Can we define the transition based on the role. Like swimlanes are used in jbpm process definition. | http://jboss.com/products/seam/pageflow"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss.

[jboss-user] [JBoss Seam] - PageFlow on Role Base

2007-07-11 Thread trekker880
I m using the following pageflow definition. Can we define the transition based on the role. Like swimlanes are used in jbpm process definition. | http://jboss.com/products/seam/pageflow"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss

[jboss-user] [JBoss Seam] - Seperate page flow selection according to the different user

2007-07-05 Thread trekker880
hi I want to select the different pageflow for the different type of user. Say, for admin type of user i am selecting the HRS.jpdl.xml And for the csr type user, i am selecting the HRS_1.jpdl.xml In both the pageflows the start-page is the same. Can we select the diff pageflow acc. to diff type

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread trekker880
@ pete.muir i was just trying to find out the seam feasibility bt it got repeated in two seperate thread. neverthless sorry for any inconvenience. Again as you said that the code i posted in this same thread isn't interpreted by the container. | ProcessDefinition pageflowDefinition =jbpm.

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread trekker880
Can you tell me how to access to that code in cvs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058601#4058601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058601 ___ jbos

[jboss-user] [JBoss Seam] - Jbpm class in Seam ?

2007-06-27 Thread trekker880
Hi I have certain question regarding the Jbpm class provided in the seam. It does provide the certain method to have the pageflow in the java code. | getPageflowDefinitionFromResource(String resourceName) getPageflowDefinitionFromXml(String pageflowDefinition) | getPageflowDefinitions()

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-27 Thread trekker880
Can Pageflow-defintion.xml be called from the servlet? If yes then how do we call it from the servlet? And where to put it in web application ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058545#4058545 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-27 Thread trekker880
OK. You had put a comment on the pageflow-defintion.xml as it's not legal. I am using start-page to start my pageflow. So where i need to put the start node. I am starting my pageflow using the page rather than the start-state. | | | | | |

[jboss-user] [Beginners Corner] - jboss4.0.5GA

2007-06-27 Thread trekker880
hi i am using the jboss4.0.5GA with eclipse but when i start up the server i am getting the error | Source not found for Properties$LineReader.readLine() line: not available [local variables unavailable] | | | could you solve out the issue View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-27 Thread trekker880
Ok. Let me clear my requirement for this pageflow. Here is somewhat i am trying to do. | public class Test{ | | public test() throws Exception{ | | | PageFlow pageflow = PageFlow.Instance(); <---Start the pageflow here---> | | And using this pageflow object i want to extract th

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-26 Thread trekker880
hi Can we do this unit testing using simple public static void main(). ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057968#4057968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057968 __

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread trekker880
Sorry for the last post as the code isn't displayed properly. Here it is submit2.jpdl.xml | | http://jboss.com/products/seam/pageflow"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation= | "http://jboss.com/products/seam/pageflow http://jbo

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-25 Thread trekker880
@ knisterPeter hi i am getting the same problem. I'm also making a test class for the pageflow.Its a simple pageflow-definition Code : http://jboss.com/products/seam/pageflow"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation= "http://jboss.com/p

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-24 Thread trekker880
Is there any sample code to test the pageflow transitions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057240#4057240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057240

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-22 Thread trekker880
>From this code i want to pass the current page,Next page as parameters in a >method. So i want this functionality in java class. You are right as this is not interpreted by the container. But cannot we do something to read the xml first and after that we can use the methods to get the Current p

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-22 Thread trekker880
Hi this is my simple code - package example; import java.io.FileInputStream; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Begin; import org.jboss.seam.annotations.Create; import org.jboss.seam.annotations.Name; import org.jboss.seam.annotations.Scope; import org.jboss.seam.

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
NO Reply ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056717#4056717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056717 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
Ok. If i am doing this ProcessDefinition pageflowDefinition =jbpm.getPageflowProcessDefinition("submit2"); I m still getting the same output. Could you tell how we find out the path for the submit2.jpdl.xml in the java class ? thanx View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
Hi i am using the same thing u told but i am not getting the desired output pls tell me where i am wrong. The output is *** --pageflowDefinition is null--- -instance.getProcessInstance()null -pageflow.getNode()null *

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
"trekker880" wrote : I had defined a pageflow.xml (Submit2.jpdl.xml) | | And i m trying to find out the view-id in the java class and the corrosponding page name. | In Short i need the last,Current,and Next page with every page transition. | Then what is the procedure ? | Her

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
I had defined a pageflow.xml (Submit2.jpdl.xml) And i m trying to find out the view-id in the java class and the corrosponding page name. In Short i need the last,Current,and Next page with every page transition. Then what is the procedure ? Here i am not able to read the xml in the java file. h

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-21 Thread trekker880
"trekker880" wrote : hi how we can extract the view-id that is defined in the pageflow.jpdl.xml ? How to read the pageflow.jpdl.xml file in a java class like we do it in the processdefintion.xml in jbpm? FileInputStream fis = new FileInputStream("processes/Hello_Core/proces

[jboss-user] [JBoss Seam] - How to extract the page id

2007-06-20 Thread trekker880
hi how we can extract the view-id that is defined in the pageflow.jpdl.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056276#4056276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056276 __

[jboss-user] [JBoss Seam] - seam pageflow+jsf+velocity

2007-06-19 Thread trekker880
Hi all i am using the seam pageflow for my web app navigation. It is working fine with the use of the jsf. But here we will be using the velocity template for the view. I know there might be jsf integration with the velocity as views. But i am not getting the relevant example on the internet. had

[jboss-user] [JBoss Seam] - Seam Dependency ?

2007-06-17 Thread trekker880
Hi is seam totally dependent on the jsf. Actully i m making an application that uses seam..pageflow . Is it possible not to use jsf at all still my application runs. Here i m using the velocity View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055096#4055096 Rep

[jboss-user] [JBoss Seam] - Problem selecting the pageflow

2007-06-15 Thread trekker880
Hi i have a problem regarding to select the pageflow according to the user type. Suppose i have 2 diff types of users. Say Admin & CSR For Admin i want to select the pageflow1.jpdl.xml and for the CSR user i want to select the pageflow2.jpdl.xml How would i select this if i give an action on the

[jboss-user] [JBoss Seam] - Setting Actor id in jboss seam

2007-06-14 Thread trekker880
Hi i am using seam pageflow for the navigation in web application Can i use the same swimlane functionality that are in process-defintion of the jbpm in the seam-pageflow. Actually i need that my pageflow should be on some role basis. How would i do that ? View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - jbpm pageflow

2007-06-14 Thread trekker880
hi all i m using seam pageflow using jbpm. here i want to use the swimlanes but its showing error and not included in the pageflow-definition.xml Could you tell me what is the error. i already had included the jbpm3.1.4.jar. do i need to add extra jar for this ? View the original post : http://w

[jboss-user] [JBoss Seam] - Seam With the Velocity as presentation

2007-06-14 Thread trekker880
Is there any facility with the seam to support velocity as a template ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054220#4054220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054220 ___

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.0.2 AS

2007-06-13 Thread trekker880
Can the earlier version of the seam work with the jboss 4.0.2 AS like seam 1.0.0 GA or above View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054207#4054207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054207 __

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.0.2 AS

2007-06-13 Thread trekker880
There are several module that already running on jboss 4.0.2 Is there not any configuration that can be done (ejb 3 profile) I am asking this coz' already some module of the project is working at client side with this jboss version. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-13 Thread trekker880
Thanx now the application is running. Can we run this same example on jboss 4.0.2 AS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054186#4054186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054186 __

[jboss-user] [JBoss Seam] - Seam on JBoss 4.0.2 AS

2007-06-13 Thread trekker880
hi Can seam application be run on the jboss 4.0.2 AS We are using this jboss version in our project. If it can be used with this version then what are the things that are needed to run the seam application with the jboss 4.0.2 AS View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-13 Thread trekker880
I Guess i am getting the exception due the wrong jsf-api jar selection. i used the same jar those were in the seam1.2GA lib folder but still getting the same exception and i am redirected to the debug page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=405389

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread trekker880
hi petemuir, i did the same steps but i am getting the Same error. The initial lines of the error are as- 11:26:37,602 INFO [Lifecycle] starting up: org.jboss.seam.security.identity 11:26:38,868 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPointerException >Fr

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread trekker880
I am using seam 1.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053491#4053491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053491 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread trekker880
hi My Structure for the eclipse project is as under. Hope it will clear a lot pls tell me if i m missing some .jar file NumberGuess + WEB-INF | web.xml |components.xml |faces-config.xml |pages.xml +classes +org\jboss\seam\example\numberguess |NumberGuess.class +test

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread trekker880
Still No Reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053475#4053475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053475 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-12 Thread trekker880
Hi I am getting the error when i run the seam numberguess example and it redirects to the debug page.. the error is as - 15:53:58,826 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.myfaces.convert.ConverterUtils.convertToLon

[jboss-user] [JBoss Seam] - Re: Urgent - Error in deploying the NumberGuess Example

2007-06-11 Thread trekker880
No i installed the jboss 4.0.5GA and put the ejb3 jar in the lib directory. Could you tell me the link to download the jboss using installer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053336#4053336 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Urgent - Error in deploying the NumberGuess Example

2007-06-11 Thread trekker880
Hi all i m deploying the numberguess example and doing all the steps that were mentioned to run the application I am getting the following error. Pls help me to sort out the issue. thanks in advance 09:49:31,446 ERROR [[/seam-numberguess]] Exception sending context initialized event to listener

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-10 Thread trekker880
Hi all, I tried all things reading documents but i m not able to start the number guess example.. pls help to sort out this issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052972#4052972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Error in deploying the seam

2007-06-08 Thread trekker880
hi all i am deploying the numberguess example of seam in jboss 4.0.5 GA I set the jboss home and edit the relevant in the build.xml and then i built it throuh ant. it is building successfully. Again i build numberguess using ant. it also building successfully. when i tried to copy the seam-numberg

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-08 Thread trekker880
I tried the same but i am getting the error whenever i tried to deploy the war file to the jboss directory. 16:16:51,902 ERROR [[/jboss-seam-numberguess]] Error configuring application listener of class org.jboss.seam.servlet.SeamListener java.lang.ClassNotFoundException: org.jboss.seam.servlet.

[jboss-user] [JBoss Seam] - Number Guess Example Query

2007-06-07 Thread trekker880
hi all i m trying to run the number guess example I have certain query regarding this. (1) Can the seam application be run with the jboss 4.0.2 version ? (2) I didn't get the clear idea about how to run it on the tomcat. Could someone tell me the steps whoever run this application on the tomcat 5

[jboss-user] [JBoss jBPM] - How to set up jbpm project

2007-06-07 Thread trekker880
hi all how to set up jbpm in a web application in eclipse. what are the reqd jar and the directory struture to set up the project as web project ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052015#4052015 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: Setting up of jbpm in servlet/jsp web application

2007-06-06 Thread trekker880
So it does mean we can't define our own pageflow using only jbpm and not the seam pageflow with the seam ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051723#4051723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405

[jboss-user] [JBoss Seam] - PageFlow Using jbpm and seam pageflow

2007-06-06 Thread trekker880
hi all, i m relatively new to the seam. I am confused with the one thing. Can we implement our own pageflow using jbpm without dealing with the seam integration. In our project , we want while moving to the jsp pages in forward direction according to our pre defined flow, it should also nav

[jboss-user] [JBoss jBPM] - Setting up of jbpm in servlet/jsp web application

2007-06-06 Thread trekker880
hi all, i am new user to the jbpm. can anybody help me out how to set up web application using jbpm. What are the configuration needed and the reqd .jar files to be inserted in particular folder. Actually i need a pageflow using jbpm.. Is it possible to define the pageflow using jbpm . if it is th

[jboss-user] [JBoss jBPM] - How to integrate jboss-jbpm with myeclipse

2007-04-20 Thread trekker880
hi all, i am facing the problem to switch to the jbpm view in myeclipse. can anybody sort it out how to switch to the view specifice to the jbpm. thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039490#4039490 Reply to the post : http://www.j