1 Reply Latest reply on Oct 29, 2009 10:45 AM by asoldano

    primitive types not work with CXF

    afrikha

      Hi,

      I have an application that work well on Glassfish but i need to deploy it on JBoss AS. My application use EJB3 and web service.
      Unfortunately, i had a problem with the native web service stack that doesn't support complex type so i switched to CXF (i tried Metro before that but i couldn't deploy and the error was : type long not present ! )

      Now complex type look to work well but not primitive type !! : if a web service method return an array like [complexe type, null, null], i had in the client side an array list with only one complex element.

      Can someone help me ?

      Thank you.

      P.S : sorry for my english ^^