[jboss-user] [Security & JAAS/JBoss] - jboss ser vet active directıry conf.

2009-03-02 Thread btl_ayd
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 :

[jboss-user] [JBoss jBPM] - How can I have got user information?

2009-01-09 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - template attribute of mail node

2008-12-28 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Re: about processInsatance?

2008-11-28 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - about processInsatance?

2008-11-27 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Re: Error when deploying the processdefinition

2008-11-02 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Mysql jbpm conf.

2008-08-11 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - jbpm3.2.1 switcihnd database Mysql

2008-07-23 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - process stare couldnt send mail.

2008-07-02 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - jbpm sen mail error

2008-07-01 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread btl_ayd
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 | |

[jboss-user] [JBoss jBPM] - Re: calling process from the database of JBPM

2008-06-27 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - calling process from the database of JBPM

2008-06-27 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - modify jbpm-console application.

2008-06-25 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - Re: process started by pojo

2008-06-18 Thread btl_ayd
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 __

[jboss-user] [JBoss jBPM] - process started by pojo

2008-06-17 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - subprocess tescase problem

2008-06-13 Thread btl_ayd
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 : | | | |

[jboss-user] [JBoss jBPM] - Re: excution process in ather process

2008-06-08 Thread btl_ayd
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 _

[jboss-user] [JBoss jBPM] - Re: subprocess problem

2008-06-08 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - subprocess problem

2008-06-08 Thread btl_ayd
Hi I want make a process invoke subprocess here is my parent process xml: and here is my subprocess xml:

[jboss-user] [JBoss jBPM] - Re: excution process in ather process

2008-06-07 Thread btl_ayd
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

[jboss-user] [JBoss jBPM] - excution process in ather process

2008-06-07 Thread btl_ayd
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.

[jboss-user] [JBoss jBPM] - executing sub process

2008-06-05 Thread btl_ayd
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=

[jboss-user] [JBoss jBPM] - JBPM Hibernate configuration for mysql

2008-05-29 Thread btl_ayd
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