[JBoss-user] [Nukes User] - Re: Howcome Template module only shows when logged in as adm

2004-04-16 Thread henrikandoff
Yes, I found the post with the exact command. Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830889#3830889

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830889


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Howcome Template module only shows when logged in as adm

2004-04-14 Thread thepriz
Since the Menu Block was already deployed you would also have to clear all the 
security elements from the database befor you deploy your new build. Because 
persistance is true for the Menu Block it will not update the security elements unless 
you have removed them from the database first. There is another thread here that has 
the excact command that you need to do to remove just the security fields from the 
database.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830599#3830599

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830599


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Howcome Template module only shows when logged in as adm

2004-04-13 Thread henrikandoff
I added it to the menu-block-service.xml and re-built. The file ended up in 
/server/default/nukes. However, the module still didn't show up in the Main Menu 
block. Adding it with the jmx-console did it, though. Thank's for the help.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830466#3830466

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830466


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Howcome Template module only shows when logged in as adm

2004-04-12 Thread thepriz
I am assuming you mean in the Main Menu block. You need to add a line to the 
{nukes_base_dir}/nukes/resources/services/menu-block-service.xml file.  If you do it 
this way you will need to build and redeploy nukes components (i.e. build 
deploy-components).
You add it in the security element of the file (right next to the others that look 
like this). Here is the line:

   
  | permission group=* level=READ pattern=module:template:main/
  | 

You can also add this to the JMX console in the attributes for the nukes module. This 
way does not require a redeploy of the nukes components but it may be more difficult 
if you don't understand JMX.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3830234#3830234

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830234


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user