logo       

Re: Zeus Bug(s): msg#00004

java.enhydra.general

Subject: Re: Zeus Bug(s)

> I am getting the following error on a Zeus generated class.
> It is a attribute named Volatile (YES | NO) but other similar ones are
> ok
> It looks like a boolean zeus uses to tell him an attribute has been
> set.
> There is a boolean zeus_XmlvolatileSet Perhaps he added Xml to avoid
> -------------------------------------
> confusion with java keyword(volatile) and forgot it in this place ?
> : variable zeus_VolatileSet
> class com.bmc.zsx.CFResponseImpl
> if (zeus_VolatileSet) {
> ^
> 1 error
> --------------------------------------
> I have found one other complaint so far . zeus generates references to
> System.getProperties with
> no import java.lang.System or explicit
> reference(java.lang.System.getproperties). This causes conflict with my
> class called System. I had to renamed mine to system.
> Also it seems like an attribute with #IMPLIED (ie Volatile (YES|NO)
> #IMPLIED) does not allow it to be set to a NULL, but requires a YES or
> NO).

Just a guess here - but I'd say the problem is that the name
"volatile" is reserved and causing you problems.
Rename it to something else and I'd hope the problem goes away.
e.g. name the attribute "volatole" just to test if renaming is
the fix to the problem

--
-Cheers
-Andrew

MS ... if only he hadn't been hang gliding!


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise