Maybe i don't understand something...
Look
example of myBean
I have
@Remote
public interface MyBeanRemote extends java.rmi.Remote {...}
@Stateless
@Remote({MyBeanRemote.class})
@RemoteBinding(factory=org.jboss.ejb3.iiop.IORFactory.class)
public class MyBean implements MyBeanRemote {...}
When i deploy this - i have exception listed before
(org.omg.PortableServer.POAPackage.AdapterAlreadyExists:
IDL:omg.org/PortableServer/POA/AdapterAlreadyExists:1.0) (but bean is deployed)
And when i try to resolve bean from client, using your properties, i have NotFound
exception.
If i try to move @REmoteBinding to MyBeanRemote interface, i have no exceptions but still
have NotFound exception.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033632#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...