0 Replies Latest reply on Sep 14, 2005 10:30 AM by dexter98200

    problem with nested arrays

    dexter98200

      I have a problem with jboss. The problem happens only when a c++ app calls Jboss(Java). the c++ app creates a bean and the bean contains strings and one array of strings. The strings are sent and show up in are java app. But the array of strings is always null. I used ethereal and sniffed the network and see the bean and the array has data. But when jboss gets it, jboss says the array of strings is null. What do I have to do to make internal arrays work?

      If a java app calls jboss it works just fine.