| Summary: | org.omg.CORBA.ContextList create_context_list() throws a org.omg.CORBA.NO_IMPLEMENT exception. | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | juergen.bockhorn |
| Component: | ORB | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | jacorb |
| Priority: | P5 | ||
| Version: | 3.3 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
|
Description
juergen.bockhorn
2013-10-17 05:25:15 UTC
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 |