Hi, On Fri, Jan 21, 2011 at 11:05 AM, Senaka Fernando <[email protected]> wrote: > > > On Fri, Jan 21, 2011 at 11:01 AM, Sameera Jayasoma <[email protected]> wrote: >> >> AFAIK, event.broker components has been refactored and merged with >> event.core. But org.wso2.carbon.registry.eventing component still has a >> dependency on this broker packages. Thats why this build is failing. >> >> Who is working on migrating the registry.event component? > > I'm working on that, will have a look. AFAIU, I was under the impression > that backward compatibility was implicit. But, it seems that it wasn't done > so. Has the same been fixed in DS? I'd like to know how that was done.
I actually haven't built the latest event component lately, the last time I checked, DSS was event functionality was indeed broken because of a change in the event component, and it simply required a changed in the Subscription class, where you'd to explicitly set the id in it, possible solution, "subscription.setId(UUID.randomUUID().toString());". Cheers, Anjana. > > Thanks, > Senaka. >> >> Thanks >> Sameera >> >> -- >> Sameera Jayasoma >> Technical Lead and Product Manager, WSO2 Carbon >> >> WSO2, Inc. (http://wso2.com) >> email: [email protected] >> blog: http://tech.jayasoma.org >> >> Lean . Enterprise . Middleware >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> > > > > -- > Senaka Fernando > Product Manager - WSO2 Governance Registry; > Associate Technical Lead; WSO2, Inc.; http://wso2.com > Member; Apache Software Foundation; http://apache.org > > E-mail: senaka AT wso2.com > P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818 > Linked-In: http://www.linkedin.com/in/senakafernando > > Lean . Enterprise . Middleware > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Anjana Fernando Software Engineer WSO2, Inc.; http://wso2.com lean.enterprise.middleware _______________________________________________ Carbon-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
