5 Replies Latest reply on Apr 24, 2003 4:05 AM by noel.rocher

    Groups Module

    noel.rocher

      Hi all,

      Groups module seems to be very easy, I take it.

      Noel

        • 1. Re: Groups Module

          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 Module
            noel.rocher

            Hi Julien,

            Did you test the FAQ Module ?

            Is it what you expected ?

            Noel

            • 3. Re: Groups Module

              no time yet but I will do.

              • 4. Re: Groups Module

                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 Module
                  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