[jira] Resolved: (JAXME-105) can't generate get list method with element has maxOccurs="unbounded"

2010-07-12 Thread Jochen Wiedmann (JIRA)
nding set method generated"? If so, that's perfectly as requested by the JAXB spec, thus an intentional behaviour. To set your elements, use object.getAddress().clear(); object.getAddress().addAll(myAddresses); > can't generate get list method with element h

[jira] Created: (JAXME-105) can't generate get list method with element has maxOccurs="unbounded"

2010-07-12 Thread chan tsz yeung (JIRA)
can't generate get list method with element has maxOccurs="unbounded" - Key: JAXME-105 URL: https://issues.apache.org/jira/browse/JAXME-105 Project: JaxMe

Get minOccurs and maxOccurs attributes from an element

2007-10-13 Thread israel chay
hello i tried to parse XML schema to my own data structure. when i tried to find out if an element can appear more than one time (maxOccurs > 0), i found that this property is not exposed - XSElement expose only the "name" attribute of an element, and not the min/max Occurs attributes

Re: Error message while generating java classes using jaxme: Model groups with maxOccurs > 1 are not yet supported in jaxme

2007-10-09 Thread Jose Luis Huertas Fernández
t while generating java classes i am getting following error : > Build Failed: Model groups with maxOccurs > 1 are not yet supported. > the xsd is > > > > > maxOccurs="unbounded" /> >

Error message while generating java classes using jaxme: Model groups with maxOccurs > 1 are not yet supported in jaxme

2007-10-08 Thread shobha dange
Hi, i am new to jaxMe and trying to generate java classes uusing attached xsd.But while generating java classes i am getting following error : Build Failed: Model groups with maxOccurs > 1 are not yet supported. the xsd

Re: Error message while generating java classes : Model groups with maxOccurs > 1 are not yet supported.

2007-10-08 Thread shobha
" > or > a "file", but it works: > > > http://www.w3.org/2001/XMLSchema"; > elementFormDefault=&quo

Re: Error message while generating java classes : Model groups with maxOccurs > 1 are not yet supported.

2007-10-08 Thread Jose Luis Huertas Fernández
StoryBoarding"> Hope this helps, Jose Luis. 2007/10/8, shobha <[EMAIL PROTECTED]>: > > > Hi, > i am new to jaxMe and trying to generate java classes uusing attached > xsd.But while generating java classes i am gett

Error message while generating java classes : Model groups with maxOccurs > 1 are not yet supported.

2007-10-07 Thread shobha
Hi, i am new to jaxMe and trying to generate java classes uusing attached xsd.But while generating java classes i am getting following error : Build Failed: Model groups with maxOccurs > 1 are not yet supported. the xsd

Get minOccurs and maxOccurs attributes from an element

2007-09-30 Thread israel chay
hello, i tried to parse XML schema to my own data structure. when i tried to find out if an element can appear more than one time (maxOccurs > 0), i found that this property is not exposed - XSElement expose only the "name" attribute of an element, and not the min/max Occurs attribu

Re: maxOccurs

2007-08-28 Thread Jochen Wiedmann
On 8/28/07, Denis Bessmertnyj <[EMAIL PROTECTED]> wrote: > I have > > > > > . > > And receive > > org.apache.maven.lifecycle.LifecycleExecutionException: Model groups with > maxOccurs > 1 are not yet supported. You asked for maxOccurs

RE: maxOccurs

2007-08-28 Thread Denis Bessmertnyj
Jochen, I have . And receive org.apache.maven.lifecycle.LifecycleExecutionException: Model groups with maxOccurs > 1 are not yet supported. at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLife cycleExecutor.java:564)

Re: maxOccurs

2007-08-28 Thread Jochen Wiedmann
On 8/28/07, Denis Bessmertnyj <[EMAIL PROTECTED]> wrote: > And why JaxMe doesn't want to work with maxOccurs="unbounded"? Look into the "examples" folder. It contains schemata with maxOccurs="unbounded", that work very well. -- "Beside

maxOccurs

2007-08-28 Thread Denis Bessmertnyj
And why JaxMe doesn't want to work with maxOccurs="unbounded"? How I may have this functionality? _ From: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 11:27 AM To: 'jaxme-dev@ws.apache.org' Subject: anyType Hi, I can

Re: choice with maxOccurs>1

2006-05-12 Thread Jochen Wiedmann
On 5/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: but not... ... ... ... ... ... ... ... Exactly! ps-any one have an estimate for when this will be fixed in jaxme? Currently I doubt, I'll ever find the time. My job make

RE: choice with maxOccurs>1

2006-05-11 Thread Roberto.Diaz
Jochen Wiedmann [mailto:[EMAIL PROTECTED] wrote: > If you fix the order of the elements "Blah1", and so on by > replacing the choice with > > > > > > then everything would be fine. i had come to a similar conclusion. however, (just so i understand the limitation) in that case i

Re: choice with maxOccurs>1

2006-05-11 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: > i the flexibility to modify my schema, but i must have one "Bar" > element, an optional "Baz" element, and one or more "Blah1" "Blah2" and > "Blah3" elements. If you fix the order of the elements "Blah1", and so on by replacing the choice with then ever

choice with maxOccurs>1

2006-05-11 Thread Roberto.Diaz
with maxOccurs > 1 are not yet supported. i the flexibility to modify my schema, but i must have one "Bar" element, an optional "Baz" element, and one or more "Blah1" "Blah2" and "Blah3" elements. is there a different way to write the schema

Re: maxOccurs="unbounded"

2005-08-18 Thread Jochen Wiedmann
On 8/18/05, Neil Pitman <[EMAIL PROTECTED]> wrote: > If I define a schema with an element that has a maxOccurs="unbounded", JaxMe > generates a List getMyElement(), but no corresponding setter. That's a bit > of a drag when I'm trying to create such a docume

maxOccurs="unbounded"

2005-08-18 Thread Neil Pitman
If I define a schema with an element that has a maxOccurs=”unbounded”, JaxMe generates a List getMyElement(), but no corresponding setter.  That’s a bit of a drag when I’m trying to create such a document.  I expect that the parser was implemented but not the writer.   Any ideas when

maxOccurs="unbounded"

2005-08-18 Thread Neil Pitman
If I define a schema with an element that has a maxOccurs=”unbounded”, JaxMe generates a List getMyElement(), but no corresponding setter.  That’s a bit of a drag when I’m trying to create such a document.  I expect that the parser was implemented but not the writer.   Any ideas when