- 
        1. Re: Groups Modulejulien1 Apr 23, 2003 12:50 PM (in response to noel.rocher)Noel, GroupEJBLocal is read only so far. 
 So you might not be able to create or delete groups through it.
 I am going to test the read only method settings
 soon.
 In a nutshell :
 do the module but if Group creation/remove/update throw you exception it's normal. We just have to put the right settings on it.
 julien
- 
        2. Re: Groups Modulenoel.rocher Apr 23, 2003 3:23 PM (in response to noel.rocher)Hi Julien, 
 Did you test the FAQ Module ?
 Is it what you expected ?
 Noel
- 
        3. Re: Groups Modulejulien1 Apr 23, 2003 3:32 PM (in response to noel.rocher)no time yet but I will do. 
- 
        4. Re: Groups Modulejulien1 Apr 23, 2003 5:59 PM (in response to noel.rocher)How far are you from having it finished ? (faq) 
 I updated GroupEJB so now you can create instances through ejbCreate.
 Please tell me if you do it quick, it's badly needed.
 julien
- 
        5. Re: Groups Modulenoel.rocher Apr 24, 2003 4:05 AM (in response to noel.rocher)Hi all, 
 Julien,
 I will try to finish it this week.
 I need to add a finder in UserEJB, do I change it myself or can you do it ?
 The finder is :
 findByNameLike(String) ...
 ... where UCASE(name) like UCASE(?1)
 Some particularities should be usefull :
 1 - limit the result to 20 (or the limit you want)
 2 - in the where clause, if you know how to make the
 equality to be accent-insensitive (not easy)
 Noel
 
    