You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by ke...@yahoo.fr on 2006/12/24 11:48:33 UTC

RE : How to test the successfully deployed example loan-broker-bpel?

Hello gaolinb,

with SMX 3.1 u have got two samples loan-broker and
loan-broker-bpel

the first one comes with JMSClient classe to test the
SA, but it is not a xml request.
The second one with bpel engine need a xml request,
you can find a test classe in svn repository 
at
$SVN_SMX_REPO/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client

You have to compile it. 

i have try it & it is work. I can send you my full
eclipse project if you want. 


Merry Xmas, and  Happy New years to every one.

Grégoire A.



--- gaolinb <ga...@163.com> a écrit :

> 
> Hi,
>   I have deployed the wsdl-first example to the Fuse
> platform based the
> fuse-eclipse ide 
> 
> and i used the "Test with  Web Service Explorer"
> tool provided by the
> fuse-eclipse to test 
> 
> the example  successfully.And now i have also
> deployed the loan-broker-bpel
> example  
> 
> to the Fuse platform based the fuse-eclipse ide
> successfully,i can see the
> loan-broker-sa  from the 
> 
> JBI Upload Portlet's Deployed Assemblies's list and
> it's status Started. But
> i am not familiar with the 
> 
> use of the JMS broker ActiveMQ,and i also find the
> code of the
> loan-broker-bpel example  a little  
> 
> complicated to understand,besides,i don't know how
> to test the
> loan-broker-bpel example 
> 
> based the Fuse platform . So i beg someone to help
> me how to test the
> successfully 
> 
> deployed example loan-broker-bpel step by step,and i
> believe only after
> testing can i  
> 
> understand the code of the loan-broker-bpel well.
> 
>   Thanks,
> 
>   gaolinb
> -- 
> View this message in context:
>
http://www.nabble.com/How-to-test-the-successfully-deployed-example-loan-broker-bpel--tf2876115s12049.html#a8038867
> Sent from the ServiceMix - User mailing list archive
> at Nabble.com.
> 
> 




	

	
		
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com

Re: RE : How to test the successfully deployed example loan-broker-bpel?

Posted by "Grégoire A." <ke...@yahoo.fr>.
Hello,

I am sorry, i didn't use fuse platform for my developpement.
the two samples didn't use the same architecture. The first one 
uses jms message properties to carry data request (eg. ssn,amount), 
those properties are mapped onto NormalizedMessage properties.
But the second sample uses a full XML message to carry data, as 
you can see in his JMSCient.
then those two samples are not compatibles between them. 
i will send to you my project ASAP.

A+

-- 
Grégoire A.
_______________________________
keogaa-ddo@yahoo.fr

Le dimanche 24 décembre 2006 à 05:44 -0800, gaolinb a écrit : 
> Thank you for your advice!That's great if you can send me  your full
> eclipse project,and I really appreciate your help.
> Another thing i want to ask,is your eclipse project  based on the
> fuse-platform and the  JMSClient class of the loan-broker will work for the
> second one with bpel engine ?
> Merry Xmas, and  Happy New years to you!
> 
> 
> keogaa-jackrabbbit wrote:
> > 
> > 
> > Hello gaolinb,
> > 
> > with SMX 3.1 u have got two samples loan-broker and
> > loan-broker-bpel
> > 
> > the first one comes with JMSClient classe to test the
> > SA, but it is not a xml request.
> > The second one with bpel engine need a xml request,
> > you can find a test classe in svn repository 
> > at
> > $SVN_SMX_REPO/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client
> > 
> > You have to compile it. 
> > 
> > i have try it & it is work. I can send you my full
> > eclipse project if you want. 
> > 
> > 
> > Merry Xmas, and  Happy New years to every one.
> > 
> > Grégoire A.
> > 
> > 
> > 
> > --- gaolinb <ga...@163.com> a écrit :
> > 
> >> 
> >> Hi,
> >>   I have deployed the wsdl-first example to the Fuse
> >> platform based the
> >> fuse-eclipse ide 
> >> 
> >> and i used the "Test with  Web Service Explorer"
> >> tool provided by the
> >> fuse-eclipse to test 
> >> 
> >> the example  successfully.And now i have also
> >> deployed the loan-broker-bpel
> >> example  
> >> 
> >> to the Fuse platform based the fuse-eclipse ide
> >> successfully,i can see the
> >> loan-broker-sa  from the 
> >> 
> >> JBI Upload Portlet's Deployed Assemblies's list and
> >> it's status Started. But
> >> i am not familiar with the 
> >> 
> >> use of the JMS broker ActiveMQ,and i also find the
> >> code of the
> >> loan-broker-bpel example  a little  
> >> 
> >> complicated to understand,besides,i don't know how
> >> to test the
> >> loan-broker-bpel example 
> >> 
> >> based the Fuse platform . So i beg someone to help
> >> me how to test the
> >> successfully 
> >> 
> >> deployed example loan-broker-bpel step by step,and i
> >> believe only after
> >> testing can i  
> >> 
> >> understand the code of the loan-broker-bpel well.
> >> 
> >>   Thanks,
> >> 
> >>   gaolinb
> >> -- 
> >> View this message in context:
> >>
> > http://www.nabble.com/How-to-test-the-successfully-deployed-example-loan-broker-bpel--tf2876115s12049.html#a8038867
> >> Sent from the ServiceMix - User mailing list archive
> >> at Nabble.com.
> >> 
> >> 
> > 
> > 
> > 
> > 
> > 	
> > 
> > 	
> > 		
> > ___________________________________________________________________________ 
> > Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son
> > interface révolutionnaire.
> > http://fr.mail.yahoo.com
> > 
> > 




	

	
		
___________________________________________________________________________ 
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire.
http://fr.mail.yahoo.com

Re: RE : How to test the successfully deployed example loan-broker-bpel?

Posted by gaolinb <ga...@163.com>.
Thank you for your advice!That's great if you can send me  your full
eclipse project,and I really appreciate your help.
Another thing i want to ask,is your eclipse project  based on the
fuse-platform and the  JMSClient class of the loan-broker will work for the
second one with bpel engine ?
Merry Xmas, and  Happy New years to you!


keogaa-jackrabbbit wrote:
> 
> 
> Hello gaolinb,
> 
> with SMX 3.1 u have got two samples loan-broker and
> loan-broker-bpel
> 
> the first one comes with JMSClient classe to test the
> SA, but it is not a xml request.
> The second one with bpel engine need a xml request,
> you can find a test classe in svn repository 
> at
> $SVN_SMX_REPO/trunk/distributions/apache-servicemix/src/sandbox/bpel-bpe/src/client
> 
> You have to compile it. 
> 
> i have try it & it is work. I can send you my full
> eclipse project if you want. 
> 
> 
> Merry Xmas, and  Happy New years to every one.
> 
> Grégoire A.
> 
> 
> 
> --- gaolinb <ga...@163.com> a écrit :
> 
>> 
>> Hi,
>>   I have deployed the wsdl-first example to the Fuse
>> platform based the
>> fuse-eclipse ide 
>> 
>> and i used the "Test with  Web Service Explorer"
>> tool provided by the
>> fuse-eclipse to test 
>> 
>> the example  successfully.And now i have also
>> deployed the loan-broker-bpel
>> example  
>> 
>> to the Fuse platform based the fuse-eclipse ide
>> successfully,i can see the
>> loan-broker-sa  from the 
>> 
>> JBI Upload Portlet's Deployed Assemblies's list and
>> it's status Started. But
>> i am not familiar with the 
>> 
>> use of the JMS broker ActiveMQ,and i also find the
>> code of the
>> loan-broker-bpel example  a little  
>> 
>> complicated to understand,besides,i don't know how
>> to test the
>> loan-broker-bpel example 
>> 
>> based the Fuse platform . So i beg someone to help
>> me how to test the
>> successfully 
>> 
>> deployed example loan-broker-bpel step by step,and i
>> believe only after
>> testing can i  
>> 
>> understand the code of the loan-broker-bpel well.
>> 
>>   Thanks,
>> 
>>   gaolinb
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/How-to-test-the-successfully-deployed-example-loan-broker-bpel--tf2876115s12049.html#a8038867
>> Sent from the ServiceMix - User mailing list archive
>> at Nabble.com.
>> 
>> 
> 
> 
> 
> 
> 	
> 
> 	
> 		
> ___________________________________________________________________________ 
> Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son
> interface révolutionnaire.
> http://fr.mail.yahoo.com
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-test-the-successfully-deployed-example-loan-broker-bpel--tf2876115s12049.html#a8041108
Sent from the ServiceMix - User mailing list archive at Nabble.com.