[jboss-user] [JBoss jBPM] - Re: Problem running bpel process designed with eclipse bpel

2008-10-29 Thread Turanyi
I suggest rename portType and partnerLinkType to have different names. Best TestProjectPT and TestProjectPLT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185371#4185371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: BPEL Review

2008-10-29 Thread Turanyi
"pruna" wrote : Hi, | | My name is Andres. I'm currently writing a comparaison about open source BPEL engines. I was reviewing the info in your website and published documentation, and there are several things that I couldn't find info about. | I'd like to know if I can ask for these stuff

[jboss-user] [JBoss jBPM] - Redeploying of deployed processes

2008-10-14 Thread Turanyi
Hi. When process is deployed and application server is restarted then application server redeploy this process again. There an issue because app server does not work it out. | DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/usr/jboss/jboss-4.2.2GA/server/defaul

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

2008-10-14 Thread Turanyi
Now it works. | | http://eclipse.org/bpel/correlwait"; | xmlns:tns="http://eclipse.org/bpel/correlwait"; | xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"; | xmlns:bpel="http://schemas.xmlsoap.org/ws/2003/03/business-process/"; | xmlns="http://

[jboss-user] [JBoss jBPM] - Re: Initialize output - copy input name element to output

2008-10-09 Thread Turanyi
It is a strange new feature of BPEL. When I copy input variable like this schema | | | | into output variable of this schema | | | | I get strange mixed output | | | | It seems to attribute keepsrcelementname="yes" do it's work, but I don't use it. I even

[jboss-user] [JBoss jBPM] - Initialize output - copy input name element to output

2008-10-09 Thread Turanyi
It is a strange new feature of BPEL. When I copy input variable like this schema into output variable of this schema I get strange mixed output It seems to attribute keepsrcelementname="yes" do it's work, but I don't use it. I even set up keepsrcelementname="no" but nothing changes. I

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-08 Thread Turanyi
I can't believe that nobody has not same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181142#4181142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181142 ___ jboss

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-07 Thread Turanyi
"kukeltje" wrote : then report that... Thanks I try, but I am very confused about that nobody hasn't same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180738#4180738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: Jbpm BPEL HelloWorld Example Ant Test Build Failure Prob

2008-10-07 Thread Turanyi
"[EMAIL PROTECTED]" wrote : Judy, please install and use JWSDP's wscompile instead. The manual has instructions on how to do that. I has this problem too. Thanks for advice. But I do it and nothing changes. Installation succesfull, copy endorsed dir/files and I cannot find startup.sh file. View

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

2008-10-06 Thread Turanyi
"[EMAIL PROTECTED]" wrote : What is the problem when starting instances? There is WARN: [ProxyWarnLog] Narrowing proxy to class org.jbpm.bpel.graph.def.CompositeActivity - this operation breaks == ERROR [XPathEvaluator] selection of size other than one: [] View the original post : http://www.j

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

2008-10-06 Thread Turanyi
"[EMAIL PROTECTED]" wrote : What is the problem when starting instances? I cannot create instance. (Send SOAP message to operation process and no reply) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180580#4180580 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-03 Thread Turanyi
I found that problem was fixed in 1.1.GA https://jira.jboss.org/jira/browse/BPEL-280 But I found it still remaining. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180220#4180220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

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

2008-10-02 Thread Turanyi
I have simple process with two operations (process, push). Process starts by operation "process" and reply with input+"started" then waits for operation "push" and reply input+name+"pushed". It is example of correlations. Process can be deployed without problems. But there is problem to start in

[jboss-user] [JBoss jBPM] - Re: Dying processes problem

2008-10-02 Thread Turanyi
"kukeltje" wrote : "Turanyi" wrote : | | Imagine: I deploy process. Everything is ok. Process works. | | | It can't just work... process INSTANCES have to be started or signalled | I know. "Process works" it means that you look http://serverip

[jboss-user] [JBoss jBPM] - Dying processes problem

2008-10-01 Thread Turanyi
Hi. Imagine: I deploy process. Everything is ok. Process works. Now I stop JBoss server by ctrl+c. Server shutdown. After some time I start JBoss server and I see problems with deploy process from tmp... I look to jbossws console and I see prosess is not started. Process not respond, process is d

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

2008-10-01 Thread Turanyi
"Fabiana" wrote : Try with | | concat('text ', concat('text', $input.payload/tns:input')) | | where $input is the name of you variable. | Fabiana Many thanks. It works. I have to change too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179794#41

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

2008-10-01 Thread Turanyi
I generate new project. The only thing I create is assign activity. First deploy done but process don't work. I look to example hello and throw off generated tags and write new example like. Next problem I solve is add query to because generated WSDL schema use complexType ulike hello example

[jboss-user] [JBoss jBPM] - Re: JBossWS/Services BPEL process endpoint

2008-10-01 Thread Turanyi
I don't know, maybe it is problem of instalation. I use fresh instalation of JBoss and install only jBPEL-1.1.GA. Now it is ok. Processes are started and endpoints are active. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179722#4179722 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploying BPEL proces to jboss

2008-10-01 Thread Turanyi
I don't know, maybe it is problem of instalation. I use fresh instalation of JBoss and install only jBPEL-1.1.GA. Now it is ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179721#4179721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss jBPM] - JBossWS/Services BPEL process endpoint

2008-09-26 Thread Turanyi
Hi. Uff, I happily deploy BPEL process (I don't know what is happen). I can see it in Registered Service Endpoints (http://localhost:8080/jbossws/services). But endpoint address doesn't work. Click on endpoint address reference I get "HTTP Status 404, The requested resource is not avialable" jbo

[jboss-user] [JBoss jBPM] - Deploying BPEL proces to jboss

2008-09-25 Thread Turanyi
Hi. Using ant and eclipse to deploy BPEL process failed so I try use jbpm-bpel console. I select path to zip file created by ant and deploy. I get exception report. description: The server encountered an internal error () that prevent it from fulfilling this request. exception: org.jbpm.bpel.Bpe

[jboss-user] [JBoss jBPM] - BPEL 2.0 facets

2008-09-25 Thread Turanyi
Hi. I install jboss-4.2.2.GA and jbpm-bpel-1.1.1. Server works fine. Next, I take Eclipse 3.3.2 Europa and BPEL plugin from http://download.eclipse.org/technology/bpel/update-site/ But when I create BPEL project I can't select BPEL 2.0 facets because there is no such option in the dialog. So I