We are trying to use jacorb together with the CXF CORBA binding. Doing this leads to a org.omg.CORBA.NO_IMPLEMENT exception in org.omg.CORBA.ContextList create_context_list(). A colleague of mine described this problem on stackoverflow with more information. See: http://stackoverflow.com/questions/19318940/cxf-corba-using-jacorb/19362710#19362710 Daniel Kulp from CXF answered to this question that this seems to be a problem with jacorb. Probably there is only a problem with our configuration and it would be nice if you could point us the right direction. Jürgen
create_context_list has indeed not yet been implemented (as has for that matter ContextListImpl). Patches would be welcome.
We are unfortunately only CORBA user without deeper know-how of internals. Is there anybody around who knows what to do and who could supply a patch ? This would be crucial for us cause the SUB-ORB is no real alternative for productive environments. Thx Jürgen
Thanks for the test case you sent via email and the testing. Fixed by * 2db8f2ef32190f9e03a4eadbee9e59af0cb9ff37 - Release target object after DII invocation. Tidy code. * 4e79e2d721eac143c424383bf7468fe4fea5e779 - Fix default logging * 7cb54b58b1be492f46efde16d869336f1696d646 - Remove unused file (when test system used Ant) * fe01e1a7170b2704c9339d996c90c40a7be581cc - Improve test result report generation * 049669805d70a404b01200433b5b3f1ddcf0f31f - BZ968 Fix for streamable in read_value