EJB Adapter treatment of String[]

I am trying to use some methods of an EJB that I have correcly connected to using EJB Adapter SP2, wM4.6, and WebLogic 6.1SP2. Most methods give me no problem however when the return type is a String I see [Ljava.lang.String in the methods Output Type and on the Output Tab it is read in as a byte.

Can the adapter handle arrays? Since it already understands the nonprimative type String why won’t it give me a sequence?

Thanks for your help!
Ryan