[jboss-user] [JBoss jBPM] - Re: Need help in xhtml file

2007-07-01 Thread naseem.k
Hi, Even I am not able to use jstl tags in xhtml. In facelet I did some some rnd and in fact just now I have created a faclet EL expression given in IBM website. If I can use jstl in my xhtml, still it would help me alot. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: Need help in xhtml file

2007-07-01 Thread naseem.k
Hi Ronald, I need your help. Please help me. I googled on it alot but still I am not able to use struts tag in xhtml files. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059449#4059449 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Need help in xhtml file

2007-06-28 Thread naseem.k
Hi, I am using JBoss jBPM 3.2.GA. In that xhtml files are used for rendering the contents to the end user. Now I want to use jstl tags in the xhtml file but I don't know how to use the same say http://www.w3.org/1999/xhtml"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="h

[jboss-user] [JBoss jBPM] - Adding registration functionality to jbpm system

2007-06-27 Thread naseem.k
Hi, I am using JBoss jBPM 3.2.GA where I have to add registration functionality, so that user can register to my jBPM system. For authentication, its using jboss security LoginDatabaseModule where it authenticates user by j_security_check. Now I want to bypass the login screen for register.js

[jboss-user] [JBoss jBPM] - Re: jbpm process undeploy constraint violation in jbpm 3.2.G

2007-06-21 Thread naseem.k
The exact exception which I get on the console is: anonymous wrote : | [exec] 11:25:33,259 DEBUG [JobExecutorThread] querying for acquirable job... | [exec] 11:25:33,415 ERROR [STDERR] org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefin

[jboss-user] [JBoss jBPM] - jbpm process undeploy constraint violation in jbpm 3.2.GA

2007-06-21 Thread naseem.k
Hi, I have successfully undeployed process definition many times in past, but I don't know what happened now its not working. I have created a backing bean class and passed the processId to it. Here is the source code of undeployProcess action. | public void undeployProcess() { | String

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread naseem.k
"mputz" wrote : It looks like WL is using it's own SAXParser implementation instead of the apache one (which is bundled in /lib/endorsed/xercesImpl.jar btw). Have a look at this docu, it's referring to an older WL version but I guess one of the ways to get around this issue described there shou

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-08 Thread naseem.k
"kukeltje" wrote : isn't there more info in the logs? this is to little to be helpful Exactly. I have gone through the source code of org.jbpm.webapp.tag.jbpm.JbpmLibrary as well. Line where it?s showing exception is written in a constructor of the JbpmLibrary class. I seems like exception has

[jboss-user] [JBoss jBPM] - problem accessing jbpm-console (jbpm 3.2.1 GA) on weblogic s

2007-06-07 Thread naseem.k
Hi, I am using jBPM version 3.2.1 GA. I tried to deploy the jbpm-console.war on weblogic server 8.1. I managed to deploy it on weblogic. I resolved all the issues which are coming on weblogic like problem of antlr related to hibernate 3.1 and weblogic 8.1. Secondly I faced problem in query par

[jboss-user] [JBoss jBPM] - jbpm mail tag no cc attribute, from field hardcoded in the M

2007-06-06 Thread naseem.k
Hi, I am using jbpm 3.2.1. I found no cc attribute in the Mail.java class. My question is what should one do to mark a mail as cc. Secondly, I found that from field of the mail is also hardcoded in the Mail class, In my process definition, I have following requirement: | from field: Email a

[jboss-user] [JBoss jBPM] - Re: Problem in formatting mail text using jbpm mail tag

2007-06-06 Thread naseem.k
Hi all, I managed to get html contents in the mail by doing some trick. It looks like the problem is with the parser thats why to escape html < tags, forums also use square brakets instead of html tags. | [table border='1' cellpadding='10'][tr][td]Note When you w

[jboss-user] [JBoss jBPM] - Re: Problem in formatting mail text using jbpm mail tag

2007-06-04 Thread naseem.k
One more thing, I want to ask. I found no cc attribute in the mail tag. Now lets say if I want to mark a person as cc, what should I do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050869#4050869 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: Problem in formatting mail text using jbpm mail tag

2007-06-04 Thread naseem.k
Thanks Ronald, I think in that case to allow processing of html contents, content type should be set to 'text/html' using MimeMultipart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050852#4050852 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Problem in formatting mail text using jbpm mail tag

2007-06-04 Thread naseem.k
Hi, I have configured mail in jbpm 3.2 at the node leave. I am finding problem in doing html formatting of the body of the mail. None of the html tags are working in the body. My question is how to do html formatting in the body of the mail. My question is how to do html formatting of the ma

[jboss-user] [JBoss jBPM] - Problem in adding a mail-node in the process definition on g

2007-06-01 Thread naseem.k
Hi, I am using jpdl gd 3.0.13 for developing process definition. I have tried to incorporate email in my process definition as a mail node. But I did not find any way to create mail-node from process designer. I can only create a simple node or a Task node where I can assign a task . There is

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
Thanks Ronald for making things clear. It seems like its a bug in the current jbpm-console web application which I am having. I don't know how many others get NullPointerException after clicking the cancel task form button. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
"kukeltje" wrote : | No, it is for saying: "I'm not going to work on this task now, put it back in my tasklist" So it means if I write following code in the view.xhtml, this will work. | | One more thing I want to know, if a user fills a task form and then she decides to click the ca

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
Class TaskForm.java. If condition defined in the try block checks formButton an instance of CancelButton? If condition is true, then outcome is set to "cancel". | public void processAction(ActionEvent actionEvent) throws AbortProcessingException { | | . | | try { | if (

[jboss-user] [JBoss jBPM] - Task form cancel button not working

2007-05-24 Thread naseem.k
Hi, I am using jbpm 3.2 GA. I got an exeception when I clicked cancel button of a task form. Task form save button and transition buttons are working perfectly fine only cancel button is not working. Here is the stacktrace... anonymous wrote : javax.el.ELException: /main/task/view.xhtml @204

[jboss-user] [JBoss jBPM] - Re: login to jbpm_console failed

2007-05-21 Thread naseem.k
Thanks Ronald, I resolved the problem. In fact it became quite easier to find out the problem after your post. Basically problem was in the process instance table, unique constraint was imposed on (ID_, PROCESSDEFINITION_) composite column. I just removed unique constraint and it worked. Than

[jboss-user] [JBoss jBPM] - Re: login to jbpm_console failed

2007-05-21 Thread naseem.k
Hi Guys, Finally I am able to login to jbpm-console page by adding records in JBPM_ID_MEMBERSHIP table for the new users I created and assigned them to a group by groupid as a foreign key. Now I am getting exception at the time of process start. First time when I start a new process, it works

[jboss-user] [JBoss jBPM] - Re: login to jbpm_console failed

2007-05-18 Thread naseem.k
Hi Ronald, I found one link where configuration required for database change is given, but there as well just inserts are made only in jbpm_id_user table. Here is the link: http://docs.jboss.com/jbpm/v3.2/userguide/html/thejbpmdatabase.html Can you please provide me the link of jbpmstarted wh

[jboss-user] [JBoss jBPM] - login to jbpm_console failed

2007-05-18 Thread naseem.k
Hi, I am facing problem at the login page in jbpm-console (jbpm-jpdl-suite-3.2.GA). I changed the database to oracle, executed oracle script file jbpm-jpdl-suite-3.2.GA\jbpm-jpdl-3.2.GA\db\jbpm.jpdl.oracle.sql. Connection to oracle is fine. SessionFactory is successfully created and server sta

[jboss-user] [JBoss jBPM] - Deploying jbpm 3.2 application from ant build to jboss serve

2007-05-17 Thread naseem.k
Hi, I just started learning jbpm 3.2 GA. I successfully deployed websale application to jboss-4.0.4 using the jbpm-starter-kit. In jbpm starter kit, build.xml and build.deploy.xml files are in the jbpm folder by which I was able to deploy the jbpm.war and jbpm.sar to jboss-4.0.4 server. Now

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-13 Thread naseem.k
Thanks Ronald for your reply. Well I am not able to understand how this forms.mxl is used in the whole application. I did some changes in one of the xhtml files and I am not seeing those changes reflected in the browser. Is this xhtml file for task form customization? How do I use xhtml files i

[jboss-user] [JBoss jBPM] - xhtml files in process definition

2007-05-11 Thread naseem.k
Hi, I searched alot on this forum for xhtml but I am not able to understand why xhtml files are used? In some thread I got someone saying to refer the cvs-head version of jbpm? I am currently using jbpm 3.1.4 Websale application which comes with jbpm is having four xhtml files (form.create.xh

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread naseem.k
Thanks kukeltje, Yeah I got the log file in my eclipse workspace. Thanks once again Rgds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044929#4044929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044929 ___

[jboss-user] [JBoss jBPM] - Re: jbpm process deployment error

2007-05-11 Thread naseem.k
I checked it here... C:\jboss-4.0.4\server\default\log This folder is blank. There is no server.log file created here. and in C:\jboss-4.0.4\server\jbpm\log folder I have one file boot.log but here no deployment exception is there. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - jbpm process deployment error

2007-05-11 Thread naseem.k
Hi, I was deploying a process definition and I got exception saying --- and exception happened during the deployment of the process. Look in the error log for more info. I want to know where is this log file created? I searched my jboss root folder and there is no error log. Naseem View the

[jboss-user] [JBoss jBPM] - Re: Validation of task form fields

2007-05-10 Thread naseem.k
Thanks for your reply. But there is no required attribute in that. In variable tag, I specified access="read,write,required". Which required attribute you are talking about? websale process definition which comes with jbpm have three xhtml file. One change which I did is in form.create.xhtml f

[jboss-user] [JBoss jBPM] - Re: Problem in adding Action class

2007-05-10 Thread naseem.k
Now I moved my process definition plus action class in jbpm project. Action class is in src/java.jbpm folder and src/process.examples contain my .par folder. Then I deployed my process difinition on server deployer /jbpm/upload and this time it worked. Earlier my process definition and action

[jboss-user] [JBoss jBPM] - Validation of task form fields

2007-05-09 Thread naseem.k
Hi... I have created a process definition where I need to validate task form fields. Initially I used default controller for the same task and I also created task variables with read, write and required checked. Now since required is checked so it should give error at the time of task form sub

[jboss-user] [JBoss jBPM] - Re: Problem in adding Action class

2007-05-09 Thread naseem.k
Well if that execute method is executed... then sop line should be printed on the jboss server console. I checked jboss server console and there is no output: *** Now I did one more thing.. I included my process definition as well as its action in jbpm war file... this time it worked.

[jboss-user] [JBoss jBPM] - Problem in adding Action class

2007-05-09 Thread naseem.k
Hi, I am facing problem in executing a custom action class in jbpm 3.1 Process is something like this... start--->state1-->end1 Now at state1, I have a action class at the time of node-enter. | | | NASEEM | | | | |

[jboss-user] [JBoss jBPM] - Assigning task to mutiple actors

2007-05-07 Thread naseem.k
Hi, I am using JBPM version 3 and I have a requirement where I need to assign a task to mutiple actor say to bert and ernie. This is how I did by swimlanes. A new swimlane I created whose Assignment type is expression. In the expression, I wrote user(bert, ernie). Process was also deployed co

[jboss-user] [JBoss jBPM] - problem in retrieving multiple actorIds

2007-05-04 Thread naseem.k
Hi, I have a process definition where I have a fork. From that fork, there are two task nodes, each task node is having a task. I have already assigned task1 and task 2 to say bert and grover respectively by swimlanes. Now In the browser, I am getting message anonymous wrote : New tasks ha

[jboss-user] [JBoss jBPM] - org jbpm Scheduler class

2007-05-03 Thread naseem.k
Hi, I just checked the documentation of jbpm, there is nowhere package org.jbpm.imp mentioned but the jbpm.war uses this package. There is a class AdminBean in package org.jbpm.webapp.bean where class org.jbpm.scheduler.impl.Scheduler is imported. Can anyone please tell me from where I can dow