You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by jbi joe <jo...@daggerpoint.net> on 2007/06/26 13:03:03 UTC

Howto install netbeans BPEL SE


Is there a way to install netbeans BPEL SE into servicemix 3.1?
If so, can I get some detailed instructions on doing it?
I took a look through the netbeans and didnt see any zip
files that looked to be in the "JBI component" format.
The reason that I am doing this is because I cannot get
the syntax of the servicemix-bpe to understand some 
2.0 BPEL instructions.    For example;

<if name="MyTest>
    <condition>  $Variable1 = 'SomeTestValue </condition>
          <seqence>
           ..........blah, blah,,,, etc,.,
          </sequence>
</if>
-- 
View this message in context: http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11303610
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Howto install netbeans BPEL SE

Posted by jbi joe <jo...@daggerpoint.net>.

Ooops, yea I know I left off some tick marks, but u get my drift...
TIA

jbi joe wrote:
> 
> 
> Is there a way to install netbeans BPEL SE into servicemix 3.1?
> If so, can I get some detailed instructions on doing it?
> I took a look through the netbeans and didnt see any zip
> files that looked to be in the "JBI component" format.
> The reason that I am doing this is because I cannot get
> the syntax of the servicemix-bpe to understand some 
> 2.0 BPEL instructions.    For example;
> 
> <if name="MyTest>
>     <condition>  $Variable1 = 'SomeTestValue </condition>
>           <seqence>
>            ..........blah, blah,,,, etc,.,
>           </sequence>
> </if>
> 

-- 
View this message in context: http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11303625
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Howto install netbeans BPEL SE

Posted by Guillaume Nodet <gn...@gmail.com>.
servicemix-bpe is not supported anymore.
You should give a try to Apache Ode instead.

On 6/26/07, jbi joe <jo...@daggerpoint.net> wrote:
>
>
>
> Is there a way to install netbeans BPEL SE into servicemix 3.1?
> If so, can I get some detailed instructions on doing it?
> I took a look through the netbeans and didnt see any zip
> files that looked to be in the "JBI component" format.
> The reason that I am doing this is because I cannot get
> the syntax of the servicemix-bpe to understand some
> 2.0 BPEL instructions.    For example;
>
> <if name="MyTest>
>     <condition>  $Variable1 = 'SomeTestValue </condition>
>           <seqence>
>            ..........blah, blah,,,, etc,.,
>           </sequence>
> </if>
> --
> View this message in context:
> http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11303610
> Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/

Re: Howto install netbeans BPEL SE

Posted by jbi joe <jo...@daggerpoint.net>.

I have a BPEL SU deploying from a SA and it works good, except I have yet
to get a doc into it.  Im sure I will get it..  
I followed the servicemix example for the loanbroker BPEL SU.  I
dissassembled it
and then created my bpel SU exactly how it was.   

hgkrt wrote:
> 
> You can find the sun bpel engine from 
> \Your_Sun_APP_Home\addons\jbi-components directory,(use NetBeansIDE6.0M9
> installer)
> named bpelserviceengine.jar.
> Just copy it to ServiceMix3.1 install directory, and start servicemix, 
> you can see the bpel engine started message.
> 
> is this you want to do ? but i still not know how to make a bpel su work
> on servicemix.
> 
> 
> jbi joe wrote:
>> 
>> 
>> Is there a way to install netbeans BPEL SE into servicemix 3.1?
>> If so, can I get some detailed instructions on doing it?
>> I took a look through the netbeans and didnt see any zip
>> files that looked to be in the "JBI component" format.
>> The reason that I am doing this is because I cannot get
>> the syntax of the servicemix-bpe to understand some 
>> 2.0 BPEL instructions.    For example;
>> 
>> <if name="MyTest>
>>     <condition>  $Variable1 = 'SomeTestValue </condition>
>>           <seqence>
>>            ..........blah, blah,,,, etc,.,
>>           </sequence>
>> </if>
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11329467
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Howto install netbeans BPEL SE

Posted by hgkrt <hg...@yahoo.co.jp>.
You can find the sun bpel engine from 
\Your_Sun_APP_Home\addons\jbi-components directory,(use NetBeansIDE6.0M9
installer)
named bpelserviceengine.jar.
Just copy it to ServiceMix3.1 install directory, and start servicemix, 
you can see the bpel engine started message.

is this you want to do ? but i still not know how to make a bpel su work on
servicemix.


jbi joe wrote:
> 
> 
> Is there a way to install netbeans BPEL SE into servicemix 3.1?
> If so, can I get some detailed instructions on doing it?
> I took a look through the netbeans and didnt see any zip
> files that looked to be in the "JBI component" format.
> The reason that I am doing this is because I cannot get
> the syntax of the servicemix-bpe to understand some 
> 2.0 BPEL instructions.    For example;
> 
> <if name="MyTest>
>     <condition>  $Variable1 = 'SomeTestValue </condition>
>           <seqence>
>            ..........blah, blah,,,, etc,.,
>           </sequence>
> </if>
> 

-- 
View this message in context: http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11317147
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Howto install netbeans BPEL SE

Posted by jbi joe <jo...@daggerpoint.net>.
I loaded the BPEL engine from Sun APP server.
It deployed and looks like it gonna work..
Gettin ready to test....


jbi joe wrote:
> 
> 
> Is there a way to install netbeans BPEL SE into servicemix 3.1?
> If so, can I get some detailed instructions on doing it?
> I took a look through the netbeans and didnt see any zip
> files that looked to be in the "JBI component" format.
> The reason that I am doing this is because I cannot get
> the syntax of the servicemix-bpe to understand some 
> 2.0 BPEL instructions.    For example;
> 
> <if name="MyTest>
>     <condition>  $Variable1 = 'SomeTestValue </condition>
>           <seqence>
>            ..........blah, blah,,,, etc,.,
>           </sequence>
> </if>
> 

-- 
View this message in context: http://www.nabble.com/Howto-install-netbeans-BPEL-SE-tf3981727s12049.html#a11316283
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.