Bugs item #857296, was opened at 2003-12-10 02:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=857296&group_id=22866
Category: JBossIIOP Group: None Status: Open Resolution: None Priority: 5 Submitted By: Francisco Reverbel (reverbel) Assigned to: Francisco Reverbel (reverbel) Summary: Bad mapping for method whose name clashes with its interface Initial Comment: According to the Java to IDL mapping spec (http://www.omg.org/cgi-bin/doc?formal/03-09-04), Java method, constant, or field names whose mapped name collides with the mapped name of their Java container are mapped with an additional trailing underscore. For example, if a remote Java interface Foo has a method foo, the OMG IDL interface is called Foo and the OMG IDL operation is called foo_. Currently JBoss adds no trailing underscore to the mapped name of such a method. As a consequence, clients cannot use an rmic-generated stub to call the method: the stub sends out a mapped method name with a trailing underscore, but the server expects a name with no trailing underscore and hence it throws BAD_OPERATION. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=857296&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
