"[EMAIL PROTECTED]" wrote : Ryan,
  | 
  | your assumption is right, we only need the request response structures and 
array wrappers generated by wscompile. All other artifacts are jwsdp specific.
  | 
  | You WS fails because it cannot find the mapping of the an array type.
  | 
  | The [LSomeType; is how java denotes an array type.
  | 
  | 

Thomas,

But isn't this the mapping in the .wsdd file in the data directory?

typeMapping
  |     qname='ns2:SeacProfileBean' xmlns:ns2='http://service.profiles/types'
  |     type='java:profiles.SeacProfileBean'
  |     
serializer='org.jboss.webservice.encoding.ser.MetaDataBeanSerializerFactory'
  |     
deserializer='org.jboss.webservice.encoding.ser.MetaDataBeanDeserializerFactory'
  |     encodingStyle=''>
  |   <typeDesc>
  |     <elementDesc fieldName='profileName' xmlName='profileName'/>
  |     <elementDesc fieldName='username' xmlName='username'/>
  |     <elementOrder>
  |       <element name='profileName'/>
  |       <element name='username'/>
  |     </elementOrder>
  |   </typeDesc>
  |   </typeMapping>
  | 

or do I need to specify my own in the ws4ee file?  This works in 4.0.1, but for 
some reason, doesn't deploy in 4.0.2.

_Ryan

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881662#3881662

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881662


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to