[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-11-08 Thread ZazzaZ
| You were right. I changed the URI in the WSDL with a wrong path and the tool read infos from the code I wrote in the assign. Thanks a lot. If you need the full example, I can zip it and give you. Bye ZazzaZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-11-05 Thread ZazzaZ
The correct namespace are specified in wsa:endpointReference tag as attributes (to make it recognizable by some factory) They are xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"; xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/03/business-process/' Nothing works. Bye View the or

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-11-05 Thread ZazzaZ
files in the URI catalog. Hope anyone has a solution. Bye ZazzaZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101754#4101754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-10-29 Thread ZazzaZ
| | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100091#4100091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100091 _

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-10-29 Thread ZazzaZ
a lot for your time and availability. Bye ZazzaZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100089#4100089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100089 _

[jboss-user] [JBoss jBPM] - Re: Beginner: invoce web services from process: Hello, ATM,

2007-10-29 Thread ZazzaZ
k you! Bye ZazzaZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099782#4099782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099782 ___ jbos

[jboss-user] [JBoss jBPM] - Is it possible to set a new URI for a partnerLink during pro

2007-10-27 Thread ZazzaZ
Hi, I have a problem. I'm wondering if it is possible to replace the URI that is read in the URICatalog can be set by an assign activity during th process execution, i.e. if an address read from a message can be set as URI for a partnerlink. Bye. ZazzaZ View the original post :

[jboss-user] [JBoss jBPM] - Re: org.jbpm.graph.def.DelegationException in JBPM-BPEL

2007-10-26 Thread ZazzaZ
I found it out! It was a bad web service building. I looks like when jbpm-bpel acts as a client (invoke situation) it is sensible to service implementation. I found out that my service was missing the soapAction attribute in the binding. The odd thing was that a test client worked out with that

[jboss-user] [JBossWS] - Re: NPE @ org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMe

2007-10-26 Thread ZazzaZ
Got it. soapAction was missing. Added, reployed, test --> OK I hope this helps someone! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099369#4099369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099369

[jboss-user] [JBossWS] - Re: NPE @ org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMe

2007-10-26 Thread ZazzaZ
It looks like there's an error getting the locator for the web service. It's strange because testing it via a client the services workd and responds. Any clues? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099328#4099328 Reply to the post : http://www.jbo

[jboss-user] [JBossWS] - NPE @ org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMetaDa

2007-10-25 Thread ZazzaZ
Hi, I got the following exception calling a web service. | | java.lang.NullPointerException | | at org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMetaData(SOAPConnectionImpl.java:236) | at org.jboss.ws.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:156) | at

[jboss-user] [JBoss jBPM] - Re: How to do XPath query in BPEL?

2007-10-25 Thread ZazzaZ
Previous answer is incomplete. It looks like BPEL message and variable manipulation is implemented in not a namespace-controlled way. Then, the previous query is correct but namespace will be missing or mixing up. So you have to add the namespace in the query or the namespace will disappear In

[jboss-user] [JBoss jBPM] - Re: Error generate-service

2007-10-25 Thread ZazzaZ
instance"; | xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/business-process/ | http://schemas.xmlsoap.org/ws/2003/03/business-process/";> | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: org.jbpm.graph.def.DelegationException in JBPM-BPEL

2007-10-25 Thread ZazzaZ
Ok, thanks for answering but I have already set my URIs in the catalog. I saw it from advanced example ATM. I'm thinking that this error is related to wrong manipulation of messages and messages parts in the BPEL. This way when the service calling occurs the SOAP message is in a wrong state. Th

[jboss-user] [JBoss jBPM] - Re: Error generate-service

2007-10-24 Thread ZazzaZ
Hi, I got the same error on another project. I found that namespace xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/business-process/ http://schemas.xmlsoap.org/ws/2003/03/business-process/"; is vital and moreover that names

[jboss-user] [JBoss jBPM] - org.jbpm.graph.def.DelegationException in JBPM-BPEL

2007-10-23 Thread ZazzaZ
I created a simple process. If I remove an invoke activity the process works but if I leave the invoke I got the following server-sideexception. Stack trace is | | 2007-10-23 20:50:48,902 DEBUG [org.jbpm.bpel.integration.jms.StartListener] caught exception while passing control to process

[jboss-user] [JBoss jBPM] - Re: How to do XPath query in BPEL?

2007-10-23 Thread ZazzaZ
I think it's OK like this. Suppose LoginOperationRequestVar is of type LoginOperationRequest and ControlloAccessoOperationRequestVar of type ControlloAccessoOperationRequest | | | | | | | | | View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - How to do XPath query in BPEL?

2007-10-23 Thread ZazzaZ
Hi all, suppose I have the following complex type: | | | | | | | And I have the following message types | | | | | | | | | | How can I copy inRequest in the element "nome" of type

[jboss-user] [JBoss jBPM] - Re: A tutorial to deploy a Netbeans created BPEL process und

2007-10-22 Thread ZazzaZ
I forgot one important thing. In webservices.xml substitute the param-value with the name of the partner-link on which you perform the receive name of the partner link served by this port partnerLinkHandle partnerlinkname View the

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot find java method

2007-10-22 Thread ZazzaZ
I just modified my WSDL like this | | | http://j2ee.netbeans.org/wsdl/ControlloAccesso"; | xmlns="http://schemas.xmlsoap.org/wsdl/"; | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; | xmlns:xsd="http://www.w3.org

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot find java method

2007-10-22 Thread ZazzaZ
Hi, I used wscompile to generate a webservice starting from a correct WSDL. Deploy went OK, but when I run the client class to test the service I got the following exception in server-side log. | | org.jboss.ws.WSException: Cannot find java method: controlloAccessoOperation | at

[jboss-user] [JBoss jBPM] - Re: gettong problem working with jbpm-bpel-1.1.Beta3

2007-10-17 Thread ZazzaZ
Hi, did you get Code 200 in client side? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095945#4095945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095945 ___ jboss-user

[jboss-user] [JBoss jBPM] - How to test a deployed process?

2007-10-15 Thread ZazzaZ
Hi all, I realized a project, I succssfully deployed it. I don't know how to write a client to test if the process I deployed works fine. I tried by modify the ones I find with jboss examples but I got client-side errors. The error is | | [junit] 16:22:22,943 WARN JSR109ClientMetaDataBu

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Thanks to all! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094908#4094908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094908 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss jBPM] - No dialect mapping for Java Type: -1

2007-10-13 Thread ZazzaZ
Hi, I installed a Postgres datasource correctly (I think). When I deploy the jbpm-bpel to the server, after some mapping log entries I got No dialect mapping for Java type : -1 Can anybody tell me what to do? Did I use something wrong? Hibernate dialects come with jbpm, so what? Is my postgr

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Such as? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094896#4094896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094896 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JCA/JBoss] - How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Hi, I'm trying to set up a new Datasource using postgres. I followed what I read from the web but how can I test if the datasource works? Thanks. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094892#4094892 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Namespace errors in .bpel files

2007-10-11 Thread ZazzaZ
Hi, I just spent the last 9 hours to make my example deployed. Here is my .bpel A very simple process as you can see! Here is the problem: if I use | | | http://enterprise.netbeans.org/bpel/testa"; | xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"; | xmlns:tns

[jboss-user] [JBoss jBPM] - Error generate-service

2007-10-11 Thread ZazzaZ
found [/process/ns6:sequence/ns8:reply] [servicegen] - read bpel process: testa.bpel BUILD FAILED /home/zazzaz/Tesi_Workflow/jbpm-bpel-1.1.Beta3/examples/common/bpel-build.xml:74: org.jbpm.jpdl.JpdlException: [[ERROR] testa.bpel partner link not found [/process/ns6:sequence/ns7:receive], [ERROR

[jboss-user] [JBoss jBPM] - null PartnerLinkEntry

2007-10-11 Thread ZazzaZ
Hi all, I successfully deployed a BPEL project. When I try to use it I got the following exception ERROR [SOAPFaultExceptionHelper] SOAP request exception java.lang.NullPointerException at org.jbpm.bpel.integration.server.SoapHandler.sendRequest(SoapHandler.java:324) at org.jbpm

[jboss-user] [JBoss jBPM] - Problem testing application

2007-10-01 Thread ZazzaZ
Hi, I full realized a BPEL project. I.e. just running ant deploy-definition ant generate-service ant generate-artifacts ant deploy I have succssfully deployed my project without any hand made modify. Now I'm trying to test my project. The client-side code is: String urlString = "http://localh

[jboss-user] [JBoss jBPM] - Re: Problem testing application

2007-10-01 Thread ZazzaZ
I pasted the wrong method implementation. Read this public static void testViaProxy(Service testService, String nameSpaceUri, String portName, URL testWsdlUrl, String serviceName, ServiceFactory serviceFactory){ SportelloCentrale myProxy = null; try {

[jboss-user] [JBossWS] - Re: Cannot find port in wsdl (need help)

2007-09-25 Thread ZazzaZ
Hi, this tool has something wrong. However (notice that I changed project) after running the ant generate-artifacts command I had the same problem. The solution was that wsdl includes are not recursive so if you use some namespace and the WSDL in which that namespace is declared is not EXPLICIT

[jboss-user] [JBoss jBPM] - Re: A tutorial to deploy a Netbeans created BPEL process und

2007-09-21 Thread ZazzaZ
Hi, I'll do as soon as possible. ZazzaZ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087258#4087258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087258 _

[jboss-user] [JBoss jBPM] - BPEL Commands not found under Netbeans + jbpm-bpel 1.1.3 bet

2007-09-21 Thread ZazzaZ
Hi all, this is not an issue subject! It's a problem solved. I'm working with Neatbeans with the extensions to write BPEL processes. My choice was targeted by my personal love for Netbeans. I just found myself against a problem trying to deploy a process needing activity as scope and while. Th

[jboss-user] [JBoss jBPM] - A tutorial to deploy a Netbeans created BPEL process under J

2007-09-15 Thread ZazzaZ
ng proxy to class org.jbpm.bpel.graph.def.CompositeActivity - this operation breaks == INFO [IntegrationConfigurator] Message reception enabled for process: HelloWorld INFO [WSDLFilePublisher] WSDL published to: file:/home/zazzaz/Tesi_Workflow/jboss-4.0.5.GA/server/default/data/wsdl/processo.

[jboss-user] [JBossWS] - Re: Cannot find port in wsdl (need help)

2007-09-12 Thread ZazzaZ
Hi, I'm having the same problem and I've just found out that a solution is in thw webservices.xml file. But I'm sorry to say that I don't know how to make it works. I hope I was helpful. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083368#4083368 Rep

[jboss-user] [JBossWS] - Cannot find port type for binding

2007-09-12 Thread ZazzaZ
Hi, I'm having this problem deploying a web service under jboss 4.0.5 11:04:21,749 ERROR [MainDeployer] Could not create deployment: file:/home/zazzaz/Tesi_Workflow/jboss-4.0.5.GA/server/default/deploy/processo.war org.jboss.ws.WSException: Cannot find port type for bi

[jboss-user] [JBoss jBPM] - Error in deploy e bpel service

2007-09-11 Thread ZazzaZ
processo.war,id=-1040677781 org.jboss.deployment.DeploymentException: URL file:/home/zazzaz/Tesi_Workflow/jboss-4.0.5.GA/server/default/tmp/deploy/tmp11672processo-exp.war/ deployment failed at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:

[jboss-user] [JBossWS] - Re: NullPointerException in WSDL11Reader

2007-09-11 Thread ZazzaZ
Yeah, Even if it raised a new error in my project,really thank you for help in my deploy-fixing operation! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083140#4083140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel-1.1.Beta3 examples problem!

2007-08-30 Thread ZazzaZ
Hi, I had the same problem on hello world. What I forgot to do was to add the xalan implementation (you can find the jars in the jboss/lib/endorsed) to the jre libs. So copy the directory endorsed to javahome---> jre --> lib Your jre/lib will now have an endorsed dir. Hope I was useful. bye V

[jboss-user] [JBoss jBPM] - Database upgrade

2007-08-11 Thread ZazzaZ
Hi, I'm trying to install the database for jBPM as it is described in chapter 8 in the user guide. I'm in the section using ant The section says to run ant upgrade.db.script but when I run this command I get java.sql.SQLException Java heap space I'm running on WinXP Service Pack 2 Athlon XP

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-10 Thread ZazzaZ
Ok, it's what I was looking for. Is possible to read this in the documentation so I can include it in my project documentation? Thanks to everybody! Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072955#4072955 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-10 Thread ZazzaZ
Ok, my situation is the following. I've to execute a very large number of process instances but they're not started all in the same time. This number can be even 1 million per day! Some of this instances will live for a few minutes, since the answer they wait for arrives soon, while the others wi

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-09 Thread ZazzaZ
Excellent And will it free the memory of the process instance when it saves it and waits for the asynchronus call to be completed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072572#4072572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-09 Thread ZazzaZ
Excellent So If I write a library for receiving message and an asynchronus receive call takes one day to be completed, the process instance is automatically saved! Will the instance be removed from runtime memory usage or not? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-08 Thread ZazzaZ
ok, now it's all perfect. The solution is persisting the instance wait for the asynch call to complete restore the instance and give it the call result Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072180#4072180 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread ZazzaZ
Thanks again. The situation is the syncronization on a shared object. Suppose in the wait state we have a code such myObject.wait() (or a similar method call that may block this process instance). Will the process instance be saved automatically and free the memory it holded? Bye View the or

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread ZazzaZ
Are the process instances saved in the database automatically when they reach a wait state that takes a lot to be completed (without using CPU)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071240#4071240 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread ZazzaZ
Hi, thanks for previous reply! One more question, so I can continue my work. Is the database memorization an automatic thing? Thanks a lot. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071058#4071058 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Memory usage in Workflow wait states

2007-08-04 Thread ZazzaZ
Hi all, i'm using jbpm tom develop a workflow use case. Suppose you run 1000 (or an high number you can decide) workflows and suppose each of them stops waiting for a message from someone. Suppose the workflow instances are running on the same machine. Then suppose that the response the wait st