4 Replies Latest reply on Jul 22, 2003 4:38 AM by ericmacau

    Module for all users

    ericmacau

      Hello,

      I tried to modify and deploy the nukes-template.sar in JBoss3.2.1 with Nukes.

      The Template can be display only when the admin is logon.

      If I use "user" or other users that I created, it couldn't be display the Template module in the main menu.

      I checked the Sections Module, but can't find out any specific configuration in the jboss-services.xml, but it can be displayed in any users menu(including guest).


      How can I allow all the users to use a specific Module?
      And how can I allow a specific Module/Block to all user(includes all the guests)?

      Best regards,
      Eric

        • 1. Re: Module for all users

          it's just a matter of security and display.

          your user can use the module but don't see it yet in their menu. you have to add permissions on the MainMenu block tgo allow them to see the entry generated by module.

          julien

          • 2. Re: Module for all users
            ericmacau

            Should I add some permission in the jboss-service.xml which located in the nukes-sar ???

            Anyway, will Nukes be added a features for dynamically set the permission ???

            Eric

            • 3. Re: Module for all users

              yes you have to add the permission in jboss-service.xml

              so far you can add permissions at runtime by manipulating the attribute permission in the nukes jmx console. we have to make this better with a nice GUI to display the permissions.

              the changes are stored in the database and overrides the ones in the jboss-service.xml

              julien

              • 4. Re: Module for all users
                ericmacau

                It's great. I think many users are waiting for this.

                Eric