Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 968 - org.omg.CORBA.ContextList create_context_list() throws a org.omg.CORBA.NO_IMPLEMENT exception.
Summary: org.omg.CORBA.ContextList create_context_list() throws a org.omg.CORBA.NO_IMP...
Status: RESOLVED FIXED
Alias: None
Product: JacORB
Classification: Unclassified
Component: ORB (show other bugs)
Version: 3.3
Hardware: PC Windows NT
: P5 blocker
Assignee: Mailinglist to track bugs
URL:
Depends on:
Blocks:
 
Reported: 2013-10-17 05:25 UTC by juergen.bockhorn
Modified: 2013-12-04 06:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description juergen.bockhorn 2013-10-17 05:25:15 UTC
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
Comment 1 Nick Cross 2013-10-17 06:56:49 UTC
create_context_list has indeed not yet been implemented (as has for that matter ContextListImpl). Patches would be welcome.
Comment 2 juergen.bockhorn 2013-10-17 09:32:58 UTC
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
Comment 3 Nick Cross 2013-12-04 06:30:31 UTC
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