<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>On Jul 27, 2007, at 10:41 AM, Jason Stelzer wrote:</div><div><div><br class="Apple-interchange-newline"><blockquote type="cite"> Hello, I have a minor problem with a custom box type in omniORB 4.1.<div><br class="webkit-block-placeholder"></div><div>I've an application that is written in java returning a simple pojo with some attributes set. Its serializable and is returning fine. The IDL generates correct looking C++ stubs.</div><div><br class="webkit-block-placeholder"></div><div>The problem is this. The C++ client throws an exception when it tries to unmarshall the return value. I believe this is because I need to register the value factory with the orb. I'd imagine this would go something like</div><div><br class="webkit-block-placeholder"></div><div>CORBA::ValueFactoryBase_var vf = new PojoFactory();</div><div>CORBA::String_var repIdV = ...-&gt;id();</div><div>orb-&gt;register_value_factory(repIdV.in(), vf.in());</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>However, I'm somewhat confused by the generated code and the user docs. Section 13.4 of the user guide says this:</div><div><br><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></div></div></blockquote><br></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>Well, this wound up simply me being confused about value boxes vs value types. At this point I'm much more clear on what needs implemented.</div><div><br class="webkit-block-placeholder"></div><div><br><br class="webkit-block-placeholder"></div><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>J.</div><br class="Apple-interchange-newline"></span></span> </div><br></div></body></html>