[jboss-user] [EJB 3.0] - Problems with Local SessionBeans

2006-10-17 Thread elster
I'am using Local SessionBeans with Object Arguments. For Example: @Stateless @Local(BiManager.class) @LocalBinding(jndiBinding="BiManager") public class UserManagerBean implements UserManager { public void registerUser(Object newUserData){ ... I get a error message (IllegalArgumentExceptio

[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS

2006-08-30 Thread elster
Firstly Doug i have to say thankya for your reply. Nevertheless it isn't working in that way. I've changed my method from | @WebMethod(operationName="HelloWorld") | @WebResult(name="Hello") | public String HelloWorld(){ | return "Hello World"; | } | to | @WebMethod(op

[jboss-user] [JBossWS] - Re: Problem with wsdl, accessing a WebMethod in a statelessS

2006-08-29 Thread elster
I found out that the problem is in the wsdl at line 18. | | The error is the "name" attribute. It should be called "parameters". | | My new question is: How can i change that behaviour on JBOSS? View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossWS] - Problem with wsdl, accessing a WebMethod in a statelessSessi

2006-08-28 Thread elster
Hello...dunno if this is the right board since i saw there is a JBOSS.NET board as well. I hope it will fit in here. actually i'am using EJB 3.0 and trying to access a simple HelloWorld method from a C# Client. But it seems that the *.wsdl file which is generated by my annotations does'nt work