[jboss-user] [JBossWS] - Re: Array JAXB binding

2006-11-16 Thread [EMAIL PROTECTED]
This will be supported in 2.0.x

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986457
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Array JAXB binding

2006-11-13 Thread alesj
"alesj" wrote : How to bind the following object array?
  | 
  | My class:
  | 
  | 
  |   | @XmlRootElement(namespace = "www.geoplin.si/Gms")
  |   | public class GMSWebSoapServerHistory implements Serializable {
  |   | 
  |   | private HistoryObject[] collection;
  |   | private Period period;
  |   | private String mestoMeritve;
  |   | private String vrstaMeritve;
  |   | 
  |   | @XmlElementWrapper
  |   | @XmlElement(namespace = "www.geoplin.si/Gms")
  |   | public HistoryObject[] getCollection() {
  |   | return collection;
  |   | }
  |   | 
  |   | 

Missing

anonymous wrote : 
  | @XmlElementWrapper(name = "collection", namespace = 
"www.geoplin.si/Gms")
  | @XmlElement(name = "HistoryObject", namespace =  "www.geoplin.si/Gms")
  | public HistoryObject[] getCollection() {
  | return collection;
  | }
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985430
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user