Thanks. I have fixed it. CSC-421.
/Patrik

PaloT wrote:
> 
> Following fragment generate uncompilable code in findByKeys in
> RepositoryImpl. Temporary solution is to specify Entity with gap.
> 
> Application FindByKeysTest {
>       basePackage=com.test
> 
>       Module module {
> 
>               Entity Test {
>                       String name key
>                       String value key
>                       String value2
>                       Repository TestRepository {
>                               findById;
>                               findByKeys;
>                               findAll;
>                               save;
>                               delete;
>                       }
>               }
>                                               
>               Service TestService {
>                       gap
>                       findById => @TestRepository.findById;
>                       findAll => @TestRepository.findAll;
>               }
>       }
> }
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register
> now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
> 
> 

-- 
View this message in context: 
http://www.nabble.com/1.7-bug-tp25561730s17564p25575141.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to