I solved my problem. I used the wrong Initial Context Factory. By using: org.jboss.security.jndi.JndiLoginInitialContextFactory everything worked just fine.
Best regards
// Rasmus
Type: Posts; User: rasmus; Keyword(s):
I solved my problem. I used the wrong Initial Context Factory. By using: org.jboss.security.jndi.JndiLoginInitialContextFactory everything worked just fine.
Best regards
// Rasmus
Hi,
I am trying to access a remote EJB with a small Spring-app. The exception and top of the stack trace as well as my bean definitions and code is included below.
The EJB is deployed on a...