[jboss-jira] [JBoss JIRA] Created: (JBAS-8685) EJB remote call from one server to another doesn't work
Eugen Fischer (JIRA)
jira-events at lists.jboss.org
Tue Nov 30 05:02:10 EST 2010
EJB remote call from one server to another doesn't work
-------------------------------------------------------
Key: JBAS-8685
URL: https://jira.jboss.org/browse/JBAS-8685
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: 6.0.0.CR1
Environment: First Server runs on Linux
Second Client Server runs on Windows
Reporter: Eugen Fischer
Assignee: Carlo de Wolf
I am getting following exception if I try to call EJB from different jboss AS container:
Caused by: java.lang.NullPointerException
at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:185) [:1.0.11]
at $Proxy321.createSesssion(Unknown Source) at CreateSessionActionBean.createSession(CreateSessionActionBean.java:20) [:]
My example you can find in steps to reproduce.
I also tried to test the same code with jboss 4.2.3.GA containners. It works without any problems there.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list