Blocking consumer and transaction

2008-02-28 Thread Simone Maletta
Hi guys, I've got a question: I'm using JMS transport to develope my work and I need that only an instance of my process will be on listining on the queue and that the queue as lenght one. May I obtain this using servicemix-jms settings deploying with the wsdl? May I also define a

Mediator and Services

2008-03-05 Thread Simone Maletta
Hi guys, I'm using ServiceMix 3.1.2 and Ode 1.1 to develope my master thesis. This is what I want to do: 1) developing into a service architecture a BPEL process that scores some JWS communicating with them using a synchronous interface on HTTP and showing an asynchronous one on JMS, I

Re: Mediator and Services

2008-03-06 Thread Simone Maletta
endpoints. Do you have the full stack trace, maybe it contains some useful informations ? On Wed, Mar 5, 2008 at 7:05 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi guys, I'm using ServiceMix 3.1.2 and Ode 1.1 to develope my master thesis. This is what I want to do: 1

Re: Mediator and Services

2008-03-06 Thread Simone Maletta
an endpoint that will be consumed, this means the partern link role is not myRole. On Thu, Mar 6, 2008 at 4:15 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Guillaume, It's true the endpoint is activated yet by the service, deployed yet into a different SA. I want that a Mediator, deployed

Re: Mediator and Services

2008-03-06 Thread Simone Maletta
) at org.apache.ode.jbi.BindingContextImpl.activateMyRoleEndpoint(BindingContextImpl.java:46) On Thu, Mar 6, 2008 at 4:44 PM, Simone Maletta [EMAIL PROTECTED] wrote: I'm sorry I don't understand; this is my background: 1) Echo Expose two ports, echoIn and echoOut, each one having an own partner link

Re: Mediator and Services

2008-03-07 Thread Simone Maletta
from the partner links. For partenr links, define a wsdl and import the main one. That way, you can define different roles for the service and the bpel that calls it. On Thu, Mar 6, 2008 at 5:10 PM, Simone Maletta [EMAIL PROTECTED] wrote: That's true, In Call echoOut has got myRole role

Re: Mediator and Services

2008-03-07 Thread Simone Maletta
@servicemix.apache.org Sent: Friday, March 07, 2008 12:01 PM Subject: Re: Mediator and Services So the two echoPLT.wsdl are different, each one having a different role ? On Fri, Mar 7, 2008 at 11:30 AM, Simone Maletta [EMAIL PROTECTED] wrote: Goodmorning Guillame, I followed your councile

Transaction

2008-03-12 Thread Simone Maletta
Hi guys, there is a way to deploy a pojo with servicemix-jsr181 in a transaction way? I'm using noannotation POJO and I want that it become a transaction element exposed on http with container managed transaction. Thank you all, regards Simone

Re: Async JMS Request

2008-03-13 Thread Simone Maletta
to route a JMS endpoint to ODE. I've been able to intermittently get my BPEL output to come back across JMS, but most of the time I get this error. Any ideas? Thanks, Josh Simone Maletta wrote: Hi guys, I'm using Servicemix to deploy my master thesis and I'm trying to expose BPEL web

if activity

2008-03-27 Thread Simone Maletta
Hi guys, I wrote this simple BPEL code to make a prove: if name=1 conditiontrue()/condition assign fromfalse()/from to part=resp variable=respMex/ /assign invoke inputVariable=respMex [...]/ else assign fromtrue()/from to part=resp

Re: R: Spring Pojo return

2008-03-31 Thread Simone Maletta
generation. Anyway, xfire, which is used internally in jsr181 is not developped anymore so if would advise to use the servicemix-cxf-se instead. On Fri, Mar 28, 2008 at 11:06 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Guillaume, I try to add style=rpc and to add wsdlResource=classpath

Re: R: Spring Pojo return

2008-03-31 Thread Simone Maletta
(hence servivemix-jsr181) is not. You can have a look at the cxf-wsdl-first example which shows the use of the CXF based components with a WSDL-first approach. On Mon, Mar 31, 2008 at 8:54 AM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Guillaume, what should I change in my class if I wish use

Re: R: Spring Pojo return

2008-03-31 Thread Simone Maletta
PM Subject: Re: R: Spring Pojo return Why don't you adjust the WSDL to reflect what the component really send ? On Mon, Mar 31, 2008 at 1:04 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi Guillaume, I've to be true: I have no time studing another component; i tried to adeguate my wsdl

Re: R: Spring Pojo return

2008-03-31 Thread Simone Maletta
that one in your BPEL instead of your current one. On Mon, Mar 31, 2008 at 1:12 PM, Simone Maletta [EMAIL PROTECTED] wrote: May you be clearest?? here is the wsdl I'm using: ?xml version=1.0 encoding=UTF-8 standalone=no? wsdl:definitions xmlns:wsdl=http://schemas.xmlsoap.org/wsdl

Re: R: Spring Pojo return

2008-03-31 Thread Simone Maletta
with the endpoint and you'll see a method to retrieve the wsdl. You can also put the log level to debug and IIRC, the wsdl should be printed somewhere. Then, use that one in your BPEL instead of your current one. On Mon, Mar 31, 2008 at 1:12 PM, Simone Maletta [EMAIL PROTECTED] wrote: May you

wsdl autogenerated error

2008-04-03 Thread Simone Maletta
Hi guys, I'm using servicemix-jsr181 to develope my work but I've some problem for auto-generated wsdl: here is my testing class: package echo; import java.io.Serializable; import javax.jws.*; import java.util.*; @WebService public class Echo { private void Echo() { }

return null values

2008-04-25 Thread Simone Maletta
Hi guys, I'm using ServiceMix 3.1.2 and its jsr181 to deploy my own ws-annotated pojo. I need to return null values in my code, I'm using an example to be clear: here is my return type object: class returnType { String h; Integer i; } and this is my code: p=new

Re: return null values

2008-04-25 Thread Simone Maletta
field or something like that. If you use jaxb2, you'd better try finding some info there. On Fri, Apr 25, 2008 at 1:04 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi guys, I'm using ServiceMix 3.1.2 and its jsr181 to deploy my own ws-annotated pojo. I need to return null values in my code, I'm

Re: return null values

2008-04-25 Thread Simone Maletta
on the i field or something like that. If you use jaxb2, you'd better try finding some info there. On Fri, Apr 25, 2008 at 1:04 PM, Simone Maletta [EMAIL PROTECTED] wrote: Hi guys, I'm using ServiceMix 3.1.2 and its jsr181 to deploy my own ws-annotated pojo. I need to return null values in my

Re: Is ServiceMix a BPEL engine?

2008-04-29 Thread Simone Maletta
Hi youhaodeyi, Servicemix is not a BPEL engine, it is an ESB, Enterprise Service Bus. If you want to to deploy bpel processes in servicemix you need to install in it a BPEL engine such ODE. Regards, Simone - Original Message - From: youhaodeyi [EMAIL PROTECTED] To:

Re: Singleto in BPEL

2008-04-29 Thread Simone Maletta
That my process receive the sended message, choose the action according with it and then reply into another queue. I'll be clear: My java class invoke the BPEL, than it asks a parameter to its invoker, the class ask thi to another web-service and than reply to the first BPEL, it has to receive

Re: Singleto in BPEL

2008-04-29 Thread Simone Maletta
process has been invoked. You should enable debug logging on Ode to try understand what happens, but I doubt this is a servicemix problem. On Tue, Apr 29, 2008 at 5:20 PM, Simone Maletta [EMAIL PROTECTED] wrote: That my process receive the sended message, choose the action according