|
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
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
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&
|
|
|
|
|
|
|
|
|
|
|
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
_
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
_
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
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 :
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
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
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
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
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
instance";
|
xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/business-process/
| http://schemas.xmlsoap.org/ws/2003/03/business-process/";>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 {
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
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
_
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
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.
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
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
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:
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
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
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
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
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
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=
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
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
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
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
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
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
51 matches
Mail list logo