[jboss-user] [EJB/JBoss] - Method Overloading and SOAP Annotations

2008-06-06 Thread nraghava
I have myHelloWorld EJB3 service with 3 overloaded methods and corresponding SOAP Annotations. per the WSDL Spec, the combination of method name and in/out parameter name is unique i.e., [SomeMethod, somedaylong, somedaylong, somemonth] [SomeMethod, somedayint, somedayint, somemonth] [SomeMetho

[jboss-user] [JBossWS] - Method Overloading and SOAP Annotations

2008-06-10 Thread nraghava
I have my HelloWorld EJB3 service with 3 overloaded methods and corresponding SOAP Annotations. Hello World Impl Code: | public class SomeServiceBean implements SomeService { | | @WebMethod | @WebResult(name="someData") | public string SomeMethod ( @WebParam(name="somedaylon

[jboss-user] [EJB 3.0] - JBoss ESB and EJB3

2008-05-02 Thread nraghava
I have a sample HelloWorld EJB3 service that is deployed. From within my .esb archive action class I have a @EJB annotation to inject the HelloWorld service api. When I deploy the esb archive it deploys fine but the injection never happens. I modified my esb archive to do straight JNDI lookup