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
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&
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
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
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
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
"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
"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
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
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
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
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
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
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
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
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
"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
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 (
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
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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.
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
|
|
|
|
|
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
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
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
37 matches
Mail list logo