The problem thas arose now is that when i invoke the create method from
the home interface, the result is the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/geronimo/security/ContextManager
at org.openejb.client.EJBHomeHandler.create(EJBHomeHandler.java:219)
at org.openejb.client.EJBHomeHandler._invoke(EJBHomeHandler.java:148)
at
org.openejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:181)
at
org.openejb.client.CgLibInvocationHandler.invoke(CgLibInvocationHandler.java:77)
at
org.openejb.client.CgLibInvocationHandler.intercept(CgLibInvocationHandler.java:67)
at
org.openejb.client.CgLibProxy$$EnhancerByCGLIB$$a242ddb2.create(<generated>)
at Client.main(Client.java:33)
Again, thanks in advance