Hi,

 This post is for all those trying to install apache ode1.1.1 in servicemix
3.2.1.

1) Download Apache ServiceMix 3.2.1 and Apache Ode 1.1.1 
  a) Unzip Ode in directory "apache-ode-jbi-1.1.1" 
  b) Unzip ServiceMix in directory "apache-servicemix-3.2.1" 

2) Add missing libs to Apache Ode 1.1.1 
  a) ode-jbi-1.1.1.zip into "ode-temp" directory 
  b) Copy geronimo-connector-1.2-beta.jar, geronimo-transaction-1.2-beta.jar 
and geronimo-kernel-1.2-beta.jar under ode-temp/lib 
  c) Edit ode-temp/META-INF/jbi.xml and add the following lines under both 
<component-class-path> and <bootstrap-class-path>, 

      <path-element>lib/geronimo-connector-1.2-beta.jar</path-element> 
      <path-element>lib/geronimo-kernel-1.2-beta.jar</path-element> 
      <path-element>lib/geronimo-transaction-1.2-beta.jar</path-element> 

  d) Rezip the content of "ode-temp" as ode-jbi.zip 
     (Make sure "lib", "META-INF", ... directories are at the top level of 
the archive) 

3) Deploy the patched Ode SE 
  a) Copy ode-jbi.zip under apache-servicemix-3.2.1/hotdeploy 

4) Start ServiceMix 
  a) bin\servicemix.bat (Windows) or bin/servicemix (Linux) 
  b) ServiceMix should start without errors 

5) Test 
  a) Go into "apache-ode-jbi-1.1.1/HelloWorld2" 
  b) Type "ant" 
  c) Copy the newly created "build/HelloWorld2-sa.zip" into 
"apache-servicemix-3.2.1/hotdeploy" 
  d) Type "ant test" and you should see the HelloResponse XML message 
appear. 


please refer the link for the actual post in the ide forum. Thnaks to  Alex
Boisvert for temporary fix.

Regards,
Ganesh

http://www.nabble.com/Does-someone-have-ODE-working-as-a-JBI-component-in-ServiceMix---td16857751.html#a16862454

  

gnodet wrote:
> 
> Are you sure you are trying to deploy a valid service assembly ? It
> could be you are trying to deploy a service unit instead, which would
> fail (I would have though there would be a meaningful error message
> though).
> 
> On Thu, Jul 3, 2008 at 9:01 AM, navigator09 <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi Gnodet,
>>
>> Here are the loggers
>>
>> tion of archive:  sun-http-binding.jar
>> INFO  - AutoDeploymentService          - Directory: hotdeploy: Archive
>> changed:
>> processing SynchronousSample.jar ...
>> DEBUG - AutoDeploymentService          - Unpacked archive
>> D:\apache-servicemix-3
>> .2.1\hotdeploy\SynchronousSample.jar to
>> D:\apache-servicemix-3.2.1\data\smx\tmp\
>> SynchronousSample.0.tmp
>> DEBUG - SedaFlow                       - Called Flow suspend
>> DEBUG - JMSFlow                        - Called Flow suspend
>> DEBUG - JCAFlow                        - Called Flow suspend
>> DEBUG - SedaFlow                       - Called Flow resume
>> DEBUG - JMSFlow                        - Called Flow resume
>> DEBUG - JCAFlow                        - Called Flow resume
>> INFO  - AutoDeploymentService          - Directory: hotdeploy: Finished
>> installa
>> tion of archive:  SynchronousSample.jar
>>
>> Regards,
>> Ganesh
>>
>> gnodet wrote:
>>>
>>> Maybe you could set the log level to debug and post it so that we can
>>> check if something wrong happens.
>>>
>>> On 7/2/08, navigator09 <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hi,
>>>>
>>>>   I am using servicemix esb and plan to evalute the openESB's BPEL
>>>> engine
>>>> inside servicemix. I have downloaded the the BPEL engine and the shared
>>>> library and have successfullly installed it in servicemix. The BPEL
>>>> engine
>>>> component is visible in jconsole.
>>>>
>>>>   When I try to  hotdeploy the sample example Synchronussample.jar file
>>>> inside servicemix, the deployment is successful. However,I am not sure
>>>> how
>>>> to access the service for testing. The end points are not visible in
>>>> jconsole.
>>>>
>>>>   I believe that since both esb's are jbi compliant the components and
>>>> the
>>>> service assemblies should be interoperable. Let me know if there is any
>>>> way
>>>> to solve the problem.
>>>>
>>>> Regards,
>>>> Ganesh
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/OpenESB-BPEL-in-servicemix-tp18232446p18232446.html
>>>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>> --
>>> Cheers,
>>> Guillaume Nodet
>>> ------------------------
>>> Blog: http://gnodet.blogspot.com/
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/OpenESB-BPEL-in-servicemix-tp18232446p18252691.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/OpenESB-BPEL-in-servicemix-tp18232446p18332056.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to