Hello!

I just had time to upgrade from 1.1 to 1.2. I tried to follow the instructions: 
execute the following upgrade script.

alter table BPEL_SELECTORS add column (PROC_TYPE varchar(255));
update BPEL_PROCESS p, BPEL_CORRELATOR c, BPEL_SELECTORS s set s.PROC_TYPE = 
('{' + p.type_ns + '}' + p.type_name) where s.CORRELATOR = c.CID and 
c.PROCESS_ID = p.PROCID;

But I don't have any tables with the BPEL_ prefix. I have ODE_PROCESS and 
ODE_CORRELATOR but no ODE_SELECTOR.

When I looked at the SQL scripts in the distro I saw the same as above..

Met vriendelijke groet,
René Bos | Software developer

Pagelink interactives
Telefoon 074-7501269
E-mail   [EMAIL PROTECTED]

Sherwood Rangers 29, 7551 KW  Hengelo | Postbus 76, 7550 AB  Hengelo | Telefoon 
074-7501250 | Fax 074-7501251 | Internet www.pagelink.nl 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthieu Riou
Sent: vrijdag 11 juli 2008 22:26
To: [email protected]
Subject: Re: ODE 1.2 Release

On Thu, Jul 10, 2008 at 2:10 PM, René Bos <[EMAIL PROTECTED]> wrote:

> Hello!
>
> I saw the announcement of the new release on your homepage last week, but
> couldn't find any upgrade instructions.
> Can we simply replace the WAR file in Tomcat, redeploy Ode and put the
> config files back? Or do we need any database or config updates?
>
> Maybe its nice to post the answer to this in a general place so other
> people are encouraged upgrade..
>

Thanks for following up on this :) I've put up an upgrade page linked from
the downkoad. It should get mirrored tomorrow but in the meantime you can
see it here:

http://cwiki.apache.org/confluence/display/ODExSITE/Upgrade+to+1.2

It should work for either 1.1.1 and 1.2. Just make sure to backup all your
data and server before ;)

Cheers,
Matthieu


>
> Thanks!
>
> Rene
>
>
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] namens Matthieu Riou
> Verzonden: do 10-7-2008 17:53
> Aan: [email protected]
> Onderwerp: ODE 1.2 Release
>
> Hi all,
>
> Most of you probably already know but just in case... :)
>
> The Apache ODE community is proud to announce its latest 1.2 release that
> includes many new features, improvements and bug fixes. Apache ODE is a
> WS-BPEL compliant web services orchestration engine. It organizes web
> services calls following a process description written in the BPEL XML
> grammar. Another way to describe it would be a web-service capable workflow
> engine.
>
> Highlights of this release:
>
>  * External variables: variables used in a process are not opaque to the
> outside world anymore. You can map them to a simple database table and
> manipulate them directly.
>  * Support for the WSDL HTTP binding. We've also added a few extensions,
> allowing the invocation of REST-style web services.
>  * Advanced endpoint configuration which, thanks to the integration with
> Apache Axis2, enables WS-Security and WS-RM support.
>  * A long list of small fixes and improvements for best-of-breed stability,
> performance and usability.
>
> In addition to these new features, Apache ODE provides the following
> functionalities:
>
>  * Side-by-side support for both the WS-BPEL 2.0 OASIS standard and the
> legacy BPEL4WS 1.1 vendor specification.
>  * Supports 2 communication layers: one based on Axis2 (Web Services http
> transport) and another one based on the JBI standard (using ServiceMix).
>  * High level API to the engine that allows you to integrate the core with
> virtually any communication layer.
>  * Hot-deployment of your processes.
>  * Compiled approach to BPEL that provides detailed analysis and validation
> at the command line or at deployment.
>  * Management interface for processes, instances and messages.
>
> For more information, check the Apache ODE website: http://ode.apache.org/
> .
>
> Apache ODE is an open source project released under a business-friendly
> license (Apache License v2.0), as such we welcome all your help and
> contributions. To participate and get involved, our mailing lists are the
> best resources to start from: http://ode.apache.org/mailing-lists.html
>
> Cheers,
> Matthieu
>
>
>

Reply via email to