[jboss-user] [JBoss jBPM] - [bpel] Information about a deployed process

2007-07-11 Thread rainstar79
Hi, I want to get more information about my process running on the bpel engine, e.g. displaying details on a website about the execution of a certain BPEL process. Is this possible via the jbpm API? I created the following Code Snippet, but the jbpmContext instance is always null: |

[jboss-user] [JBoss jBPM] - [bpel] XPATH in assign element

2007-07-05 Thread rainstar79
Hi BPEL folks, I have a question regarding the assign-element. I modeled a simple BPEL process, where the input is an array of xsd:anyURI and the output should be a string of the e.g. the third element of this anyURI array. I assume, I have some problems withe the XPATH expression in the assign

[jboss-user] [JBoss jBPM] - Re: [jBPM-BPEL]Endpoint does not contain operation metadata?

2007-06-29 Thread rainstar79
is there no one who can help me out of this 1000 USD for the man/woman who can help me ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059198#4059198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059198

[jboss-user] [JBoss jBPM] - [jBPM-BPEL]Endpoint does not contain operation metadata????

2007-06-27 Thread rainstar79
Hi, When I want to invoke my deployed BPEL process, I got a strange exception: | 17:25:34,241 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception | javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://SampleProject}ProcessRol | ePort does not contain operation meta data for:

[jboss-user] [JBoss jBPM] - Re: [jBPM-BPEL]Endpoint does not contain operation metadata?

2007-06-27 Thread rainstar79
Maybe I should post the code, which I produced with the Eclipse BPEL designer: This is SampleProcess.bpel ?xml version=1.0 encoding=UTF-8? | bpws:process xmlns:bpws=http://schemas.xmlsoap.org/ws/2004/03/business-process/; | xmlns:ns=http://SampleProject/SampleProcessArtifacts; |

[jboss-user] [JBoss jBPM] - hello example - executing the runing process

2007-06-25 Thread rainstar79
Hi, I've got a problem with the hello example from the sample folder of my jBPM BPEL extension. I am able to deploy the process executing the 5 ant tasks as it is described in the user guide! But when I would like to test my deployed process, it doesn work (neither the hello example nor the

[jboss-user] [JBoss jBPM] - Monitoring deployed Processes

2007-05-22 Thread rainstar79
Hi, there is a nice service from jBoss at http://localhost:8080/jbossws/services, which is a page that shows all my deployed services/BPEL processes. I would like to integrate a list of my deployed services/processes into my Web Portal. How can I integrate/extend this Feature from jBoss? Or, how

[jboss-user] [Beginners Corner] - Monitoring deployed Web Services

2007-05-21 Thread rainstar79
Hi, there is a nice service from jBoss at http://localhost:8080/jbossws/services, which is a page that shows all my deployed services. I would like to integrate a list of my deployed services into my Web Portal. How can I integrate/extend this Feature from jBoss? Or, how can I customize this

[jboss-user] [JBoss jBPM] - Tutorial: Modeling BPEL with Eclipse BPEL Designer and jBPM

2007-05-08 Thread rainstar79
Hi, since I had some Problems in the beginning with the Eclipse BPEL Designer and the jBPM BPEL extension, I made some short movies how to use these tools. These movies show how to develop a simple BPEL workflow with the Eclipse BPEL designer. This test process is called PLANETS, which is a

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-19 Thread rainstar79
Hi Agus, thanks for your help. I was now able to deploy my process!! But here is my next question :-) What is my next step after I ran: ant deploy-definition I got the right message: 17:31:35,559 INFO [[/jbpm-bpel]] processDeployServlet: | deployed process definition: Planets I

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
Hi agusgr, THANK you for your reply!!! I will check it out right now and post my results. Thanks for the hint that I posted the same code twice, so here is the code for PlanetsServiceArtifacts.wsdl | ?xml version=1.0 encoding=UTF-8? | definitions

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
you are right agusgr, now I got the following error message: | 11:53:35,448 ERROR [[processDeployServlet]] Servlet.service() for servlet proces | sDeployServlet threw exception | org.jbpm.jpdl.JpdlException: [[ERROR] PlanetsService.bpel port type of first rol | e not found

[jboss-user] [JBoss jBPM] - Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-12 Thread rainstar79
Hi, I've got a problem in deploying my first BPEL process. I know it's a long text to read, but if you help me with this problem you will save my life ;-) I modeled my first BPEL process by using the Eclipse BPEL designer. Now I am at the point that I need to deploy this process. Therefore I

[jboss-user] [JBoss jBPM] - Re: Deploying my own first BPEL project

2007-03-22 Thread rainstar79
Hi again, maybe I describe my problem a little bit more in detail: My BPEL-project Folder called planets contains the following files: - PlanetscompositeService.bpel - PlanetsCompositeService.wsdl - PlanetscompositeServiceArtifacts.wsdl - droid.wsdl - bpel-definition.xml

[jboss-user] [JBoss jBPM] - Deploying my own first BPEL project

2007-03-21 Thread rainstar79
Hi, i have created all my BPEL, WSDL and bpel-definition.xml files and put them into a folder. What is my next step? How can I deploy these files to the running jBoss 4.0.5. Should I make a jar out of it and copy it to the deploy folder? I modeled my BPEL process with the help of the Eclipse

[jboss-user] [JBoss jBPM] - trying to get the helloWorld BPEL example run...BUT...:(

2007-03-08 Thread rainstar79
Hi folks, I did my first steps with the BPEL engine and therfore I wanted to deploy the hello exemple. Everything went fine and I got no wrong message from the jBoss AS. In the next step I wrote a simple C# Client in order to access to this BPEL process. But I got an exception: |

[jboss-user] [JBoss jBPM] - Re: Problem with installing jBPM BPEL 1.1-Beta3

2007-03-06 Thread rainstar79
I found messages (but they don't tell me anything) like :-( anonymous wrote : | 2007-03-06 14:20:37,591 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID

[jboss-user] [JBoss jBPM] - Monitoring BPEL processes

2006-11-22 Thread rainstar79
Hi Folks, is there a way to monitor my BPEL processes in a monitoring tool? Does the jBPM BPEL Extension offers e.g. a web-application where it gives me messages like: Service X is running or do I have to use the monitoring feature of the Application Server? How advanced is such a monitoring

[jboss-user] [JBoss jBPM] - BPEL extension requirements

2006-10-25 Thread rainstar79
Hi folks, short question: does the jBPM BPEL extension REQUIRE an Application Server (i.e. jBOSS AS)?? Or is there a way to run it only under Tomcat (guess that jBPM runs under tomcat well)? Thanks Rainer View the original post :

[jboss-user] [JBoss jBPM] - jBPM BPEL Designer - Bonjour Example

2006-10-06 Thread rainstar79
Hi folks, I wanted to set up an example for a bridge between the jBPM and the Eclipse BPEL Designer. I found a description of an example here http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBpelDesigner. this is a perfect documentation (Congratulation to the Author) I did everything step by

[jboss-user] [JBoss jBPM] - JBPM to create BPEL

2006-09-08 Thread rainstar79
Hi folks, can I extend/change source code of the Process Designer to create BPEL Files not jPDL?? Is there a tutorial/documentation for such an aim? Thanks Rainer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970293#3970293 Reply to the post :

[jboss-user] [JBoss jBPM] - jPDL vs. BPEL - I am a bit confused

2006-09-06 Thread rainstar79
Hi jBPM Gurus, I am a bit confused in one thing. Maybe you can help me. I am trying to introduce some students BPM and BPEL. It is just to give them a short overview about tools, methods, standards,... Therefore I wanted to set up a jBPM environment to test some things for a presentation. I

[jboss-user] [JBoss jBPM] - Re: Can't create jbpm-bpel.sar for setting up the BPEL Exten

2006-09-05 Thread rainstar79
Hey alex, the output of ant is the following: C:\Programme\Java\jbpm-bpel-1.1-beta1ant build.service.404 | Buildfile: build.xml | | compile.bpel: | [mkdir] Created dir: C:\Programme\Java\jbpm-bpel-1.1-beta1\build\bpel.classe | s | [javac] Compiling 208 source files to

[jboss-user] [JBoss jBPM] - Can't create jbpm-bpel.sar for setting up the BPEL Extension

2006-08-29 Thread rainstar79
Hi guys, I am trying to set up the BPEL extension for the jBPM, but I have a few problems. I downloaded the documention for the BPEL and went through the Chapter 3 - Getting started. I better tell you what I've done and were I got stuck: 1.) Download and install Apache Ant 1.6.5 2.) Download