No idea, the template hasn't changed, so it's something that'd affect
anything using a $ I would image...in my ejb I have:
orion-query="$community = $1 AND $expire > $2"
The generated orion-ejb-jar.xml has:
<finder-method query="community = 1 AND expire > 2">
On 11/3/02 11:32 am, "Erik Hatcher" <[EMAIL PROTECTED]> wrote:
> Uh, oh..... is this related to my Ant properties patch? I'm pretty certain
> that it should not have stripped "$" out though.
>
>
> ----- Original Message -----
> From: "Hani Suleiman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 11, 2002 11:08 AM
> Subject: [Xdoclet-user] 1.1.2 breakage
>
>
>> Something changed in 1.1.2, such that orion finder automatically lose the
>> '$' character, this is no good as it makes the sql hardcoded per finder,
>> rather than allowing the appserver to substitute in the column name/value
>> correctly. I'm not sure when this broke, as I have been running a cvs
>> version a few weeks old.
>>
>> Eg:
>>
>> Orion-query="$field1 = $1 and $field2 = $2"
>>
>> Shows up as:
>>
>> Orion-query="field1 = 1 and field2 =2"
>>
>>
>> _______________________________________________
>> Xdoclet-user mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>>
>
>
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user