[jboss-user] [EJB 3.0] - Re: Corba
ollka
do-not-reply at jboss.com
Mon Apr 2 05:51:00 EDT 2007
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#4033632
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033632
More information about the jboss-user
mailing list