users@glassfish.java.net

BPEL Mapper : How to add several value of an element

From: <glassfish_at_javadesktop.org>
Date: Tue, 20 Jul 2010 04:57:24 PDT

Hi,

I'm beginning on Glassfish and I would like to use the BPEL mapper to add new values to a xml file with a simple structure such as below :

<listA xmlns="http://xml.netbeans.org/schema/listxsd" idlist="listtry">

<value loadvalue="3892.0" time="2010-07-15T16:54:04.62+01:00" />
<value loadvalue="3894.0" time="2010-07-15T16:55:04.62+01:00" />
<value loadvalue="3887.0" time="2010-07-15T16:56:04.62+01:00" />

</listA>

the "value" element is defined with a multiplicity of 1..1000 in the xsd file.
Is there a function to tell the BPEL mapper to add a new value tag with assigned parameters in the xml file ? I have searched but not found.

Thanks !
[Message sent by forum member 'acromath']

http://forums.java.net/jive/thread.jspa?messageID=478072