Re: latest orbit-poa.c changes?
- From: "Phil Dawes" <philipd users sourceforge net>
- To: orbit-list gnome org
- Subject: Re: latest orbit-poa.c changes?
- Date: Fri, 19 Jan 2001 12:52:27 +0000 (GMT)
Hi Dietmar,
I haven't built bonobo, but I suspect this is my bad. The change is:
diff -u ORBit-0.5.6/src/orb/orbit_poa.c ORBit-0.5-stable/src/orb/orbit_poa.c
--- ORBit-0.5.6/src/orb/orbit_poa.c Wed Dec 13 16:38:43 2000
+++ ORBit-0.5-stable/src/orb/orbit_poa.c Mon Jan 15 21:38:21 2001
@@ -293,7 +293,7 @@
poa->id_assignment = PortableServer_SYSTEM_ID;
poa->servant_retention = PortableServer_RETAIN;
poa->request_processing = PortableServer_USE_ACTIVE_OBJECT_MAP_ONLY;
- poa->implicit_activation = PortableServer_NO_IMPLICIT_ACTIVATION;
+ poa->implicit_activation = PortableServer_IMPLICIT_ACTIVATION;
if (policies) {
ORBit_POA_set_policylist(poa, policies, ev);
ORBit_POA_check_policy_conflicts(poa, ev);
This was a patch from Momchil Velikov which I applied to make the
RootPOA corba compliant. Unfortunately it has the effect of making all
new poas have the IMPLICIT_ACTIVATION policy - not just the RootPOA,
and that isn't corba compliant.
I've reverted the patch in CVS. I'll fix the rootpoa
IMPLICIT_ACTIVATION policy thing tonight (GMT).
(BTW the ORBit 'everything' tests don't run now because rootpoa
doesn't have the right policies).
Cheers,
Phil
Dietmar Maurer writes:
> bonobo-transient.c does not longer work with the last changes to
> orbit-poa.c.
> Try bonobo/tests/test-properties-server to verify it.
>
> any ideas?
>
> - Dietmar
>
>
> _______________________________________________
> orbit-list mailing list
> orbit-list gnome org
> http://mail.gnome.org/mailman/listinfo/orbit-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]