Hi I want to authonticate my simple application server with windows active
direcotry.Can any body give some resourse,example about jboss server active
directory conf.?
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214092#4214092
Reply to the post :
Hi
I want to recieve user's name and surname exct. who login jbpm-console
aplication.But on the jbpm database only user name ,pasword has been
registred.How can I get this information? Can somebody give some advice?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
Hi
I want to use template in mail node but I couldnt be successfull.
I added jbpm.mail.templates.xml this template:
|
|
|
| http://b0101:8080/jbpm-console/sa/task.jsf?id="; />
|
|
|.
|
|
|
| #{task
Thanks your reply.yes I use start task I want to filter processInstance.I want
to make user only see their processInstance.How can I filter processInstance
like tasks with argument actor?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193141#4193141
Reply
Hi
I want to know who start processInsatance.How can I get this information on
jbpm-console application.
I use jbpm3.2.3 jboss 4.2.3 mysql 5.0.1
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192925#4192925
Reply to the post :
http://www.jboss.com/i
Hi
I have gor same problem.Can anybody help?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186299#4186299
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186299
___
jboss-use
Hi I use jbpm3.2.1 mysql 5.0.1 I configurated mysql jbpm successfuly.I can
deploy process but when I try to start process on jbos server I have this error
anonymous wrote :
| 2008-08-11 10:51:52,353 ERROR [org.hibernate.util.JDBCExceptionReporter]
You have an error in your SQL syntax; check th
Hi I use jbpm 3.2.1.I want to change database as Mysql.I created jbpm database
in Mysql and configurated jboss 4.0.2 jbpm_ds.xml for Mysql database but when I
fire the jboss server this error has been occured
anonymous wrote :
| 2008-07-23 11:30:23,255 ERROR [org.jbpm.job.executor.JobExecutorT
Hi I use jbpm3.2.1 and I want o send mail.When I run my application on jboss
server I have got this error:
|
| ERROR [org.jbpm.graph.def.GraphElement] action threw exception: couldn't
send email
| org.jbpm.JbpmException: couldn't send email
| at org.jbpm.mail.Mail.send(Mail.java:14
Hi I use jbpm 3.2.1 version.I want to send mail.I made necessary
configuration.On the testcase my application execute well and can send mail.But
when I deployed project on jboss and run it this error has been occured:
| 2008-07-01 14:53:09,016 ERROR [org.jbpm.graph.def.GraphElement] action
th
I tried everything you wrote but it doesnt work :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161190#4161190
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161190
___
jbos
I use JBPM 3.2.1
and here is my hibernate.cfg.xml:
|
| http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>
|
|
|
|
|
| org.hibernate.dialect.HSQLDialect
|
|
| org.hsqldb.jdbcDriver
| jdbc:hsqldb:mem:jbpm
| sa
|
|
Hi I treid it but it didnt work.I want to start this process in java class.
I changed "JbpmConfiguration jbpmConfiguration
=JbpmConfiguration.getInstance(); " as a "JbpmConfiguration jbpmConfiguration
=JbpmConfiguration.parseResource("jbpm.cfg.xml");"
and here is my all code that calling pr
Hi
I want o call websale process that deploying on he server of jpm database.
I found some code about it on this forums.But when execute this code the error
has been occured.
here is code for starting process:
| public static void startProcessDefinition() {
| String processDefin
Hi.I have got many questions abaout jbpm.
Can somebody guide me,how can I modify jbpm-console application.I want to make
changing on jsf file of jbpm-console application.How can I get source code of
jbpm-console application? and How can I deploy,redoploy,import this application
on eclipce?
View
Hello, Is there any code sample you can share? I'll appreciate if someone can
post it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158933#4158933
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158933
__
hi
I have a very basic question, but couldn' t find the answer so far. I hope
someone can help me to figure out.
I' d like to have my process started/triggered from a remote client (e.g. a
POJO), best would be in another computer. In other words, I want to deploy my
process in JBOSS and let it
Hi I want to execute this code but when I try it I have this error.
here is my poarent process xml code:
anonymous wrote :
|
|
|
|
|
|
|
|
|
|
|
|
here is my child xml code:
anonymous wrote :
|
|
|
|
I mean I wrote wrong message.Yes it still doestn work.How can I solve it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156543#4156543
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156543
_
thanks it works
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156533#4156533
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156533
___
jboss-user mailing list
jboss-user@list
Hi I want make a process invoke subprocess
here is my parent process xml:
and here is my subprocess xml:
sorry I wrote wrong.Here is right process xml.
the process xml for that excute anather process:
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156457#41
hi Iam new at jbpm.I want excute process in ather process.
I configureted jbpm conf.xml as:
and I write code for excution process in class that implement ActionHadler.
public class Act implements ActionHandler {
JbpmConfiguration jbpmConfiguration = JbpmConfiguration.
Hi.How can I execute a process in anather execution process?.
Does anybody can suggest example or site for it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156107#4156107
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Hi How can I configurate my simple jbpm project for connection database.
Anybody can suggest a simple example for it?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154168#4154168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
25 matches
Mail list logo