Hi,

I have a Turbine application that worked, and now, suddenly it doesn't.

I have the following line in my schema.xml file

    <column name="query" size="4000" type="VARCHAR"/>

the peers etc. generate fine against a Oracle database.

I have the following line in my a class that uses with entity containing the
colun above

                RwView aView=RwViewPeer.retrieveByPK(aViewKey);
            String aQuery=aView.getQuery();       <----- at line 438

I get this error when i try to compile.

"TransformControl.java": Error #: 354 : incompatible types; found: byte[],
required: java.lang.String at line 438, column 45

I must have regenerated the Peers at some time using ant.

My question is: when did the templates change from returning a CString to
returning a byte array?

Thanks

David Wynter

roamware Ltd.
(+44) (0) 208 922 7539 B.
(+44) (0) 7879 605 706 M.
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to