Skip to main content

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

Title: Re: [smila-dev] [bpel-dev] Editing SMILA pipelines in BPEL Designer
Hi Tobias,

Oops! This is obviously an oversight on my part. I have opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=335458 to track this and I should have a fix before end of the week.

Cheers!

_______________________________________
Robert ("Bob") Brodt
Senior Software Engineer, JBoss Riftsaw
JBoss by Red Hat


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
 

_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev


Back to the top