scheduler and hibernate DDL should be
> generated for each of the supported database vendors.
>
> Regards,
>
> Aaron
>
>
>
>
>
> From: Meeraj Kunnumpurath
> To: dev@ode.apache.org
> Sent: Thu, May 27, 2010 7:32:29 AM
> Subjec
should be generated for each of
the supported database vendors.
Regards,
Aaron
From: Meeraj Kunnumpurath
To: dev@ode.apache.org
Sent: Thu, May 27, 2010 7:32:29 AM
Subject: Re: Embedding ODE
I think it is because I didn't start the scheduler. However, when
t; > > >SimpleScheduler scheduler = new SimpleScheduler(new
>> > > > GUID().toString(), new JdbcDelegate(basicDataSource), odeProperties
>> );
>> > > >
>> scheduler.setExecutorService(Executors.newCachedThreadPool());
>> > > >
roperties
> );
> > > >scheduler.setExecutorService(Executors.newCachedThreadPool());
> > > >scheduler.setTransactionManager(transactionManager);
> > > >
> > > > BpelDAOConnectionFactoryImpl dcf = new
> > > > BpelDAO
lServer.setDaoConnectionFactory(dcf);
> > >bpelServer.setScheduler(scheduler);
> > >bpelServer.init();
> > >
> > > Is this the right approach?
> > >
> > > Thanks
> > > Meeraj
> > >
> > > On Thu, Apr 22
;bpelServer.setDaoConnectionFactory(dcf);
> >bpelServer.setScheduler(scheduler);
> >bpelServer.init();
> >
> > Is this the right approach?
> >
> > Thanks
> > Meeraj
> >
> > On Thu, Apr 22, 2010 at 8:49 PM, Meeraj Kunnumpurath
roach?
>
> Thanks
> Meeraj
>
> On Thu, Apr 22, 2010 at 8:49 PM, Meeraj Kunnumpurath <
> mkunnumpur...@googlemail.com> wrote:
>
> > Hi,
> >
> > I am looking at embedding ODE in an SCA container. The objective is to
> > enable in-process two way invoc
?
Thanks
Meeraj
On Thu, Apr 22, 2010 at 8:49 PM, Meeraj Kunnumpurath <
mkunnumpur...@googlemail.com> wrote:
> Hi,
>
> I am looking at embedding ODE in an SCA container. The objective is to
> enable in-process two way invocation between BPEL processes and other
> component type
Hi,
I am looking at embedding ODE in an SCA container. The objective is to
enable in-process two way invocation between BPEL processes and other
component types like POJO instances. Quickly looking through the source, I
gather the starting point is BpelServerImpl. Could someone please tell what