An: [EMAIL PROTECTED]
Betreff: [JBoss-user] Problem in Jboss.net with WSDL
I have a stateless session bean whose remote interface extends another
interface.
public interface UserManagerRemote extends IUserManager, EJBObject
{
// All
business methods defined in IUserManager
}
Whe
I have a stateless session bean whose remote interface extends another interface.
public interface UserManagerRemote extends IUserManager, EJBObject
{
// All
business methods defined in IUserManager
}
When I expose this EJB as a webservice
through jboss.net none of the met