I solved my problem. It was really simple in the end :)
home = @@context.lookup('ServicesHome')
beanHome = PortableRemoteObject.narrow(
home,
BeanHome.java_class
)
ejb = beanHome.create
Now I can call methods on the ejb object.
Sorry for the inconvenience.
--mikael
