Hello,
I am using the latest OpenEJB 3.1, started the server, deployed my EJB 3.0
application, and wrote inside Eclipse a simple remote EJB client that
invokes my EJBs one by one. Some of the invocations are successful, but most
of them fail with java.lang.NumberFormatException and with NPE:
1. Caused by: javax.ejb.EJBException: Unknown Container Exception:
java.lang.NullPointerException: null
at
org.apache.openejb.client.EJBObjectHandler._invoke(EJBObjectHandler.java:184)
2. Caused by: java.lang.NumberFormatException: For input string: "u"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at
org.apache.openejb.client.ProtocolMetaData.init(ProtocolMetaData.java:57)
3. The same message for input strings "[]", "F", "~", "q", "Y", etc.
I have no idea where this symbols come from! On my Eclipse project i have on
the classpath the client jar that can be found under the /lib directory of
my OpenEJB installation. It is called openejb-client-3.1.jar
Can you please help me with this issue ?
recursion.
--
View this message in context:
http://www.nabble.com/java.lang.NumberFormatException-when-calling-EJBs-tp23957712p23957712.html
Sent from the OpenEJB User mailing list archive at Nabble.com.