Hi Thomas!

Changes wroted by you bellow has help with accesing to databit in edge
conditions, but still to give Error message in DATAEDIT block.

Look on this:

Workflow boxtune 0.1  
WARNING(!): Referenced databit: maindataset.flag.home_world not available. 
  ERROR(X): Referenced databit: maindataset.flag.home_world not available.

Would you please say how I to fix this and for DATAEDIT block.

Greetings



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas
Schmidt
Sent: Monday, August 28, 2006 10:26 AM
To: swamp-devel@lists.sourceforge.net
Subject: Re: [swamp-devel] access to Main DATASET from subworkflows

Vasyl Matyashovskyy schrieb:
> Hi Thomas,
> 
> I will be very appreciating for your help to find mistake.
> I put there copy of two workflows "Main" and "sub1" please find it bellow:

Hi Vasyl, this is a bug in the workflow verifier. It checks the
dataconditions too strict. It can be fixed by replacing in
de.suse.swamp.core.util.WorkflowVerifier:378

result.addError("Referenced databit: " + dcond.getField() +

with

result.addWarning("Referenced databit: " + dcond.getField() +

In the next release this will be fixed by a new reference to the parent
workflow in the subworkflow definition.

Greetings


-- 
Thomas Schmidt (tschmidt [at] suse.de)
SUSE Linux Products GmbH :: Research & Development :: Internal Tools
"Computers are useless. They can only give you answers.", Pablo Picasso


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
swamp-devel mailing list
swamp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swamp-devel
http://swamp.sf.net 

Reply via email to