I think there is a bug in the way that jboss generates IIOP method names for
remote interfaces w/ overloaded methods.
I have the following ejb remote interface
public interface ApplicationSession extends EJBObject {
public Application getApplications(org.foo.ListFilter filter)...
public Application getApplications(Integer[] keys)...
}
rmic will generate the following valid IDL method names
* getActiveApplications__org_foo_ListFilter
* getActiveApplications__org_omg_boxedRMI_java_lang_seq1_Integer
jboss has these method names in its method invoker map in
org.jboss.proxy.ejb.EjbObjectCorbaServant
* getActiveApplications__org_twia_util_ListFilter
* getActiveApplications_
Has anyone else seen this? If so has it been fixed in 4.0.x?
Thanks,
Chris
Setup
-----------------
* WindowsXP
* Sun1.4.2_05
* JBoss3.2.3
* Janeva invoking JBoss via IIOP
-----------------
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864147#3864147
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864147
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user