Please report new issues athttps://github.com/DOCGroup
In PortableInterceptor.pidl the attribute PortableInterceptor::ServerRequestInfo::object_id has the wrong type. According to the latest corba spec it should be ObjectId, not CORBA::OctetSeq. Just a small issue we should fix, besided the diff below the generated code in the repo needs and update then. RCS file: /project/cvs-repository/ACE_wrappers- repository/TAO/tao/PortableInterceptor.pidl,v retrieving revision 1.26 diff -u -u -w -b -r1.26 PortableInterceptor.pidl --- PortableInterceptor.pidl 27 Aug 2004 08:04:56 -0000 1.26 +++ PortableInterceptor.pidl 1 Sep 2004 14:47:34 -0000 @@ -127,7 +127,7 @@ readonly attribute ServerId server_id; readonly attribute ORBId orb_id; readonly attribute AdapterName adapter_name; - readonly attribute CORBA::OctetSeq object_id; + readonly attribute ObjectId object_id; readonly attribute CORBA::OctetSeq adapter_id; readonly attribute CORBA::RepositoryId target_most_derived_interface; CORBA::Policy get_server_policy (in CORBA::PolicyType type);
Added meta corba bug dependency
Accept for tao-support
I will handle this
This one is fixed in the POArefactor2 branch, at the moment we merge this branch, we will get this fix also.
A check resulted in the conclusion that this was already merged by the change below Sat Dec 11 16:05:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl> * tao/PortableInterceptor.pidl: Updated regeneration instructions * tao/PortableInterceptorA.cpp: * tao/PortableInterceptorC.{h,cpp,i,inl}: Regenerated and replace .i file with .inl variant * tao/Makefile.am: Updated because of changes above * tao/diffs/PortableInterceptor.diff: Updated