Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Beautify XML for extension activities

Title: Re: [smila-dev] [bpel-dev] Editing SMILA pipelines in BPEL Designer
Hi Bob,
 
we are currently finishing our SMILA extensions for the BPEL designer. One of our goals is to beautify the generated XML.
 
Now we have the following problem: When adding a new extension activity the serializer has no knowledge of the current indention - the "parentNode" parameter is just an empty document fragment. Additionally we can't indent our root element, as BPELWriter#extensionActivity2XML (line 1338) expects an element as first child of that fragment and throws a class cast for any (whitespace) text node.
 
Any suggestions?
 
Thanks,
Tobias
 

Back to the top