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

Reply via email to