I created an CMP EJB2. Bean.. When I wanted to define a finder
method I get in file ejb-jar.xml:
<ejb-ql>SELECT OBJECT(s) FROM TTest AS s where s.id < 33</ejb-ql>
but I want to get
<ejb-ql><![CDATA[SELECT OBJECT(s) FROM TTest AS s where s.id <
33]]></ejb-ql>
Where can I set in Jbuilder to get this result?
Thanks for answers.