in my sample-data.xml
<row>
<value description="id">1</value>
...
</row>
but it should be
<row>
<value description="id">32bite string</value>
...
</row>
and
in my ActionTest class,
there is line:
action.setId(1L);
but in my action, id is a String, so there will be compile error.
======= 2007-07-11 00:40:13 Matt Raible wrote:=======
>What's the error your're seeing?
>
>
>On 7/10/07, chinofish <[EMAIL PROTECTED]> wrote:
>> In my entity.
>> id is 32bit uuid.
>>
>> and appfuse:gen seems can not deal with the situation now ?
>>
>>
>>
>> ======= 2007-07-09 23:02:50 chinofish wrote:=======
>>
>> >hi,
>> >
>> >With appfuse:gen , i can gen code for the single entity.
>> >
>> >but if i have 2 entity as follows:
>> >
>> >Product (many2one) ProductType
>> >
>> >may i gen correct code for them seperately ? (i know that AMP can gen code
>> for just one entity every time)
>> >
>> >
>> >thanks ;-)
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >---------------------------------------------------------------------
>> >To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> = = = = = = = = = = = = = = = = = = = =
>>
>>
>>
>>
>>
>> chinofish
>> [EMAIL PROTECTED]
>> 2007-07-11
>>
>>
>
>
>--
>http://raibledesigns.com
= = = = = = = = = = = = = = = = = = = =
chinofish
[EMAIL PROTECTED]
2007-07-11