0 Replies Latest reply on Feb 29, 2004 8:37 PM by johnagibbons

    Out of memory error when passing string argument

    johnagibbons

      I am trying to access EJBs in JBOSS via the CORBA interface. The client is a system using MICO.

      I can quite happily create a stateless session bean from its home and then call various methods with long or int params and get the returned results.

      When I try to call a method with a String argument an out of memory exception is thrown.

      This does not appear to be a problem on the client side as I have a non-JBOSS test server that prints the call details without problem.

      Does anyone have an example that uses strings as arguments?